@aihu/css-engine 0.4.0 → 0.4.2

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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -198,7 +198,7 @@ npm install @aihu/css-engine
198
198
  bun add @aihu/css-engine
199
199
  ```
200
200
 
201
- <sub><i>Auto-generated against `@aihu/css-engine@0.4.0`.</i></sub>
201
+ <sub><i>Auto-generated against `@aihu/css-engine@0.4.2`.</i></sub>
202
202
 
203
203
  <!-- END_AUTOGEN: install -->
204
204
 
@@ -209,12 +209,12 @@ bun add @aihu/css-engine
209
209
 
210
210
  | | |
211
211
  |---|---|
212
- | **Version** | `0.4.0` |
212
+ | **Version** | `0.4.2` |
213
213
  | **Tier** | D — Compiler — CSS engine (Tailwind v4 hard fork, WC-native scoped output) |
214
214
  | **Published files** | 5 entries |
215
215
  | **License** | MIT |
216
216
 
217
- <sub><i>Auto-generated against `@aihu/css-engine@0.4.0`.</i></sub>
217
+ <sub><i>Auto-generated against `@aihu/css-engine@0.4.2`.</i></sub>
218
218
 
219
219
  <!-- END_AUTOGEN: stats -->
220
220
 
@@ -233,7 +233,7 @@ bun add @aihu/css-engine
233
233
  | `./runtime/cn` | `./dist/runtime/cn.js` | `—` |
234
234
  | `./runtime/progressive` | `./dist/runtime/progressive.js` | `—` |
235
235
 
236
- <sub><i>Auto-generated against `@aihu/css-engine@0.4.0`.</i></sub>
236
+ <sub><i>Auto-generated against `@aihu/css-engine@0.4.2`.</i></sub>
237
237
 
238
238
  <!-- END_AUTOGEN: exports -->
239
239
 
@@ -253,7 +253,7 @@ bun add @aihu/css-engine
253
253
  - `@aihu/css-engine-linux-x64-gnu` — `0.1.3`
254
254
  - `@aihu/css-engine-win32-x64-msvc` — `0.1.3`
255
255
 
256
- <sub><i>Auto-generated against `@aihu/css-engine@0.4.0`.</i></sub>
256
+ <sub><i>Auto-generated against `@aihu/css-engine@0.4.2`.</i></sub>
257
257
 
258
258
  <!-- END_AUTOGEN: deps -->
259
259
 
@@ -266,7 +266,7 @@ bun add @aihu/css-engine
266
266
  - [@aihu/compiler](../compiler)
267
267
  - [Aihu framework root](../../README.md)
268
268
 
269
- <sub><i>Auto-generated against `@aihu/css-engine@0.4.0`.</i></sub>
269
+ <sub><i>Auto-generated against `@aihu/css-engine@0.4.2`.</i></sub>
270
270
 
271
271
  <!-- END_AUTOGEN: see-also -->
272
272
 
@@ -277,6 +277,6 @@ bun add @aihu/css-engine
277
277
 
278
278
  MIT — see [LICENSE](../../LICENSE).
279
279
 
280
- <sub><i>Auto-generated against `@aihu/css-engine@0.4.0`.</i></sub>
280
+ <sub><i>Auto-generated against `@aihu/css-engine@0.4.2`.</i></sub>
281
281
 
282
282
  <!-- END_AUTOGEN: license -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aihu/css-engine",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "sideEffects": false,
39
39
  "dependencies": {
40
- "@aihu/compiler": "^0.6.0"
40
+ "@aihu/compiler": "^0.8.0"
41
41
  },
42
42
  "optionalDependencies": {
43
43
  "@aihu/css-engine-darwin-arm64": "0.1.3",