bunchee 5.1.3 → 5.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/cli.js +1 -1
- package/package.json +4 -3
package/dist/bin/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bunchee",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.4",
|
|
4
4
|
"description": "zero config bundler for js/ts/jsx libraries",
|
|
5
5
|
"bin": "./dist/bin/cli.js",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"@rollup/plugin-replace": "^5.0.5",
|
|
43
43
|
"@rollup/plugin-wasm": "^6.2.2",
|
|
44
44
|
"@rollup/pluginutils": "^5.1.0",
|
|
45
|
-
"@swc/core": "^1.
|
|
45
|
+
"@swc/core": "^1.4.17",
|
|
46
46
|
"@swc/helpers": "^0.5.11",
|
|
47
47
|
"arg": "^5.0.2",
|
|
48
48
|
"clean-css": "^5.3.3",
|
|
49
49
|
"magic-string": "^0.30.10",
|
|
50
50
|
"pretty-bytes": "^5.6.0",
|
|
51
|
-
"rollup": "^4.
|
|
51
|
+
"rollup": "^4.17.2",
|
|
52
52
|
"rollup-plugin-dts": "^6.1.0",
|
|
53
53
|
"rollup-plugin-swc3": "^0.11.1",
|
|
54
54
|
"rollup-preserve-directives": "^1.1.1",
|
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
"test": "jest --env node",
|
|
109
109
|
"test:update": "TEST_UPDATE_SNAPSHOT=1 pnpm test",
|
|
110
110
|
"test:post": "POST_BUILD=1 pnpm jest test/compile.test.ts test/integration.test.ts",
|
|
111
|
+
"test:ci": "[ -z $CI ] || pnpm test",
|
|
111
112
|
"clean": "rm -rf ./dist",
|
|
112
113
|
"typecheck": "tsc --noEmit && tsc -p test/tsconfig.json --noEmit",
|
|
113
114
|
"tsx": "node -r @swc-node/register",
|