@aihu/app 0.1.5 → 0.1.7

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