drizzle-kit 0.16.3 → 0.16.4

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 (2) hide show
  1. package/index.js +2 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -20597,8 +20597,7 @@ var init_jsonStatements = __esm({
20597
20597
  );
20598
20598
  addColumns.push(...sqliteAddColumns);
20599
20599
  } else {
20600
- const addColumns2 = _prepareAddColumns(tableName, added);
20601
- addColumns2.push(...addColumns2);
20600
+ addColumns.push(..._prepareAddColumns(tableName, added));
20602
20601
  }
20603
20602
  return { addColumns, dropColumns, alterColumns };
20604
20603
  };
@@ -26382,7 +26381,7 @@ init_source();
26382
26381
  // package.json
26383
26382
  var package_default = {
26384
26383
  name: "drizzle-kit",
26385
- version: "0.16.3",
26384
+ version: "0.16.4",
26386
26385
  repository: "https://github.com/drizzle-team/drizzle-kit-mirror",
26387
26386
  author: "Alex Blokh <aleksandrblokh@gmail.com>",
26388
26387
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.16.3",
3
+ "version": "0.16.4",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Alex Blokh <aleksandrblokh@gmail.com>",
6
6
  "license": "MIT",