@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/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.8KYddE6x.cjs');
5
+ const unplugin = require('./shared/unplugin.ZqxgHk5F.cjs');
6
6
  require('node:crypto');
7
7
  require('node:fs');
8
8
  require('node:module');
@@ -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.D68hyqgb.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.1",
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
- "postcss": "^8.5.23",
126
- "postcss-selector-parser": "^7.1.4",
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.1"
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.62.3",
152
+ "rollup": "^4.63.0",
145
153
  "typescript": "^6.0.3",
146
154
  "unbuild": "^3.6.1",
147
- "vite": "^8.2.1",
148
- "vitest": "^4.1.10",
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": {