drizzle-kit 0.25.0-746aeed → 0.25.0-8cac5d2
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
@@ -19004,7 +19004,7 @@ var version;
|
|
19004
19004
|
var init_version = __esm({
|
19005
19005
|
"../drizzle-orm/dist/version.js"() {
|
19006
19006
|
"use strict";
|
19007
|
-
version = "0.34.
|
19007
|
+
version = "0.34.1";
|
19008
19008
|
}
|
19009
19009
|
});
|
19010
19010
|
|
package/api.mjs
CHANGED
@@ -19009,7 +19009,7 @@ var version;
|
|
19009
19009
|
var init_version = __esm({
|
19010
19010
|
"../drizzle-orm/dist/version.js"() {
|
19011
19011
|
"use strict";
|
19012
|
-
version = "0.34.
|
19012
|
+
version = "0.34.1";
|
19013
19013
|
}
|
19014
19014
|
});
|
19015
19015
|
|
package/bin.cjs
CHANGED
@@ -85354,7 +85354,7 @@ init_utils2();
|
|
85354
85354
|
var version2 = async () => {
|
85355
85355
|
const { npmVersion } = await ormCoreVersions();
|
85356
85356
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
85357
|
-
const envVersion = "0.25.0-
|
85357
|
+
const envVersion = "0.25.0-8cac5d2";
|
85358
85358
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
85359
85359
|
const versions = `drizzle-kit: ${kitVersion}
|
85360
85360
|
${ormVersion}`;
|