drizzle-kit 0.20.4-ab73d4a → 0.20.4-bf71f08

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.
Files changed (4) hide show
  1. package/bin.cjs +2614 -825
  2. package/cli/utils.d.ts +1 -0
  3. package/package.json +4 -2
  4. package/utils.js +2574 -793
package/cli/utils.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export declare const assertExists: (it?: any) => void;
2
+ export declare const assertStudioNodeVersion: () => void;
2
3
  export declare const assertPackages: (...pkgs: string[]) => Promise<void>;
3
4
  export declare const assertEitherPackage: (...pkgs: string[]) => Promise<string[]>;
4
5
  export declare const assertOrmCoreVersion: () => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.20.4-ab73d4a",
3
+ "version": "0.20.4-bf71f08",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",
@@ -56,7 +56,7 @@
56
56
  ]
57
57
  },
58
58
  "dependencies": {
59
- "@drizzle-team/studio": "^0.0.32",
59
+ "@drizzle-team/studio": "^0.0.33",
60
60
  "@esbuild-kit/esm-loader": "^2.5.5",
61
61
  "camelcase": "^7.0.1",
62
62
  "chalk": "^5.2.0",
@@ -67,6 +67,7 @@
67
67
  "hanji": "^0.0.5",
68
68
  "json-diff": "0.9.0",
69
69
  "minimatch": "^7.4.3",
70
+ "semver": "^7.5.4",
70
71
  "wrangler": "^3.7.0",
71
72
  "zod": "^3.20.2"
72
73
  },
@@ -79,6 +80,7 @@
79
80
  "@types/minimatch": "^5.1.2",
80
81
  "@types/node": "^18.11.15",
81
82
  "@types/pg": "^8.10.7",
83
+ "@types/semver": "^7.5.5",
82
84
  "@typescript-eslint/eslint-plugin": "^5.46.1",
83
85
  "@typescript-eslint/parser": "^5.46.1",
84
86
  "ava": "^5.1.0",