We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0ac808 + 1d7cba7 commit f15a37aCopy full SHA for f15a37a
drizzle-kit/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@drizzle-team/drizzle-kit",
3
- "version": "0.32.0",
+ "version": "0.32.1",
4
"homepage": "https://orm.drizzle.team",
5
"keywords": [
6
"drizzle",
drizzle-kit/src/api.ts
@@ -21,6 +21,7 @@ import { SingleStoreSchema as SingleStoreSchemaKit } from './serializer/singlest
21
import { SQLiteSchema as SQLiteSchemaKit } from './serializer/sqliteSchema';
22
import { ProxyParams } from './serializer/studio';
23
import type { DB, Proxy } from './utils';
24
+import './@types/utils';
25
export type DrizzleSnapshotJSON = PgSchemaKit;
26
export type DrizzleSQLiteSnapshotJSON = SQLiteSchemaKit;
27
export type DrizzleMySQLSnapshotJSON = MySQLSchemaKit;
0 commit comments