@palbase/backend 30.0.0 → 30.0.1
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/dist/bin/palbase-backend.cjs.map +1 -1
- package/dist/bin/palbase-backend.js +2 -2
- package/dist/{chunk-VN7NMDUH.js → chunk-RADVOY7Y.js} +2 -2
- package/dist/{chunk-5J5W75A6.js → chunk-YRVIWHJC.js} +5 -3
- package/dist/chunk-YRVIWHJC.js.map +1 -0
- package/dist/engine/index.cjs.map +1 -1
- package/dist/engine/index.js +2 -2
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-5J5W75A6.js.map +0 -1
- /package/dist/{chunk-VN7NMDUH.js.map → chunk-RADVOY7Y.js.map} +0 -0
package/dist/engine/index.js
CHANGED
|
@@ -16,12 +16,12 @@ import {
|
|
|
16
16
|
quoteIdent,
|
|
17
17
|
scrubSecrets,
|
|
18
18
|
withTables
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-RADVOY7Y.js";
|
|
20
20
|
import {
|
|
21
21
|
DECLARATION_REFUSAL,
|
|
22
22
|
DeclarationRefused,
|
|
23
23
|
isDeclarationRefused
|
|
24
|
-
} from "../chunk-
|
|
24
|
+
} from "../chunk-YRVIWHJC.js";
|
|
25
25
|
import "../chunk-SG4UTNOP.js";
|
|
26
26
|
import "../chunk-3TUJWHC2.js";
|
|
27
27
|
import "../chunk-VVMJEVQP.js";
|
package/dist/index.cjs
CHANGED
|
@@ -3672,8 +3672,10 @@ function baseTsType(def) {
|
|
|
3672
3672
|
if (values.length === 0) return "string";
|
|
3673
3673
|
return values.map((v) => JSON.stringify(v)).join(" | ");
|
|
3674
3674
|
}
|
|
3675
|
-
default:
|
|
3676
|
-
|
|
3675
|
+
default: {
|
|
3676
|
+
const unhandled = def.type;
|
|
3677
|
+
throw new Error(`env-gen: "${String(unhandled)}" kolon tipinin TypeScript kar\u015F\u0131l\u0131\u011F\u0131 bildirilmemi\u015F. baseTsType'a bir case ekleyin \u2014 sessizce \`unknown\` d\xF6nmek o kolonu her kural\u0131n d\u0131\u015F\u0131na \xE7\u0131kar\u0131r.`);
|
|
3678
|
+
}
|
|
3677
3679
|
}
|
|
3678
3680
|
}
|
|
3679
3681
|
__name(baseTsType, "baseTsType");
|