drizzle-kit 0.27.2 → 0.28.0-bc6e8f5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/api.d.mts +3 -2
- package/api.d.ts +3 -2
- package/api.js +267 -202
- package/api.mjs +267 -202
- package/bin.cjs +47621 -47561
- package/index-BfiZoTqG.d.mts +293 -0
- package/index-BfiZoTqG.d.ts +293 -0
- package/index.d.mts +2 -287
- package/index.d.ts +2 -287
- package/package.json +4 -1
- package/utils.js +11 -0
- package/utils.mjs +9 -0
- package/common-DYjgLS6u.d.mts +0 -8
- package/common-DYjgLS6u.d.ts +0 -8
package/common-DYjgLS6u.d.ts
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
declare const prefixes: readonly ["index", "timestamp", "supabase", "unix", "none"];
|
2
|
-
type Prefix = (typeof prefixes)[number];
|
3
|
-
declare const casingTypes: readonly ["snake_case", "camelCase"];
|
4
|
-
type CasingType = (typeof casingTypes)[number];
|
5
|
-
declare const drivers: readonly ["d1-http", "expo", "aws-data-api", "pglite"];
|
6
|
-
type Driver = (typeof drivers)[number];
|
7
|
-
|
8
|
-
export type { CasingType as C, Driver as D, Prefix as P };
|