@csszyx/unplugin 0.15.1 → 0.15.3
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/css-mangler.cjs +61 -63
- package/dist/css-mangler.d.cts +31 -2
- package/dist/css-mangler.d.mts +31 -2
- package/dist/css-mangler.mjs +61 -64
- package/dist/index.cjs +2 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.mjs +4 -4
- package/dist/next-prebuild.mjs +2 -2
- package/dist/next-turbo-loader.mjs +3 -3
- package/dist/shared/{unplugin.Bk9o8_RZ.mjs → unplugin.C-oQU1jl.mjs} +1 -1
- package/dist/shared/{unplugin.BT7PqYuK.d.cts → unplugin.CInSoHdQ.d.mts} +25 -4
- package/dist/shared/{unplugin.D68hyqgb.mjs → unplugin.CPo2xrEy.mjs} +296 -63
- package/dist/shared/{unplugin.DK0b4fr7.mjs → unplugin.Ceq-N4jI.mjs} +1 -1
- package/dist/shared/{unplugin.DAzgbtuZ.mjs → unplugin.Vn9x8SBP.mjs} +1 -1
- package/dist/shared/{unplugin.8KYddE6x.cjs → unplugin.ZqxgHk5F.cjs} +294 -61
- package/dist/shared/{unplugin.BT7PqYuK.d.mts → unplugin.nvme_dSL.d.cts} +25 -4
- package/dist/vite.cjs +1 -1
- package/dist/vite.d.cts +4 -2
- package/dist/vite.d.mts +3 -1
- package/dist/vite.mjs +3 -3
- package/dist/webpack.cjs +1 -1
- package/dist/webpack.d.cts +4 -2
- package/dist/webpack.d.mts +3 -1
- package/dist/webpack.mjs +3 -3
- package/package.json +22 -16
package/dist/webpack.cjs
CHANGED
package/dist/webpack.d.cts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export =
|
|
1
|
+
import { aq } from './shared/unplugin.nvme_dSL.cjs';
|
|
2
|
+
export = aq;
|
|
3
3
|
import '@csszyx/compiler';
|
|
4
4
|
import '@csszyx/types';
|
|
5
5
|
import 'esbuild';
|
|
6
6
|
import 'rollup';
|
|
7
7
|
import 'unplugin';
|
|
8
8
|
import 'vite';
|
|
9
|
+
import './css-mangler.cjs';
|
|
10
|
+
import 'postcss';
|
package/dist/webpack.d.mts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { aq as default } from './shared/unplugin.CInSoHdQ.mjs';
|
|
2
2
|
import '@csszyx/compiler';
|
|
3
3
|
import '@csszyx/types';
|
|
4
4
|
import 'esbuild';
|
|
5
5
|
import 'rollup';
|
|
6
6
|
import 'unplugin';
|
|
7
7
|
import 'vite';
|
|
8
|
+
import './css-mangler.mjs';
|
|
9
|
+
import 'postcss';
|
package/dist/webpack.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a3 as default } from './shared/unplugin.
|
|
1
|
+
export { a3 as default } from './shared/unplugin.CPo2xrEy.mjs';
|
|
2
2
|
import 'node:crypto';
|
|
3
3
|
import 'node:fs';
|
|
4
4
|
import 'node:module';
|
|
@@ -13,10 +13,10 @@ import '@csszyx/types';
|
|
|
13
13
|
import '@csszyx/vue-adapter';
|
|
14
14
|
import 'unplugin';
|
|
15
15
|
import './shared/unplugin.DH_ij6cf.mjs';
|
|
16
|
-
import './shared/unplugin.
|
|
16
|
+
import './shared/unplugin.C-oQU1jl.mjs';
|
|
17
17
|
import './css-mangler.mjs';
|
|
18
18
|
import 'postcss';
|
|
19
19
|
import 'postcss-selector-parser';
|
|
20
|
-
import './shared/unplugin.
|
|
20
|
+
import './shared/unplugin.Ceq-N4jI.mjs';
|
|
21
21
|
import 'node:zlib';
|
|
22
22
|
import 'postcss-value-parser';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csszyx/unplugin",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.3",
|
|
4
4
|
"description": "Vite and Webpack integration for csszyx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"csszyx",
|
|
@@ -122,33 +122,39 @@
|
|
|
122
122
|
"dist"
|
|
123
123
|
],
|
|
124
124
|
"dependencies": {
|
|
125
|
-
"
|
|
126
|
-
"
|
|
125
|
+
"@csszyx/compiler": "0.15.3",
|
|
126
|
+
"@csszyx/core": "0.15.3",
|
|
127
|
+
"@csszyx/svelte-adapter": "0.15.3",
|
|
128
|
+
"@csszyx/types": "0.15.3",
|
|
129
|
+
"@csszyx/vue-adapter": "0.15.3",
|
|
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.1",
|
|
131
|
-
"@csszyx/svelte-adapter": "0.15.1",
|
|
132
|
-
"@csszyx/types": "0.15.1",
|
|
133
|
-
"@csszyx/vue-adapter": "0.15.1",
|
|
134
|
-
"@csszyx/core": "0.15.1"
|
|
134
|
+
"unplugin": "^3.3.0"
|
|
135
135
|
},
|
|
136
136
|
"peerDependencies": {
|
|
137
|
-
"@csszyx/runtime": "^0.15.
|
|
137
|
+
"@csszyx/runtime": "^0.15.3",
|
|
138
|
+
"vite": ">=5.0.0"
|
|
139
|
+
},
|
|
140
|
+
"peerDependenciesMeta": {
|
|
141
|
+
"vite": {
|
|
142
|
+
"optional": true
|
|
143
|
+
}
|
|
138
144
|
},
|
|
139
145
|
"devDependencies": {
|
|
146
|
+
"@csszyx/runtime": "0.15.3",
|
|
147
|
+
"@csszyx/tooling-metadata": "0.15.3",
|
|
140
148
|
"@tailwindcss/node": "4.3.3",
|
|
141
149
|
"@types/node": "^22.20.1",
|
|
142
150
|
"@types/proper-lockfile": "^4.1.4",
|
|
143
151
|
"esbuild": "0.28.2",
|
|
144
|
-
"rollup": "^4.
|
|
152
|
+
"rollup": "^4.63.0",
|
|
145
153
|
"typescript": "^6.0.3",
|
|
146
154
|
"unbuild": "^3.6.1",
|
|
147
|
-
"vite": "^8.2.
|
|
148
|
-
"vitest": "^4.1.
|
|
149
|
-
"webpack": "^5.109.0"
|
|
150
|
-
"@csszyx/runtime": "0.15.1",
|
|
151
|
-
"@csszyx/tooling-metadata": "0.15.1"
|
|
155
|
+
"vite": "^8.2.2",
|
|
156
|
+
"vitest": "^4.1.11",
|
|
157
|
+
"webpack": "^5.109.0"
|
|
152
158
|
},
|
|
153
159
|
"sideEffects": false,
|
|
154
160
|
"engines": {
|