drizzle-kit 0.27.0 → 0.27.1-e1194ce

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. package/api.js +1 -1
  2. package/api.mjs +1 -1
  3. package/bin.cjs +47601 -47601
  4. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.27.0",
3
+ "version": "0.27.1-e1194ce",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",
@@ -62,6 +62,7 @@
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",
65
66
  "@types/minimatch": "^5.1.2",
66
67
  "@types/node": "^18.11.15",
67
68
  "@types/pg": "^8.10.7",
@@ -92,9 +93,11 @@
92
93
  "hanji": "^0.0.5",
93
94
  "hono": "^4.1.5",
94
95
  "json-diff": "1.0.6",
96
+ "micromatch": "^4.0.8",
95
97
  "minimatch": "^7.4.3",
96
98
  "mysql2": "3.3.3",
97
99
  "node-fetch": "^3.3.2",
100
+ "ohm-js": "^17.1.0",
98
101
  "pg": "^8.11.5",
99
102
  "pluralize": "^8.0.0",
100
103
  "postgres": "^3.4.4",