@aihu-plugin/drizzle 0.1.1 → 0.1.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 +10 -12
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,9 +4,7 @@
4
4
 
5
5
  Drizzle ORM data adapter for aihu — typed createResource fetchers and defineLoader helpers (Postgres / SQLite / libSQL).
6
6
 
7
- Held-private workspace package. Not yet published to npm.
8
-
9
- > **Status:** Held private — not yet published to npm. See [v1.1 roadmap](../../docs/roadmap/SUMMARY.md) for ratification gating (e.g. RFC #56 live-binding for `@aihu/plugin` enforcement).
7
+ Part of the **meta-framework** layer of Aihu. Provides whole-app capability file-based routing, SSR, loaders, cookies — without the boilerplate other meta-frameworks impose. See [arch-1](../../docs/roadmap/arch-1-website.md) for the meta-framework contract.
10
8
 
11
9
  <!-- BEGIN_HANDWRITTEN: prose -->
12
10
  Server-only. Wraps a Drizzle query into the two data-access shapes aihu uses:
@@ -49,7 +47,7 @@ npm install @aihu-plugin/drizzle
49
47
  bun add @aihu-plugin/drizzle
50
48
  ```
51
49
 
52
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.1`.</i></sub>
50
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.3`.</i></sub>
53
51
 
54
52
  <!-- END_AUTOGEN: install -->
55
53
 
@@ -60,12 +58,12 @@ bun add @aihu-plugin/drizzle
60
58
 
61
59
  | | |
62
60
  |---|---|
63
- | **Version** | `0.1.1` |
64
- | **Tier** | EHeld private (unmapped tier) |
61
+ | **Version** | `0.1.3` |
62
+ | **Tier** | BMeta-framework Drizzle ORM data adapter (typed resources + loaders) |
65
63
  | **Published files** | 3 entries |
66
64
  | **License** | MIT |
67
65
 
68
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.1`.</i></sub>
66
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.3`.</i></sub>
69
67
 
70
68
  <!-- END_AUTOGEN: stats -->
71
69
 
@@ -78,7 +76,7 @@ bun add @aihu-plugin/drizzle
78
76
  |---|---|---|
79
77
  | `.` | `./dist/index.js` | `—` |
80
78
 
81
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.1`.</i></sub>
79
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.3`.</i></sub>
82
80
 
83
81
  <!-- END_AUTOGEN: exports -->
84
82
 
@@ -95,7 +93,7 @@ bun add @aihu-plugin/drizzle
95
93
 
96
94
  - `drizzle-orm` — `>=0.29.0`
97
95
 
98
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.1`.</i></sub>
96
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.3`.</i></sub>
99
97
 
100
98
  <!-- END_AUTOGEN: deps -->
101
99
 
@@ -104,10 +102,10 @@ bun add @aihu-plugin/drizzle
104
102
  <!-- BEGIN_AUTOGEN: see-also -->
105
103
  <!-- regenerate: bun scripts/sync-readme.ts (also runs in pre-commit + CI) -->
106
104
 
105
+ - [@aihu-plugin/data](../plugin-data)
107
106
  - [Aihu framework root](../../README.md)
108
- - [v1.1 roadmap](../../docs/roadmap/SUMMARY.md)
109
107
 
110
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.1`.</i></sub>
108
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.3`.</i></sub>
111
109
 
112
110
  <!-- END_AUTOGEN: see-also -->
113
111
 
@@ -118,6 +116,6 @@ bun add @aihu-plugin/drizzle
118
116
 
119
117
  MIT — see [LICENSE](../../LICENSE).
120
118
 
121
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.1`.</i></sub>
119
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.3`.</i></sub>
122
120
 
123
121
  <!-- END_AUTOGEN: license -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aihu-plugin/drizzle",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -24,11 +24,11 @@
24
24
  "prepublishOnly": "bun run build"
25
25
  },
26
26
  "dependencies": {
27
- "@aihu/server": "0.2.1"
27
+ "@aihu/server": "0.3.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@aihu/plugin": "0.1.0",
31
- "@aihu-plugin/data": "2.0.1"
31
+ "@aihu-plugin/data": "2.0.3"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "drizzle-orm": ">=0.29.0"