@visulima/packem 2.0.0-alpha.82 → 2.0.0-alpha.83
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/CHANGELOG.md +13 -0
- package/dist/cli/index.js +42 -42
- package/dist/index.js +22 -22
- package/dist/packem_shared/index-BcKJ8RJU.js +255 -0
- package/package.json +4 -4
- package/dist/packem_shared/index-DFZJP0ed.js +0 -255
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/packem",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.83",
|
|
4
4
|
"description": "A fast and modern bundler for Node.js and TypeScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -175,8 +175,8 @@
|
|
|
175
175
|
"@rollup/pluginutils": "5.4.0",
|
|
176
176
|
"@visulima/cerebro": "3.0.0-alpha.25",
|
|
177
177
|
"@visulima/packem-share": "1.0.0-alpha.48",
|
|
178
|
-
"@visulima/rollup-plugin-css": "1.0.0-alpha.
|
|
179
|
-
"@visulima/rollup-plugin-dts": "1.0.0-alpha.
|
|
178
|
+
"@visulima/rollup-plugin-css": "1.0.0-alpha.50",
|
|
179
|
+
"@visulima/rollup-plugin-dts": "1.0.0-alpha.31",
|
|
180
180
|
"@visulima/tsconfig": "3.0.0-alpha.24",
|
|
181
181
|
"browserslist": "4.28.2",
|
|
182
182
|
"cjs-module-lexer": "2.2.0",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"@swc/core": ">=1.15.40",
|
|
197
197
|
"@tailwindcss/node": "4.3.0",
|
|
198
198
|
"@tailwindcss/oxide": "4.3.0",
|
|
199
|
-
"@visulima/packem-rollup": "1.0.0-alpha.
|
|
199
|
+
"@visulima/packem-rollup": "1.0.0-alpha.70",
|
|
200
200
|
"cssnano": ">=8.0.1",
|
|
201
201
|
"esbuild": ">=0.28.0",
|
|
202
202
|
"icss-utils": ">=5.1.0",
|