drizzle-kit 0.20.17-8b4d89e → 0.20.17-aec19bb

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/bin.cjs CHANGED
@@ -9318,7 +9318,7 @@ var init_cli = __esm({
9318
9318
  authToken: stringType().optional(),
9319
9319
  verbose: booleanType().optional(),
9320
9320
  strict: booleanType().optional()
9321
- });
9321
+ }).strict();
9322
9322
  pullParams = objectType({
9323
9323
  config: stringType().optional(),
9324
9324
  dialect: dialect3.optional(),
@@ -43,7 +43,7 @@ export declare const pushParams: import("zod").ZodObject<{
43
43
  authToken: import("zod").ZodOptional<import("zod").ZodString>;
44
44
  verbose: import("zod").ZodOptional<import("zod").ZodBoolean>;
45
45
  strict: import("zod").ZodOptional<import("zod").ZodBoolean>;
46
- }, "strip", import("zod").ZodTypeAny, {
46
+ }, "strict", import("zod").ZodTypeAny, {
47
47
  dialect: "mysql" | "pg" | "sqlite";
48
48
  driver: string;
49
49
  schemaFilters: string | string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.20.17-8b4d89e",
3
+ "version": "0.20.17-aec19bb",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",
package/payload.js CHANGED
@@ -6168,7 +6168,7 @@ var init_cli = __esm({
6168
6168
  authToken: stringType().optional(),
6169
6169
  verbose: booleanType().optional(),
6170
6170
  strict: booleanType().optional()
6171
- });
6171
+ }).strict();
6172
6172
  pullParams = objectType({
6173
6173
  config: stringType().optional(),
6174
6174
  dialect: dialect3.optional(),
package/payload.mjs CHANGED
@@ -6174,7 +6174,7 @@ var init_cli = __esm({
6174
6174
  authToken: stringType().optional(),
6175
6175
  verbose: booleanType().optional(),
6176
6176
  strict: booleanType().optional()
6177
- });
6177
+ }).strict();
6178
6178
  pullParams = objectType({
6179
6179
  config: stringType().optional(),
6180
6180
  dialect: dialect3.optional(),