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.
Files changed (6) hide show
  1. package/api.d.mts +443 -443
  2. package/api.d.ts +443 -443
  3. package/api.js +1 -1
  4. package/api.mjs +1 -1
  5. package/bin.cjs +1 -1
  6. 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.4";
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.4";
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-e450094";
94276
+ const envVersion = "0.31.4-e8ab855";
94277
94277
  const kitVersion = envVersion ? `v${envVersion}` : "--";
94278
94278
  const versions = `drizzle-kit: ${kitVersion}
94279
94279
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.31.4-e450094",
3
+ "version": "0.31.4-e8ab855",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",