drizzle-kit 0.30.6-727cbe4 → 0.31.0
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 +1 -1
- package/api.mjs +1 -1
- package/bin.cjs +1 -1
- package/package.json +1 -1
package/api.js
CHANGED
@@ -22662,7 +22662,7 @@ var version;
|
|
22662
22662
|
var init_version = __esm({
|
22663
22663
|
"../drizzle-orm/dist/version.js"() {
|
22664
22664
|
"use strict";
|
22665
|
-
version = "0.
|
22665
|
+
version = "0.42.0";
|
22666
22666
|
}
|
22667
22667
|
});
|
22668
22668
|
|
package/api.mjs
CHANGED
@@ -22667,7 +22667,7 @@ var version;
|
|
22667
22667
|
var init_version = __esm({
|
22668
22668
|
"../drizzle-orm/dist/version.js"() {
|
22669
22669
|
"use strict";
|
22670
|
-
version = "0.
|
22670
|
+
version = "0.42.0";
|
22671
22671
|
}
|
22672
22672
|
});
|
22673
22673
|
|
package/bin.cjs
CHANGED
@@ -93117,7 +93117,7 @@ init_utils5();
|
|
93117
93117
|
var version2 = async () => {
|
93118
93118
|
const { npmVersion } = await ormCoreVersions();
|
93119
93119
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
93120
|
-
const envVersion = "0.
|
93120
|
+
const envVersion = "0.31.0";
|
93121
93121
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
93122
93122
|
const versions = `drizzle-kit: ${kitVersion}
|
93123
93123
|
${ormVersion}`;
|