drizzle-kit 0.9.45 → 0.9.46

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -164152,7 +164152,8 @@ function applyJsonDiff(json1, json2) {
164152
164152
  };
164153
164153
  }
164154
164154
  var findAlternationsInTable = (table) => {
164155
- const columns = table.columns;
164155
+ var _a;
164156
+ const columns = (_a = table.columns) != null ? _a : {};
164156
164157
  const added = Object.keys(columns).filter((it) => it.includes("__added")).map((it) => {
164157
164158
  return __spreadValues({}, columns[it]);
164158
164159
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.9.45",
3
+ "version": "0.9.46",
4
4
  "author": "Alex Blokh <aleksandrblokh@gmail.com>",
5
5
  "license": "MIT",
6
6
  "bin": {