drizzle-orm 0.39.2 → 0.39.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.
- package/package.json +1 -9
- package/version.cjs +1 -1
- package/version.d.cts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drizzle-orm",
|
|
3
|
-
"version": "0.39.
|
|
3
|
+
"version": "0.39.3",
|
|
4
4
|
"description": "Drizzle ORM package for SQL databases",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -58,7 +58,6 @@
|
|
|
58
58
|
"@tidbcloud/serverless": "*",
|
|
59
59
|
"@types/better-sqlite3": "*",
|
|
60
60
|
"@types/pg": "*",
|
|
61
|
-
"@types/react": ">=18",
|
|
62
61
|
"@types/sql.js": "*",
|
|
63
62
|
"@vercel/postgres": ">=0.8.0",
|
|
64
63
|
"@xata.io/client": "*",
|
|
@@ -70,7 +69,6 @@
|
|
|
70
69
|
"mysql2": ">=2",
|
|
71
70
|
"pg": ">=8",
|
|
72
71
|
"postgres": ">=3",
|
|
73
|
-
"react": ">=18",
|
|
74
72
|
"sql.js": ">=1",
|
|
75
73
|
"sqlite3": ">=5"
|
|
76
74
|
},
|
|
@@ -144,12 +142,6 @@
|
|
|
144
142
|
"@op-engineering/op-sqlite": {
|
|
145
143
|
"optional": true
|
|
146
144
|
},
|
|
147
|
-
"react": {
|
|
148
|
-
"optional": true
|
|
149
|
-
},
|
|
150
|
-
"@types/react": {
|
|
151
|
-
"optional": true
|
|
152
|
-
},
|
|
153
145
|
"@electric-sql/pglite": {
|
|
154
146
|
"optional": true
|
|
155
147
|
},
|
package/version.cjs
CHANGED
package/version.d.cts
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED