drizzle-kit 1.0.0-beta.1-fd5d1e8 → 1.0.0-beta.1-af4c434
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/api.js +0 -2
- package/api.mjs +0 -2
- package/bin.cjs +1 -1
- package/package.json +1 -1
package/api.js
CHANGED
@@ -23703,8 +23703,6 @@ var init_relations = __esm({
|
|
23703
23703
|
this.tables = tables;
|
23704
23704
|
this.config = config;
|
23705
23705
|
for (const [tsName, table6] of Object.entries(tables)) {
|
23706
|
-
if (config[tsName]?.$drizzleTypeError)
|
23707
|
-
continue;
|
23708
23706
|
const isTable2 = is(table6, Table2);
|
23709
23707
|
const isView2 = is(table6, View3);
|
23710
23708
|
if (!(isTable2 || isView2))
|
package/api.mjs
CHANGED
@@ -23708,8 +23708,6 @@ var init_relations = __esm({
|
|
23708
23708
|
this.tables = tables;
|
23709
23709
|
this.config = config;
|
23710
23710
|
for (const [tsName, table6] of Object.entries(tables)) {
|
23711
|
-
if (config[tsName]?.$drizzleTypeError)
|
23712
|
-
continue;
|
23713
23711
|
const isTable2 = is(table6, Table2);
|
23714
23712
|
const isView2 = is(table6, View3);
|
23715
23713
|
if (!(isTable2 || isView2))
|
package/bin.cjs
CHANGED
@@ -92669,7 +92669,7 @@ init_utils5();
|
|
92669
92669
|
var version2 = async () => {
|
92670
92670
|
const { npmVersion } = await ormCoreVersions();
|
92671
92671
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
92672
|
-
const envVersion = "1.0.0-beta.1-
|
92672
|
+
const envVersion = "1.0.0-beta.1-af4c434";
|
92673
92673
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
92674
92674
|
const versions = `drizzle-kit: ${kitVersion}
|
92675
92675
|
${ormVersion}`;
|