@aihu/app 0.3.0 → 0.3.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 +3 -3
package/README.md CHANGED
@@ -21,7 +21,7 @@ npm install @aihu/app
21
21
  bun add @aihu/app
22
22
  ```
23
23
 
24
- <sub><i>Auto-generated against `@aihu/app@0.3.0`.</i></sub>
24
+ <sub><i>Auto-generated against `@aihu/app@0.3.1`.</i></sub>
25
25
 
26
26
  <!-- END_AUTOGEN: install -->
27
27
 
@@ -32,12 +32,12 @@ bun add @aihu/app
32
32
 
33
33
  | | |
34
34
  |---|---|
35
- | **Version** | `0.3.0` |
35
+ | **Version** | `0.3.1` |
36
36
  | **Tier** | B — Meta-framework — top-level integration of runtime, router, adapter |
37
37
  | **Published files** | 3 entries |
38
38
  | **License** | MIT |
39
39
 
40
- <sub><i>Auto-generated against `@aihu/app@0.3.0`.</i></sub>
40
+ <sub><i>Auto-generated against `@aihu/app@0.3.1`.</i></sub>
41
41
 
42
42
  <!-- END_AUTOGEN: stats -->
43
43
 
@@ -51,7 +51,7 @@ bun add @aihu/app
51
51
  | `.` | `./dist/index.js` | `—` |
52
52
  | `./client` | `./dist/client.js` | `—` |
53
53
 
54
- <sub><i>Auto-generated against `@aihu/app@0.3.0`.</i></sub>
54
+ <sub><i>Auto-generated against `@aihu/app@0.3.1`.</i></sub>
55
55
 
56
56
  <!-- END_AUTOGEN: exports -->
57
57
 
@@ -69,7 +69,7 @@ bun add @aihu/app
69
69
  - `@aihu/signals` — `workspace:*`
70
70
  - `vite` — `>=5.0.0`
71
71
 
72
- <sub><i>Auto-generated against `@aihu/app@0.3.0`.</i></sub>
72
+ <sub><i>Auto-generated against `@aihu/app@0.3.1`.</i></sub>
73
73
 
74
74
  <!-- END_AUTOGEN: deps -->
75
75
 
@@ -83,7 +83,7 @@ bun add @aihu/app
83
83
  - [@aihu/adapter-cloudflare](../adapter-cloudflare)
84
84
  - [Aihu framework root](../../README.md)
85
85
 
86
- <sub><i>Auto-generated against `@aihu/app@0.3.0`.</i></sub>
86
+ <sub><i>Auto-generated against `@aihu/app@0.3.1`.</i></sub>
87
87
 
88
88
  <!-- END_AUTOGEN: see-also -->
89
89
 
@@ -94,6 +94,6 @@ bun add @aihu/app
94
94
 
95
95
  MIT — see [LICENSE](../../LICENSE).
96
96
 
97
- <sub><i>Auto-generated against `@aihu/app@0.3.0`.</i></sub>
97
+ <sub><i>Auto-generated against `@aihu/app@0.3.1`.</i></sub>
98
98
 
99
99
  <!-- END_AUTOGEN: license -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aihu/app",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -30,14 +30,14 @@
30
30
  "peerDependencies": {
31
31
  "@aihu/arbor": "0.1.5",
32
32
  "@aihu/router": "0.1.7",
33
- "@aihu/runtime": "0.1.7",
33
+ "@aihu/runtime": "0.1.8",
34
34
  "@aihu/server": "0.2.0",
35
35
  "@aihu/signals": "0.1.0",
36
36
  "vite": ">=5.0.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@aihu-plugin/agent-readiness": "2.0.3",
40
- "@aihu/compiler": "0.5.3"
40
+ "@aihu/compiler": "0.5.4"
41
41
  },
42
42
  "description": "Top-level app integration — wires runtime, router, and adapters into a Vite app.",
43
43
  "repository": {