@aihu/css-engine 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -60,7 +60,7 @@ npm install @aihu/css-engine
60
60
  bun add @aihu/css-engine
61
61
  ```
62
62
 
63
- <sub><i>Auto-generated against `@aihu/css-engine@0.2.0`.</i></sub>
63
+ <sub><i>Auto-generated against `@aihu/css-engine@0.2.3`.</i></sub>
64
64
 
65
65
  <!-- END_AUTOGEN: install -->
66
66
 
@@ -71,12 +71,12 @@ bun add @aihu/css-engine
71
71
 
72
72
  | | |
73
73
  |---|---|
74
- | **Version** | `0.2.0` |
74
+ | **Version** | `0.2.3` |
75
75
  | **Tier** | D — Compiler — CSS engine (Tailwind v4 hard fork, WC-native scoped output) |
76
76
  | **Published files** | 5 entries |
77
77
  | **License** | MIT |
78
78
 
79
- <sub><i>Auto-generated against `@aihu/css-engine@0.2.0`.</i></sub>
79
+ <sub><i>Auto-generated against `@aihu/css-engine@0.2.3`.</i></sub>
80
80
 
81
81
  <!-- END_AUTOGEN: stats -->
82
82
 
@@ -95,7 +95,7 @@ bun add @aihu/css-engine
95
95
  | `./runtime/cn` | `./dist/runtime/cn.js` | `—` |
96
96
  | `./runtime/progressive` | `./dist/runtime/progressive.js` | `—` |
97
97
 
98
- <sub><i>Auto-generated against `@aihu/css-engine@0.2.0`.</i></sub>
98
+ <sub><i>Auto-generated against `@aihu/css-engine@0.2.3`.</i></sub>
99
99
 
100
100
  <!-- END_AUTOGEN: exports -->
101
101
 
@@ -115,7 +115,7 @@ bun add @aihu/css-engine
115
115
  - `@aihu/css-engine-linux-x64-gnu` — `0.1.2`
116
116
  - `@aihu/css-engine-win32-x64-msvc` — `0.1.2`
117
117
 
118
- <sub><i>Auto-generated against `@aihu/css-engine@0.2.0`.</i></sub>
118
+ <sub><i>Auto-generated against `@aihu/css-engine@0.2.3`.</i></sub>
119
119
 
120
120
  <!-- END_AUTOGEN: deps -->
121
121
 
@@ -128,7 +128,7 @@ bun add @aihu/css-engine
128
128
  - [@aihu/compiler](../compiler)
129
129
  - [Aihu framework root](../../README.md)
130
130
 
131
- <sub><i>Auto-generated against `@aihu/css-engine@0.2.0`.</i></sub>
131
+ <sub><i>Auto-generated against `@aihu/css-engine@0.2.3`.</i></sub>
132
132
 
133
133
  <!-- END_AUTOGEN: see-also -->
134
134
 
@@ -139,6 +139,6 @@ bun add @aihu/css-engine
139
139
 
140
140
  MIT — see [LICENSE](../../LICENSE).
141
141
 
142
- <sub><i>Auto-generated against `@aihu/css-engine@0.2.0`.</i></sub>
142
+ <sub><i>Auto-generated against `@aihu/css-engine@0.2.3`.</i></sub>
143
143
 
144
144
  <!-- END_AUTOGEN: license -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aihu/css-engine",
3
- "version": "0.2.0",
3
+ "version": "0.2.3",
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.5.0"
40
+ "@aihu/compiler": "0.5.2"
41
41
  },
42
42
  "optionalDependencies": {
43
43
  "@aihu/css-engine-darwin-arm64": "0.1.2",