drizzle-kit 0.27.1-19f042a → 0.27.1-2293cf4

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/api.js +56 -63
  2. package/api.mjs +56 -63
  3. package/bin.cjs +47400 -47409
  4. package/package.json +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.27.1-19f042a",
3
+ "version": "0.27.1-2293cf4",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",
@@ -62,7 +62,6 @@
62
62
  "@types/dockerode": "^3.3.28",
63
63
  "@types/glob": "^8.1.0",
64
64
  "@types/json-diff": "^1.0.3",
65
- "@types/micromatch": "^4.0.9",
66
65
  "@types/minimatch": "^5.1.2",
67
66
  "@types/node": "^18.11.15",
68
67
  "@types/pg": "^8.10.7",
@@ -93,11 +92,9 @@
93
92
  "hanji": "^0.0.5",
94
93
  "hono": "^4.1.5",
95
94
  "json-diff": "1.0.6",
96
- "micromatch": "^4.0.8",
97
95
  "minimatch": "^7.4.3",
98
96
  "mysql2": "3.3.3",
99
97
  "node-fetch": "^3.3.2",
100
- "ohm-js": "^17.1.0",
101
98
  "pg": "^8.11.5",
102
99
  "pluralize": "^8.0.0",
103
100
  "postgres": "^3.4.4",