@aihu/compiler 0.10.0 → 0.10.1

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 +1 -1
package/README.md CHANGED
@@ -21,7 +21,7 @@ npm install @aihu/compiler
21
21
  bun add @aihu/compiler
22
22
  ```
23
23
 
24
- <sub><i>Auto-generated against `@aihu/compiler@0.10.0`.</i></sub>
24
+ <sub><i>Auto-generated against `@aihu/compiler@0.10.1`.</i></sub>
25
25
 
26
26
  <!-- END_AUTOGEN: install -->
27
27
 
@@ -32,12 +32,12 @@ bun add @aihu/compiler
32
32
 
33
33
  | | |
34
34
  |---|---|
35
- | **Version** | `0.10.0` |
35
+ | **Version** | `0.10.1` |
36
36
  | **Tier** | D — Compiler — Single-File Component (.aihu) → Web Component |
37
37
  | **Published files** | 4 entries |
38
38
  | **License** | MIT |
39
39
 
40
- <sub><i>Auto-generated against `@aihu/compiler@0.10.0`.</i></sub>
40
+ <sub><i>Auto-generated against `@aihu/compiler@0.10.1`.</i></sub>
41
41
 
42
42
  <!-- END_AUTOGEN: stats -->
43
43
 
@@ -50,7 +50,7 @@ bun add @aihu/compiler
50
50
  |---|---|---|
51
51
  | `.` | `./dist/index.js` | `—` |
52
52
 
53
- <sub><i>Auto-generated against `@aihu/compiler@0.10.0`.</i></sub>
53
+ <sub><i>Auto-generated against `@aihu/compiler@0.10.1`.</i></sub>
54
54
 
55
55
  <!-- END_AUTOGEN: exports -->
56
56
 
@@ -71,7 +71,7 @@ bun add @aihu/compiler
71
71
  - `@aihu/compiler-linux-arm64-gnu` — `0.1.1`
72
72
  - `@aihu/compiler-win32-x64-msvc` — `0.1.1`
73
73
 
74
- <sub><i>Auto-generated against `@aihu/compiler@0.10.0`.</i></sub>
74
+ <sub><i>Auto-generated against `@aihu/compiler@0.10.1`.</i></sub>
75
75
 
76
76
  <!-- END_AUTOGEN: deps -->
77
77
 
@@ -85,7 +85,7 @@ bun add @aihu/compiler
85
85
  - [Macro Vocabulary spec](../../docs/superpowers/specs/2026-05-02-spec-macro-vocabulary.md)
86
86
  - [Aihu framework root](../../README.md)
87
87
 
88
- <sub><i>Auto-generated against `@aihu/compiler@0.10.0`.</i></sub>
88
+ <sub><i>Auto-generated against `@aihu/compiler@0.10.1`.</i></sub>
89
89
 
90
90
  <!-- END_AUTOGEN: see-also -->
91
91
 
@@ -96,6 +96,6 @@ bun add @aihu/compiler
96
96
 
97
97
  MIT — see [LICENSE](../../LICENSE).
98
98
 
99
- <sub><i>Auto-generated against `@aihu/compiler@0.10.0`.</i></sub>
99
+ <sub><i>Auto-generated against `@aihu/compiler@0.10.1`.</i></sub>
100
100
 
101
101
  <!-- END_AUTOGEN: license -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aihu/compiler",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",