drizzle-kit 1.0.0-beta.2-4e5ecef → 1.0.0-beta.2-f9236e3

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/index.d.mts CHANGED
@@ -5,7 +5,7 @@ type Prefix = (typeof prefixes)[number];
5
5
  declare const drivers: readonly ["d1-http", "expo", "aws-data-api", "pglite", "durable-sqlite", "sqlite-cloud"];
6
6
  type Driver = (typeof drivers)[number];
7
7
 
8
- declare const dialects: readonly ["postgresql", "mysql", "sqlite", "turso", "singlestore", "gel", "mssql", "cockroach", "duckdb"];
8
+ declare const dialects: readonly ["postgresql", "mysql", "sqlite", "turso", "singlestore", "gel", "mssql", "cockroach"];
9
9
  type Dialect = (typeof dialects)[number];
10
10
 
11
11
  type SslOptions = {
@@ -253,11 +253,6 @@ type Config = {
253
253
  } & {}) | {
254
254
  url: string;
255
255
  };
256
- } | {
257
- dialect: Verify<Dialect, 'duckdb'>;
258
- dbCredentials: {
259
- url: string;
260
- };
261
256
  });
262
257
  /**
263
258
  * **You are currently using version 0.21.0+ of drizzle-kit. If you have just upgraded to this version, please make sure to read the changelog to understand what changes have been made and what
package/index.d.ts CHANGED
@@ -5,7 +5,7 @@ type Prefix = (typeof prefixes)[number];
5
5
  declare const drivers: readonly ["d1-http", "expo", "aws-data-api", "pglite", "durable-sqlite", "sqlite-cloud"];
6
6
  type Driver = (typeof drivers)[number];
7
7
 
8
- declare const dialects: readonly ["postgresql", "mysql", "sqlite", "turso", "singlestore", "gel", "mssql", "cockroach", "duckdb"];
8
+ declare const dialects: readonly ["postgresql", "mysql", "sqlite", "turso", "singlestore", "gel", "mssql", "cockroach"];
9
9
  type Dialect = (typeof dialects)[number];
10
10
 
11
11
  type SslOptions = {
@@ -253,11 +253,6 @@ type Config = {
253
253
  } & {}) | {
254
254
  url: string;
255
255
  };
256
- } | {
257
- dialect: Verify<Dialect, 'duckdb'>;
258
- dbCredentials: {
259
- url: string;
260
- };
261
256
  });
262
257
  /**
263
258
  * **You are currently using version 0.21.0+ of drizzle-kit. If you have just upgraded to this version, please make sure to read the changelog to understand what changes have been made and what
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "1.0.0-beta.2-4e5ecef",
3
+ "version": "1.0.0-beta.2-f9236e3",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",
@@ -61,7 +61,6 @@
61
61
  "devDependencies": {
62
62
  "@aws-sdk/client-rds-data": "^3.556.0",
63
63
  "@cloudflare/workers-types": "^4.20230518.0",
64
- "@duckdb/node-api": "1.3.2-alpha.24",
65
64
  "@electric-sql/pglite": "^0.2.12",
66
65
  "@hono/node-server": "^1.9.0",
67
66
  "@hono/zod-validator": "^0.2.1",
@@ -96,7 +95,6 @@
96
95
  "dotenv": "^16.0.3",
97
96
  "drizzle-kit": "^0.31.6",
98
97
  "drizzle-orm": "workspace:./drizzle-orm/dist",
99
- "duckdb": "^1.3.2",
100
98
  "env-paths": "^3.0.0",
101
99
  "esbuild-node-externals": "^1.9.0",
102
100
  "gel": "^2.0.0",