drizzle-kit 0.16.9-2ac6e1f → 0.16.9-4515b2e

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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -16508,7 +16508,7 @@ var init_upFolders = __esm({
16508
16508
  idx: it.idx,
16509
16509
  when: +it.date,
16510
16510
  tag,
16511
- breakpoints: []
16511
+ breakpoints: false
16512
16512
  });
16513
16513
  const patchedJSON = fullfill(prev, it.json, it.sql, dialect6);
16514
16514
  (0, import_fs.writeFileSync)(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.16.9-2ac6e1f",
3
+ "version": "0.16.9-4515b2e",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Alex Blokh <aleksandrblokh@gmail.com>",
6
6
  "license": "MIT",