drizzle-kit 0.19.0-f59ce29 → 0.19.1-07a81ee
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.
- package/index.cjs +1 -2
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -6105,7 +6105,6 @@ var init_pgSerializer = __esm({
|
|
|
6105
6105
|
const schemasObject = Object.fromEntries(
|
|
6106
6106
|
schemas.filter((it) => it.schemaName !== "public").map((it) => [it.schemaName, it.schemaName])
|
|
6107
6107
|
);
|
|
6108
|
-
console.log(JSON.stringify(result, null, 2));
|
|
6109
6108
|
return {
|
|
6110
6109
|
version: "5",
|
|
6111
6110
|
dialect: "pg",
|
|
@@ -44775,7 +44774,7 @@ init_source();
|
|
|
44775
44774
|
// package.json
|
|
44776
44775
|
var package_default = {
|
|
44777
44776
|
name: "drizzle-kit",
|
|
44778
|
-
version: "0.19.
|
|
44777
|
+
version: "0.19.1",
|
|
44779
44778
|
repository: "https://github.com/drizzle-team/drizzle-kit-mirror",
|
|
44780
44779
|
author: "Drizzle Team",
|
|
44781
44780
|
license: "MIT",
|