@aihu/compiler 0.1.1 → 0.1.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.
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.1.1` on commit `f562354`.</i></sub>
24
+ <sub><i>Auto-generated against `@aihu/compiler@0.1.0` on commit `5768b0f`.</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.1.1` |
35
+ | **Version** | `0.1.0` |
36
36
  | **Tier** | D — Compiler — Single-File Component (.aihu) → Web Component |
37
37
  | **Published files** | 5 entries |
38
38
  | **License** | MIT |
39
39
 
40
- <sub><i>Auto-generated against `@aihu/compiler@0.1.1` on commit `f562354`.</i></sub>
40
+ <sub><i>Auto-generated against `@aihu/compiler@0.1.0` on commit `5768b0f`.</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.1.1` on commit `f562354`.</i></sub>
53
+ <sub><i>Auto-generated against `@aihu/compiler@0.1.0` on commit `5768b0f`.</i></sub>
54
54
 
55
55
  <!-- END_AUTOGEN: exports -->
56
56
 
@@ -63,7 +63,7 @@ bun add @aihu/compiler
63
63
 
64
64
  - `vite` — `>=5.0.0`
65
65
 
66
- <sub><i>Auto-generated against `@aihu/compiler@0.1.1` on commit `f562354`.</i></sub>
66
+ <sub><i>Auto-generated against `@aihu/compiler@0.1.0` on commit `5768b0f`.</i></sub>
67
67
 
68
68
  <!-- END_AUTOGEN: deps -->
69
69
 
@@ -77,7 +77,7 @@ bun add @aihu/compiler
77
77
  - [Macro Vocabulary spec](../../docs/superpowers/specs/2026-05-02-spec-macro-vocabulary.md)
78
78
  - [Aihu framework root](../../README.md)
79
79
 
80
- <sub><i>Auto-generated against `@aihu/compiler@0.1.1` on commit `f562354`.</i></sub>
80
+ <sub><i>Auto-generated against `@aihu/compiler@0.1.0` on commit `5768b0f`.</i></sub>
81
81
 
82
82
  <!-- END_AUTOGEN: see-also -->
83
83
 
@@ -88,6 +88,6 @@ bun add @aihu/compiler
88
88
 
89
89
  MIT — see [LICENSE](../../LICENSE).
90
90
 
91
- <sub><i>Auto-generated against `@aihu/compiler@0.1.1` on commit `f562354`.</i></sub>
91
+ <sub><i>Auto-generated against `@aihu/compiler@0.1.0` on commit `5768b0f`.</i></sub>
92
92
 
93
93
  <!-- END_AUTOGEN: license -->
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aihu/compiler",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
Binary file