drizzle-kit 0.19.2-b5df8a6 → 0.19.2-bf7afa2
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.
- package/index.cjs +663 -6276
- package/package.json +4 -4
- package/utils.js +5104 -5118
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drizzle-kit",
|
|
3
|
-
"version": "0.19.2-
|
|
3
|
+
"version": "0.19.2-bf7afa2",
|
|
4
4
|
"repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
|
|
5
5
|
"author": "Drizzle Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"test": "ava test --timeout=60s",
|
|
36
36
|
"build": "rm -rf ./dist && tsx build.ts && tsc -p tsconfig.cli-types.json",
|
|
37
37
|
"build:dev": "rm -rf ./dist && tsx build.dev.ts && tsc -p tsconfig.cli-types.json && chmod +x ./dist/index.cjs",
|
|
38
|
-
"pack": "build && package",
|
|
38
|
+
"pack": "pnpm run build && pnpm package",
|
|
39
39
|
"tsc": "tsc -p tsconfig.build.json",
|
|
40
40
|
"pub": "cp package.json readme.md dist/ && cd dist && npm publish"
|
|
41
41
|
},
|
|
@@ -55,8 +55,6 @@
|
|
|
55
55
|
"camelcase": "^7.0.1",
|
|
56
56
|
"chalk": "^5.2.0",
|
|
57
57
|
"commander": "^9.4.1",
|
|
58
|
-
"esbuild": "^0.18.6",
|
|
59
|
-
"esbuild-register": "^3.4.2",
|
|
60
58
|
"glob": "^8.1.0",
|
|
61
59
|
"hanji": "^0.0.5",
|
|
62
60
|
"json-diff": "0.9.0",
|
|
@@ -78,6 +76,8 @@
|
|
|
78
76
|
"dockerode": "^3.3.4",
|
|
79
77
|
"dotenv": "^16.0.3",
|
|
80
78
|
"drizzle-orm": "0.27.0-56b9edc",
|
|
79
|
+
"esbuild": "^0.17.19",
|
|
80
|
+
"esbuild-register": "^3.4.2",
|
|
81
81
|
"eslint": "^8.29.0",
|
|
82
82
|
"eslint-config-prettier": "^8.5.0",
|
|
83
83
|
"eslint-plugin-prettier": "^4.2.1",
|