drizzle-orm 0.33.0-6386ea9 → 0.33.0-807aa5b

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-orm",
3
- "version": "0.33.0-6386ea9",
3
+ "version": "0.33.0-807aa5b",
4
4
  "description": "Drizzle ORM package for SQL databases",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -46,7 +46,7 @@
46
46
  "@aws-sdk/client-rds-data": ">=3",
47
47
  "@cloudflare/workers-types": ">=3",
48
48
  "@electric-sql/pglite": ">=0.1.1",
49
- "@libsql/client": "*",
49
+ "@libsql/client": ">=0.10.0",
50
50
  "@neondatabase/serverless": ">=0.1",
51
51
  "@op-engineering/op-sqlite": ">=2",
52
52
  "@opentelemetry/api": "^1.4.1",
@@ -161,7 +161,7 @@
161
161
  "@aws-sdk/client-rds-data": "^3.549.0",
162
162
  "@cloudflare/workers-types": "^4.20230904.0",
163
163
  "@electric-sql/pglite": "^0.1.1",
164
- "@libsql/client": "^0.5.6",
164
+ "@libsql/client": "^0.10.0",
165
165
  "@neondatabase/serverless": "^0.9.0",
166
166
  "@op-engineering/op-sqlite": "^2.0.16",
167
167
  "@opentelemetry/api": "^1.4.1",
package/version.cjs CHANGED
@@ -26,7 +26,7 @@ __export(version_exports, {
26
26
  module.exports = __toCommonJS(version_exports);
27
27
 
28
28
  // package.json
29
- var version = "0.33.0-6386ea9";
29
+ var version = "0.33.0-807aa5b";
30
30
 
31
31
  // src/version.ts
32
32
  var compatibilityVersion = 7;
package/version.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- var version = "0.33.0-6386ea9";
1
+ var version = "0.33.0-807aa5b";
2
2
 
3
3
  declare const compatibilityVersion = 7;
4
4
 
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- var version = "0.33.0-6386ea9";
1
+ var version = "0.33.0-807aa5b";
2
2
 
3
3
  declare const compatibilityVersion = 7;
4
4
 
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "0.33.0-6386ea9";
2
+ var version = "0.33.0-807aa5b";
3
3
 
4
4
  // src/version.ts
5
5
  var compatibilityVersion = 7;