drizzle-kit 0.20.3 → 0.20.4

Sign up to get free protection for your applications and to get access to all the features.
package/bin.cjs CHANGED
@@ -60141,7 +60141,7 @@ init_source();
60141
60141
  // package.json
60142
60142
  var package_default = {
60143
60143
  name: "drizzle-kit",
60144
- version: "0.20.3",
60144
+ version: "0.20.4",
60145
60145
  repository: "https://github.com/drizzle-team/drizzle-kit-mirror",
60146
60146
  author: "Drizzle Team",
60147
60147
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.20.3",
3
+ "version": "0.20.4",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",
package/utils-studio.js CHANGED
@@ -1,4 +1,3 @@
1
- #!/usr/bin/env node
2
1
  var __create = Object.create;
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;