From d90c5d52b0047189e6e659d9a4832b33de0ad63b Mon Sep 17 00:00:00 2001 From: Matthew Heroux Date: Thu, 18 Jan 2024 22:29:58 -0600 Subject: [PATCH] chore: bump versions (#795) Signed-off-by: hxtree --- platform/cli-tools/create-bundle/package.json | 2 +- .../cli-tools/create-bundle/src/profiles/nestjs-bundler.ts | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/platform/cli-tools/create-bundle/package.json b/platform/cli-tools/create-bundle/package.json index 0e91d17f..9745977f 100644 --- a/platform/cli-tools/create-bundle/package.json +++ b/platform/cli-tools/create-bundle/package.json @@ -5,7 +5,7 @@ "create-bundle": "bin/create-bundle" }, "main": "./dist/index.js", - "version": "1.0.11", + "version": "1.0.12", "repository": { "type": "git", "url": "git+https://github.com/hxtree/cats-cradle.git" diff --git a/platform/cli-tools/create-bundle/src/profiles/nestjs-bundler.ts b/platform/cli-tools/create-bundle/src/profiles/nestjs-bundler.ts index 8361897e..ab23bded 100644 --- a/platform/cli-tools/create-bundle/src/profiles/nestjs-bundler.ts +++ b/platform/cli-tools/create-bundle/src/profiles/nestjs-bundler.ts @@ -47,10 +47,7 @@ export class NestJsBundler { 'reflect-metadata', 'rxjs', // chromium - // 'puppeteer', - // 'chrome-aws-lambda', '@sparticuz/chromium', - // 'puppeteer-core', ]; rmSync(this.outDir, { recursive: true, force: true });