@csszyx/unplugin 0.15.0 → 0.15.2
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/index.cjs +4 -4
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +4 -4
- package/dist/next-prebuild.cjs +4 -4
- package/dist/next-prebuild.d.cts +2 -2
- package/dist/next-prebuild.d.mts +2 -2
- package/dist/next-prebuild.mjs +4 -4
- package/dist/next-turbo-loader.cjs +5 -5
- package/dist/next-turbo-loader.d.cts +1 -1
- package/dist/next-turbo-loader.d.mts +1 -1
- package/dist/next-turbo-loader.mjs +5 -5
- package/dist/next-watcher.cjs +2 -2
- package/dist/next-watcher.d.cts +2 -2
- package/dist/next-watcher.d.mts +2 -2
- package/dist/next-watcher.mjs +2 -2
- package/dist/shared/{unplugin.C2ilavL1.d.cts → unplugin.BGog1Bib.d.cts} +7 -6
- package/dist/shared/{unplugin.C2ilavL1.d.mts → unplugin.BGog1Bib.d.mts} +7 -6
- package/dist/shared/{unplugin.DmCOQc-b.mjs → unplugin.BLptVbUe.mjs} +1 -46
- package/dist/shared/{unplugin.BHfqCocB.d.cts → unplugin.BT7PqYuK.d.cts} +1 -1
- package/dist/shared/{unplugin.BHfqCocB.d.mts → unplugin.BT7PqYuK.d.mts} +1 -1
- package/dist/shared/{unplugin.Dai5wlZ3.cjs → unplugin.BWnmKv07.cjs} +7 -52
- package/dist/shared/{unplugin.AGR7mihU.mjs → unplugin.Bk9o8_RZ.mjs} +1 -1
- package/dist/shared/{unplugin.BGufkSFT.mjs → unplugin.BxsTa17g.mjs} +67 -15
- package/dist/shared/{unplugin.DX3rYT4P.cjs → unplugin.BzF0V2kw.cjs} +1 -1
- package/dist/shared/{unplugin.CXCaQ3-s.d.cts → unplugin.COlI0dJs.d.mts} +1 -1
- package/dist/shared/{unplugin.Dbc26ty6.mjs → unplugin.DAzgbtuZ.mjs} +2 -2
- package/dist/shared/{unplugin.KnDCM-sr.cjs → unplugin.DDSWQJYX.cjs} +48 -0
- package/dist/shared/{unplugin.CqJS0BbD.mjs → unplugin.DH_ij6cf.mjs} +48 -1
- package/dist/shared/{unplugin.BourSpnZ.mjs → unplugin.DK0b4fr7.mjs} +1 -1
- package/dist/shared/{unplugin.C7i0agiO.cjs → unplugin.J6ue_lRJ.cjs} +1 -1
- package/dist/shared/{unplugin.BLbrShMZ.cjs → unplugin.dz3AdzsO.cjs} +68 -16
- package/dist/shared/{unplugin.BbBYWFGT.cjs → unplugin.gksolKh2.cjs} +2 -2
- package/dist/shared/{unplugin.CbNydVwv.d.mts → unplugin.rWOMecQs.d.cts} +1 -1
- package/dist/vite.cjs +4 -4
- package/dist/vite.d.cts +1 -1
- package/dist/vite.d.mts +1 -1
- package/dist/vite.mjs +4 -4
- package/dist/webpack.cjs +4 -4
- package/dist/webpack.d.cts +1 -1
- package/dist/webpack.d.mts +1 -1
- package/dist/webpack.mjs +4 -4
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csszyx/unplugin",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
4
4
|
"description": "Vite and Webpack integration for csszyx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"csszyx",
|
|
@@ -122,33 +122,33 @@
|
|
|
122
122
|
"dist"
|
|
123
123
|
],
|
|
124
124
|
"dependencies": {
|
|
125
|
-
"
|
|
126
|
-
"
|
|
125
|
+
"@csszyx/compiler": "0.15.2",
|
|
126
|
+
"@csszyx/core": "0.15.2",
|
|
127
|
+
"@csszyx/svelte-adapter": "0.15.2",
|
|
128
|
+
"@csszyx/types": "0.15.2",
|
|
129
|
+
"@csszyx/vue-adapter": "0.15.2",
|
|
130
|
+
"postcss": "^8.5.26",
|
|
131
|
+
"postcss-selector-parser": "^7.1.5",
|
|
127
132
|
"postcss-value-parser": "^4.2.0",
|
|
128
133
|
"proper-lockfile": "^4.1.2",
|
|
129
|
-
"unplugin": "^3.3.0"
|
|
130
|
-
"@csszyx/compiler": "0.15.0",
|
|
131
|
-
"@csszyx/svelte-adapter": "0.15.0",
|
|
132
|
-
"@csszyx/vue-adapter": "0.15.0",
|
|
133
|
-
"@csszyx/core": "0.15.0",
|
|
134
|
-
"@csszyx/types": "0.15.0"
|
|
134
|
+
"unplugin": "^3.3.0"
|
|
135
135
|
},
|
|
136
136
|
"peerDependencies": {
|
|
137
|
-
"@csszyx/runtime": "^0.15.
|
|
137
|
+
"@csszyx/runtime": "^0.15.2"
|
|
138
138
|
},
|
|
139
139
|
"devDependencies": {
|
|
140
|
+
"@csszyx/runtime": "0.15.2",
|
|
141
|
+
"@csszyx/tooling-metadata": "0.15.2",
|
|
140
142
|
"@tailwindcss/node": "4.3.3",
|
|
141
143
|
"@types/node": "^22.20.1",
|
|
142
144
|
"@types/proper-lockfile": "^4.1.4",
|
|
143
145
|
"esbuild": "0.28.2",
|
|
144
|
-
"rollup": "^4.
|
|
146
|
+
"rollup": "^4.63.0",
|
|
145
147
|
"typescript": "^6.0.3",
|
|
146
148
|
"unbuild": "^3.6.1",
|
|
147
|
-
"vite": "^8.2.
|
|
148
|
-
"vitest": "^4.1.
|
|
149
|
-
"webpack": "^5.109.0"
|
|
150
|
-
"@csszyx/runtime": "0.15.0",
|
|
151
|
-
"@csszyx/tooling-metadata": "0.15.0"
|
|
149
|
+
"vite": "^8.2.2",
|
|
150
|
+
"vitest": "^4.1.11",
|
|
151
|
+
"webpack": "^5.109.0"
|
|
152
152
|
},
|
|
153
153
|
"sideEffects": false,
|
|
154
154
|
"engines": {
|