drizzle-orm 0.40.0-af1f2fe → 0.40.0
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.40.0
|
|
3
|
+
"version": "0.40.0",
|
|
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
|
"gel": ">=2"
|
|
@@ -148,12 +146,6 @@
|
|
|
148
146
|
"@op-engineering/op-sqlite": {
|
|
149
147
|
"optional": true
|
|
150
148
|
},
|
|
151
|
-
"react": {
|
|
152
|
-
"optional": true
|
|
153
|
-
},
|
|
154
|
-
"@types/react": {
|
|
155
|
-
"optional": true
|
|
156
|
-
},
|
|
157
149
|
"@electric-sql/pglite": {
|
|
158
150
|
"optional": true
|
|
159
151
|
},
|
package/version.cjs
CHANGED
package/version.d.cts
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED