drizzle-kit 0.31.4-e450094 → 0.31.4-e8ab855
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.d.mts +443 -443
- package/api.d.ts +443 -443
- package/api.js +1 -1
- package/api.mjs +1 -1
- package/bin.cjs +1 -1
- package/package.json +1 -1
package/api.js
CHANGED
@@ -22733,7 +22733,7 @@ var version;
|
|
22733
22733
|
var init_version = __esm({
|
22734
22734
|
"../drizzle-orm/dist/version.js"() {
|
22735
22735
|
"use strict";
|
22736
|
-
version = "0.44.
|
22736
|
+
version = "0.44.5";
|
22737
22737
|
}
|
22738
22738
|
});
|
22739
22739
|
|
package/api.mjs
CHANGED
@@ -22738,7 +22738,7 @@ var version;
|
|
22738
22738
|
var init_version = __esm({
|
22739
22739
|
"../drizzle-orm/dist/version.js"() {
|
22740
22740
|
"use strict";
|
22741
|
-
version = "0.44.
|
22741
|
+
version = "0.44.5";
|
22742
22742
|
}
|
22743
22743
|
});
|
22744
22744
|
|
package/bin.cjs
CHANGED
@@ -94273,7 +94273,7 @@ init_utils5();
|
|
94273
94273
|
var version2 = async () => {
|
94274
94274
|
const { npmVersion } = await ormCoreVersions();
|
94275
94275
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
94276
|
-
const envVersion = "0.31.4-
|
94276
|
+
const envVersion = "0.31.4-e8ab855";
|
94277
94277
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
94278
94278
|
const versions = `drizzle-kit: ${kitVersion}
|
94279
94279
|
${ormVersion}`;
|