Skip to content

Commit f15a37a

Browse files
Merge pull request #16 from replit/lwb-fix-camelcase-prototype
[bug] Import utils to extend string prototype with camelCase
2 parents d0ac808 + 1d7cba7 commit f15a37a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

drizzle-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drizzle-team/drizzle-kit",
3-
"version": "0.32.0",
3+
"version": "0.32.1",
44
"homepage": "https://orm.drizzle.team",
55
"keywords": [
66
"drizzle",

drizzle-kit/src/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import { SingleStoreSchema as SingleStoreSchemaKit } from './serializer/singlest
2121
import { SQLiteSchema as SQLiteSchemaKit } from './serializer/sqliteSchema';
2222
import { ProxyParams } from './serializer/studio';
2323
import type { DB, Proxy } from './utils';
24+
import './@types/utils';
2425
export type DrizzleSnapshotJSON = PgSchemaKit;
2526
export type DrizzleSQLiteSnapshotJSON = SQLiteSchemaKit;
2627
export type DrizzleMySQLSnapshotJSON = MySQLSchemaKit;

0 commit comments

Comments
 (0)