drizzle-kit 0.22.0-a8a3158 → 0.22.0-b70caaa

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/bin.cjs +1 -0
  2. package/package.json +1 -1
package/bin.cjs CHANGED
@@ -120466,6 +120466,7 @@ var init_studio2 = __esm({
120466
120466
  return {
120467
120467
  dbHash,
120468
120468
  dialect: "sqlite",
120469
+ driver: "driver" in credentials2 ? credentials2.driver : void 0,
120469
120470
  proxy: sqliteDB.proxy,
120470
120471
  customDefaults,
120471
120472
  schema: sqliteSchema2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.22.0-a8a3158",
3
+ "version": "0.22.0-b70caaa",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",