RubyGems
npm
Organizations
Log in
Sign up
npm
drizzle-kit
Versions diffs
0.20.0-baf960c → 0.20.0-f39d8bc
drizzle-kit 0.20.0-baf960c → 0.20.0-f39d8bc
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/index.d.ts
+1
-1
package/package.json
+1
-1
package/index.d.ts
CHANGED
Viewed
@@ -55,4 +55,4 @@ export type Config = {
55
55
wranglerConfigPath: string;
56
56
};
57
57
} | {});
58
-
export
type
defineConfig
=
(config: Config)
=>
Config;
58
+
export
declare
function
defineConfig(config: Config)
:
Config;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "drizzle-kit",
3
-
"version": "0.20.0-
baf960c
",
3
+
"version": "0.20.0-
f39d8bc
",
4
4
"repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
"author": "Drizzle Team",
6
6
"license": "MIT",