@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.
@@ -1,8 +1,10 @@
1
- import { ap } from './shared/unplugin.BT7PqYuK.cjs';
2
- export = ap;
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';
@@ -1,7 +1,9 @@
1
- export { ap as default } from './shared/unplugin.BT7PqYuK.mjs';
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.BxsTa17g.mjs';
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.Bk9o8_RZ.mjs';
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.DK0b4fr7.mjs';
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.2",
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.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",
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.2"
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.2",
141
- "@csszyx/tooling-metadata": "0.15.2",
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",