drizzle-kit 0.20.8-883376b → 0.20.9-b2af29a

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 (2) hide show
  1. package/bin.cjs +2 -2
  2. package/package.json +2 -2
package/bin.cjs CHANGED
@@ -62069,7 +62069,7 @@ init_source();
62069
62069
  // package.json
62070
62070
  var package_default = {
62071
62071
  name: "drizzle-kit",
62072
- version: "0.20.8",
62072
+ version: "0.20.9",
62073
62073
  repository: "https://github.com/drizzle-team/drizzle-kit-mirror",
62074
62074
  author: "Drizzle Team",
62075
62075
  license: "MIT",
@@ -62138,7 +62138,6 @@ var package_default = {
62138
62138
  "json-diff": "0.9.0",
62139
62139
  minimatch: "^7.4.3",
62140
62140
  semver: "^7.5.4",
62141
- wrangler: "^3.7.0",
62142
62141
  zod: "^3.20.2"
62143
62142
  },
62144
62143
  devDependencies: {
@@ -62170,6 +62169,7 @@ var package_default = {
62170
62169
  tsx: "^3.12.1",
62171
62170
  typescript: "^4.9.4",
62172
62171
  uvu: "^0.5.6",
62172
+ wrangler: "^3.22.1",
62173
62173
  zx: "^7.2.2"
62174
62174
  },
62175
62175
  exports: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.20.8-883376b",
3
+ "version": "0.20.9-b2af29a",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",
@@ -69,7 +69,6 @@
69
69
  "json-diff": "0.9.0",
70
70
  "minimatch": "^7.4.3",
71
71
  "semver": "^7.5.4",
72
- "wrangler": "^3.7.0",
73
72
  "zod": "^3.20.2"
74
73
  },
75
74
  "devDependencies": {
@@ -101,6 +100,7 @@
101
100
  "tsx": "^3.12.1",
102
101
  "typescript": "^4.9.4",
103
102
  "uvu": "^0.5.6",
103
+ "wrangler": "^3.22.1",
104
104
  "zx": "^7.2.2"
105
105
  },
106
106
  "exports": {