@csszyx/unplugin 0.9.9 → 0.10.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/dist/index.cjs +16 -1
- package/dist/index.d.cts +4 -2
- package/dist/index.d.mts +4 -2
- package/dist/index.mjs +2 -1
- package/dist/next-prebuild.cjs +2 -1
- package/dist/next-prebuild.mjs +2 -1
- package/dist/next-turbo-loader.cjs +14 -2
- package/dist/next-turbo-loader.mjs +14 -2
- package/dist/next-watcher.cjs +2 -1
- package/dist/next-watcher.mjs +2 -1
- package/dist/shared/unplugin.3UumZ5gn.mjs +5 -0
- package/dist/shared/{unplugin.CMNZChGZ.d.cts → unplugin.BqLCtc84.d.cts} +164 -2
- package/dist/shared/{unplugin.CMNZChGZ.d.mts → unplugin.BqLCtc84.d.mts} +164 -2
- package/dist/shared/{unplugin.CMsKFZ-l.mjs → unplugin.CLXpKBe4.mjs} +362 -90
- package/dist/shared/{unplugin.BtQzlC2C.mjs → unplugin.CLjhn81z.mjs} +47 -4
- package/dist/shared/{unplugin.s62yJbu1.cjs → unplugin.Cwe-dz1f.cjs} +48 -5
- package/dist/shared/{unplugin.Dfao2VkS.cjs → unplugin.Dk6ddrZX.cjs} +377 -91
- package/dist/shared/unplugin.DoBHTRra.cjs +7 -0
- package/dist/vite.cjs +2 -1
- package/dist/vite.d.cts +1 -1
- package/dist/vite.d.mts +1 -1
- package/dist/vite.mjs +2 -1
- package/dist/webpack.cjs +2 -1
- package/dist/webpack.d.cts +1 -1
- package/dist/webpack.d.mts +1 -1
- package/dist/webpack.mjs +2 -1
- package/package.json +8 -8
package/dist/vite.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const unplugin = require('./shared/unplugin.
|
|
5
|
+
const unplugin = require('./shared/unplugin.Dk6ddrZX.cjs');
|
|
6
6
|
require('node:fs');
|
|
7
7
|
require('node:module');
|
|
8
8
|
require('node:path');
|
|
@@ -18,6 +18,7 @@ require('unplugin');
|
|
|
18
18
|
require('./css-mangler.cjs');
|
|
19
19
|
require('postcss');
|
|
20
20
|
require('postcss-selector-parser');
|
|
21
|
+
require('./shared/unplugin.DoBHTRra.cjs');
|
|
21
22
|
require('node:crypto');
|
|
22
23
|
require('./shared/unplugin.pmTknYLy.cjs');
|
|
23
24
|
require('postcss-value-parser');
|
package/dist/vite.d.cts
CHANGED
package/dist/vite.d.mts
CHANGED
package/dist/vite.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { R as vitePlugin } from './shared/unplugin.CLXpKBe4.mjs';
|
|
2
2
|
import 'node:fs';
|
|
3
3
|
import 'node:module';
|
|
4
4
|
import 'node:path';
|
|
@@ -14,6 +14,7 @@ import 'unplugin';
|
|
|
14
14
|
import './css-mangler.mjs';
|
|
15
15
|
import 'postcss';
|
|
16
16
|
import 'postcss-selector-parser';
|
|
17
|
+
import './shared/unplugin.3UumZ5gn.mjs';
|
|
17
18
|
import 'node:crypto';
|
|
18
19
|
import './shared/unplugin.BpWUtI9U.mjs';
|
|
19
20
|
import 'postcss-value-parser';
|
package/dist/webpack.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const unplugin = require('./shared/unplugin.
|
|
5
|
+
const unplugin = require('./shared/unplugin.Dk6ddrZX.cjs');
|
|
6
6
|
require('node:fs');
|
|
7
7
|
require('node:module');
|
|
8
8
|
require('node:path');
|
|
@@ -18,6 +18,7 @@ require('unplugin');
|
|
|
18
18
|
require('./css-mangler.cjs');
|
|
19
19
|
require('postcss');
|
|
20
20
|
require('postcss-selector-parser');
|
|
21
|
+
require('./shared/unplugin.DoBHTRra.cjs');
|
|
21
22
|
require('node:crypto');
|
|
22
23
|
require('./shared/unplugin.pmTknYLy.cjs');
|
|
23
24
|
require('postcss-value-parser');
|
package/dist/webpack.d.cts
CHANGED
package/dist/webpack.d.mts
CHANGED
package/dist/webpack.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { S as webpackPlugin } from './shared/unplugin.CLXpKBe4.mjs';
|
|
2
2
|
import 'node:fs';
|
|
3
3
|
import 'node:module';
|
|
4
4
|
import 'node:path';
|
|
@@ -14,6 +14,7 @@ import 'unplugin';
|
|
|
14
14
|
import './css-mangler.mjs';
|
|
15
15
|
import 'postcss';
|
|
16
16
|
import 'postcss-selector-parser';
|
|
17
|
+
import './shared/unplugin.3UumZ5gn.mjs';
|
|
17
18
|
import 'node:crypto';
|
|
18
19
|
import './shared/unplugin.BpWUtI9U.mjs';
|
|
19
20
|
import 'postcss-value-parser';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csszyx/unplugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "Vite and Webpack integration for csszyx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"csszyx",
|
|
@@ -117,19 +117,19 @@
|
|
|
117
117
|
"postcss-value-parser": "^4.2.0",
|
|
118
118
|
"proper-lockfile": "^4.1.2",
|
|
119
119
|
"unplugin": "^1.10.1",
|
|
120
|
-
"@csszyx/compiler": "0.
|
|
121
|
-
"@csszyx/svelte-adapter": "0.
|
|
122
|
-
"@csszyx/core": "0.
|
|
123
|
-
"@csszyx/
|
|
124
|
-
"@csszyx/
|
|
120
|
+
"@csszyx/compiler": "0.10.0",
|
|
121
|
+
"@csszyx/svelte-adapter": "0.10.0",
|
|
122
|
+
"@csszyx/core": "0.10.0",
|
|
123
|
+
"@csszyx/types": "0.10.0",
|
|
124
|
+
"@csszyx/vue-adapter": "0.10.0"
|
|
125
125
|
},
|
|
126
126
|
"peerDependencies": {
|
|
127
|
-
"@csszyx/runtime": "^0.
|
|
127
|
+
"@csszyx/runtime": "^0.10.0"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"@types/node": "^20.11.0",
|
|
131
131
|
"@types/proper-lockfile": "^4.1.4",
|
|
132
|
-
"esbuild": "^0.
|
|
132
|
+
"esbuild": "^0.28.1",
|
|
133
133
|
"rollup": "^4.56.0",
|
|
134
134
|
"typescript": "^6.0.3",
|
|
135
135
|
"unbuild": "^3.6.1",
|