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.
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
@@ -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.41.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.41.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.30.6-727cbe4";
93120
+ const envVersion = "0.31.0";
93121
93121
  const kitVersion = envVersion ? `v${envVersion}` : "--";
93122
93122
  const versions = `drizzle-kit: ${kitVersion}
93123
93123
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.30.6-727cbe4",
3
+ "version": "0.31.0",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",