@csszyx/unplugin 0.15.2 → 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.BxsTa17g.mjs → unplugin.CPo2xrEy.mjs} +288 -62
- 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.dz3AdzsO.cjs → unplugin.ZqxgHk5F.cjs} +286 -60
- 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 +15 -9
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,11 +122,11 @@
|
|
|
122
122
|
"dist"
|
|
123
123
|
],
|
|
124
124
|
"dependencies": {
|
|
125
|
-
"@csszyx/compiler": "0.15.
|
|
126
|
-
"@csszyx/core": "0.15.
|
|
127
|
-
"@csszyx/svelte-adapter": "0.15.
|
|
128
|
-
"@csszyx/types": "0.15.
|
|
129
|
-
"@csszyx/vue-adapter": "0.15.
|
|
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
130
|
"postcss": "^8.5.26",
|
|
131
131
|
"postcss-selector-parser": "^7.1.5",
|
|
132
132
|
"postcss-value-parser": "^4.2.0",
|
|
@@ -134,11 +134,17 @@
|
|
|
134
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": {
|
|
140
|
-
"@csszyx/runtime": "0.15.
|
|
141
|
-
"@csszyx/tooling-metadata": "0.15.
|
|
146
|
+
"@csszyx/runtime": "0.15.3",
|
|
147
|
+
"@csszyx/tooling-metadata": "0.15.3",
|
|
142
148
|
"@tailwindcss/node": "4.3.3",
|
|
143
149
|
"@types/node": "^22.20.1",
|
|
144
150
|
"@types/proper-lockfile": "^4.1.4",
|