drizzle-kit 0.16.2 → 0.16.3

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
@@ -26382,7 +26382,7 @@ init_source();
26382
26382
  // package.json
26383
26383
  var package_default = {
26384
26384
  name: "drizzle-kit",
26385
- version: "0.16.2",
26385
+ version: "0.16.3",
26386
26386
  repository: "https://github.com/drizzle-team/drizzle-kit-mirror",
26387
26387
  author: "Alex Blokh <aleksandrblokh@gmail.com>",
26388
26388
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.16.2",
3
+ "version": "0.16.3",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Alex Blokh <aleksandrblokh@gmail.com>",
6
6
  "license": "MIT",