bunchee 4.3.3 → 4.4.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bunchee",
3
- "version": "4.3.3",
3
+ "version": "4.4.0",
4
4
  "description": "zero config bundler for js/ts/jsx libraries",
5
5
  "bin": "./dist/bin/cli.js",
6
6
  "main": "./dist/index.js",
@@ -57,8 +57,9 @@
57
57
  "@swc/core": "^1.3.102",
58
58
  "@swc/helpers": "^0.5.3",
59
59
  "arg": "^5.0.2",
60
+ "clean-css": "^5.3.3",
60
61
  "pretty-bytes": "^5.6.0",
61
- "publint": "~0.2.7",
62
+ "rimraf": "^5.0.5",
62
63
  "rollup": "^4.9.4",
63
64
  "rollup-plugin-dts": "^6.1.0",
64
65
  "rollup-plugin-swc3": "^0.11.0",
@@ -80,6 +81,7 @@
80
81
  "@huozhi/testing-package": "1.0.0",
81
82
  "@swc/jest": "^0.2.29",
82
83
  "@swc/types": "^0.1.5",
84
+ "@types/clean-css": "^4.2.11",
83
85
  "@types/jest": "29.0.0",
84
86
  "@types/node": "^20.4.1",
85
87
  "bunchee": "link:./",
@@ -106,7 +108,11 @@
106
108
  "^.+\\.(t|j)sx?$": [
107
109
  "@swc/jest"
108
110
  ]
109
- }
111
+ },
112
+ "testPathIgnorePatterns": [
113
+ "/node_modules/",
114
+ "<rootDir>/test/integration/.*/*src"
115
+ ]
110
116
  },
111
117
  "packageManager": "pnpm@8.8.0"
112
118
  }