@aihu-plugin/drizzle 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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -49,7 +49,7 @@ npm install @aihu-plugin/drizzle
49
49
  bun add @aihu-plugin/drizzle
50
50
  ```
51
51
 
52
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.1`.</i></sub>
52
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.2`.</i></sub>
53
53
 
54
54
  <!-- END_AUTOGEN: install -->
55
55
 
@@ -60,12 +60,12 @@ bun add @aihu-plugin/drizzle
60
60
 
61
61
  | | |
62
62
  |---|---|
63
- | **Version** | `0.1.1` |
63
+ | **Version** | `0.1.2` |
64
64
  | **Tier** | E — Held private (unmapped tier) |
65
65
  | **Published files** | 3 entries |
66
66
  | **License** | MIT |
67
67
 
68
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.1`.</i></sub>
68
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.2`.</i></sub>
69
69
 
70
70
  <!-- END_AUTOGEN: stats -->
71
71
 
@@ -78,7 +78,7 @@ bun add @aihu-plugin/drizzle
78
78
  |---|---|---|
79
79
  | `.` | `./dist/index.js` | `—` |
80
80
 
81
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.1`.</i></sub>
81
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.2`.</i></sub>
82
82
 
83
83
  <!-- END_AUTOGEN: exports -->
84
84
 
@@ -95,7 +95,7 @@ bun add @aihu-plugin/drizzle
95
95
 
96
96
  - `drizzle-orm` — `>=0.29.0`
97
97
 
98
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.1`.</i></sub>
98
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.2`.</i></sub>
99
99
 
100
100
  <!-- END_AUTOGEN: deps -->
101
101
 
@@ -107,7 +107,7 @@ bun add @aihu-plugin/drizzle
107
107
  - [Aihu framework root](../../README.md)
108
108
  - [v1.1 roadmap](../../docs/roadmap/SUMMARY.md)
109
109
 
110
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.1`.</i></sub>
110
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.2`.</i></sub>
111
111
 
112
112
  <!-- END_AUTOGEN: see-also -->
113
113
 
@@ -118,6 +118,6 @@ bun add @aihu-plugin/drizzle
118
118
 
119
119
  MIT — see [LICENSE](../../LICENSE).
120
120
 
121
- <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.1`.</i></sub>
121
+ <sub><i>Auto-generated against `@aihu-plugin/drizzle@0.1.2`.</i></sub>
122
122
 
123
123
  <!-- 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.2",
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"