drizzle-kit 0.24.0-bb966f7 → 0.24.0-f71baf7
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/bin.cjs +1 -1
- package/package.json +2 -2
package/bin.cjs
CHANGED
@@ -84377,7 +84377,7 @@ init_utils2();
|
|
84377
84377
|
var version2 = async () => {
|
84378
84378
|
const { npmVersion } = await ormCoreVersions();
|
84379
84379
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
84380
|
-
const envVersion = "0.24.0-
|
84380
|
+
const envVersion = "0.24.0-f71baf7";
|
84381
84381
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
84382
84382
|
const versions = `drizzle-kit: ${kitVersion}
|
84383
84383
|
${ormVersion}`;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "drizzle-kit",
|
3
|
-
"version": "0.24.0-
|
3
|
+
"version": "0.24.0-f71baf7",
|
4
4
|
"homepage": "https://orm.drizzle.team",
|
5
5
|
"keywords": [
|
6
6
|
"drizzle",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"build": "rm -rf ./dist && tsx build.ts && cp package.json dist/ && attw --pack dist",
|
39
39
|
"build:dev": "rm -rf ./dist && tsx build.dev.ts && tsc -p tsconfig.cli-types.json && chmod +x ./dist/index.cjs",
|
40
40
|
"pack": "cp package.json README.md dist/ && (cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz",
|
41
|
-
"tsc": "tsc -p tsconfig.
|
41
|
+
"tsc": "tsc -p tsconfig.build.json",
|
42
42
|
"publish": "npm publish package.tgz"
|
43
43
|
},
|
44
44
|
"dependencies": {
|