@aihu-plugin/drizzle 0.1.3 → 0.1.4

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
@@ -47,7 +47,7 @@ npm install @aihu-plugin/drizzle
47
47
  bun add @aihu-plugin/drizzle
48
48
  ```
49
49
 
50
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.3`.</i></sub>
50
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.4`.</i></sub>
51
51
 
52
52
  <!-- END_AUTOGEN: install -->
53
53
 
@@ -58,12 +58,12 @@ bun add @aihu-plugin/drizzle
58
58
 
59
59
  | | |
60
60
  |---|---|
61
- | **Version** | `0.1.3` |
61
+ | **Version** | `0.1.4` |
62
62
  | **Tier** | B — Meta-framework — Drizzle ORM data adapter (typed resources + loaders) |
63
63
  | **Published files** | 3 entries |
64
64
  | **License** | MIT |
65
65
 
66
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.3`.</i></sub>
66
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.4`.</i></sub>
67
67
 
68
68
  <!-- END_AUTOGEN: stats -->
69
69
 
@@ -76,7 +76,7 @@ bun add @aihu-plugin/drizzle
76
76
  |---|---|---|
77
77
  | `.` | `./dist/index.js` | `—` |
78
78
 
79
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.3`.</i></sub>
79
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.4`.</i></sub>
80
80
 
81
81
  <!-- END_AUTOGEN: exports -->
82
82
 
@@ -93,7 +93,7 @@ bun add @aihu-plugin/drizzle
93
93
 
94
94
  - `drizzle-orm` — `>=0.29.0`
95
95
 
96
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.3`.</i></sub>
96
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.4`.</i></sub>
97
97
 
98
98
  <!-- END_AUTOGEN: deps -->
99
99
 
@@ -105,7 +105,7 @@ bun add @aihu-plugin/drizzle
105
105
  - [@aihu-plugin/data](../plugin-data)
106
106
  - [Aihu framework root](../../README.md)
107
107
 
108
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.3`.</i></sub>
108
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.4`.</i></sub>
109
109
 
110
110
  <!-- END_AUTOGEN: see-also -->
111
111
 
@@ -116,6 +116,6 @@ bun add @aihu-plugin/drizzle
116
116
 
117
117
  MIT — see [LICENSE](../../LICENSE).
118
118
 
119
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.3`.</i></sub>
119
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.4`.</i></sub>
120
120
 
121
121
  <!-- END_AUTOGEN: license -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aihu-plugin/drizzle",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
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.3.0"
27
+ "@aihu/server": "0.4.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@aihu/plugin": "0.1.0",
31
- "@aihu-plugin/data": "2.0.3"
31
+ "@aihu-plugin/data": "2.0.5"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "drizzle-orm": ">=0.29.0"