drizzle-kit 0.25.0-746aeed → 0.25.0-8cac5d2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. package/api.js +1 -1
  2. package/api.mjs +1 -1
  3. package/bin.cjs +1 -1
  4. 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.0";
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.0";
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-746aeed";
85357
+ const envVersion = "0.25.0-8cac5d2";
85358
85358
  const kitVersion = envVersion ? `v${envVersion}` : "--";
85359
85359
  const versions = `drizzle-kit: ${kitVersion}
85360
85360
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.25.0-746aeed",
3
+ "version": "0.25.0-8cac5d2",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",