drizzle-kit 0.25.0-d11d7bb → 0.25.0-ff1e9a5

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 +12104 -6424
  2. package/api.mjs +12113 -6434
  3. package/bin.cjs +1 -1
  4. package/package.json +1 -1
package/bin.cjs CHANGED
@@ -85222,7 +85222,7 @@ init_utils2();
85222
85222
  var version2 = async () => {
85223
85223
  const { npmVersion } = await ormCoreVersions();
85224
85224
  const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
85225
- const envVersion = "0.25.0-d11d7bb";
85225
+ const envVersion = "0.25.0-ff1e9a5";
85226
85226
  const kitVersion = envVersion ? `v${envVersion}` : "--";
85227
85227
  const versions = `drizzle-kit: ${kitVersion}
85228
85228
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.25.0-d11d7bb",
3
+ "version": "0.25.0-ff1e9a5",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",