@plumeria/unplugin 10.5.3 → 11.0.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 +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumeria/unplugin",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0",
|
|
4
4
|
"description": "Universal Plumeria plugin for various build tools",
|
|
5
5
|
"author": "Refirst 11",
|
|
6
6
|
"license": "MIT",
|
|
@@ -84,22 +84,23 @@
|
|
|
84
84
|
"dist/",
|
|
85
85
|
"zero-virtual.css"
|
|
86
86
|
],
|
|
87
|
-
"scripts": {
|
|
88
|
-
"build": "rimraf dist && pnpm esm && pnpm cjs",
|
|
89
|
-
"cjs": "tsc --project tsconfig.cjs.json",
|
|
90
|
-
"esm": "tsc --project tsconfig.esm.json && node mjs-extension.ts"
|
|
91
|
-
},
|
|
92
87
|
"dependencies": {
|
|
93
|
-
"
|
|
94
|
-
"
|
|
88
|
+
"unplugin": "^3.0.0",
|
|
89
|
+
"@plumeria/utils": "^11.0.0"
|
|
95
90
|
},
|
|
96
91
|
"devDependencies": {
|
|
97
|
-
"@swc/core": "
|
|
98
|
-
"zss-engine": "
|
|
92
|
+
"@swc/core": "1.15.21",
|
|
93
|
+
"zss-engine": "2.2.8",
|
|
99
94
|
"@rollup/pluginutils": "^5.1.0",
|
|
100
95
|
"vite": "^7.1.1"
|
|
101
96
|
},
|
|
102
97
|
"publishConfig": {
|
|
103
|
-
"access": "public"
|
|
98
|
+
"access": "public",
|
|
99
|
+
"provenance": true
|
|
100
|
+
},
|
|
101
|
+
"scripts": {
|
|
102
|
+
"build": "rimraf dist && pnpm esm && pnpm cjs",
|
|
103
|
+
"cjs": "tsc --project tsconfig.cjs.json",
|
|
104
|
+
"esm": "tsc --project tsconfig.esm.json && node mjs-extension.ts"
|
|
104
105
|
}
|
|
105
|
-
}
|
|
106
|
+
}
|