Skip to content

Commit

Permalink
chore: bump versions (#795)
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree authored Jan 19, 2024
1 parent fb7dbe3 commit d90c5d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion platform/cli-tools/create-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit d90c5d5

Please sign in to comment.