drizzle-kit 0.23.2-e9a7a6c → 0.23.2-eddab2e
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/api.js +375 -375
- package/api.mjs +375 -375
- package/bin.cjs +1 -1
- package/package.json +2 -2
package/bin.cjs
CHANGED
@@ -83369,7 +83369,7 @@ init_utils2();
|
|
83369
83369
|
var version2 = async () => {
|
83370
83370
|
const { npmVersion } = await ormCoreVersions();
|
83371
83371
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
83372
|
-
const envVersion = "0.23.2-
|
83372
|
+
const envVersion = "0.23.2-eddab2e";
|
83373
83373
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
83374
83374
|
const versions = `drizzle-kit: ${kitVersion}
|
83375
83375
|
${ormVersion}`;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "drizzle-kit",
|
3
|
-
"version": "0.23.2-
|
3
|
+
"version": "0.23.2-eddab2e",
|
4
4
|
"homepage": "https://orm.drizzle.team",
|
5
5
|
"keywords": [
|
6
6
|
"drizzle",
|
@@ -80,7 +80,7 @@
|
|
80
80
|
"dockerode": "^3.3.4",
|
81
81
|
"dotenv": "^16.0.3",
|
82
82
|
"drizzle-kit": "0.21.2",
|
83
|
-
"drizzle-orm": "
|
83
|
+
"drizzle-orm": "0.32.1",
|
84
84
|
"env-paths": "^3.0.0",
|
85
85
|
"esbuild-node-externals": "^1.9.0",
|
86
86
|
"eslint": "^8.57.0",
|