@palbase/backend 21.0.1 → 22.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 +1 -0
- package/dist/bin/palbase-backend.cjs.map +1 -1
- package/dist/bin/palbase-backend.js +1 -1
- package/dist/{chunk-PFQJYW6C.js → chunk-QYOHMVUW.js} +2 -1
- package/dist/chunk-QYOHMVUW.js.map +1 -0
- package/dist/engine/index.cjs +1 -0
- package/dist/engine/index.cjs.map +1 -1
- package/dist/engine/index.d.cts +1 -1
- package/dist/engine/index.d.ts +1 -1
- package/dist/engine/index.js +1 -1
- package/dist/{index-Br9P7yRu.d.cts → index-B4W6d2VJ.d.cts} +14 -0
- package/dist/{index-BeHLq2i-.d.ts → index-BCNtlG1w.d.ts} +14 -0
- package/dist/index.cjs +10 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -2
- package/dist/index.d.ts +7 -2
- package/dist/index.js +10 -5
- package/dist/index.js.map +1 -1
- package/docs/README.md +12 -7
- package/docs/llms-full.txt +12 -7
- package/package.json +2 -2
- package/template/package.json +1 -1
- package/dist/chunk-PFQJYW6C.js.map +0 -1
|
@@ -632,6 +632,7 @@ ${detail}`
|
|
|
632
632
|
authJwksUrl: env.AUTH_JWKS_URL.trim(),
|
|
633
633
|
authIssuer: env.AUTH_ISSUER?.trim() || void 0,
|
|
634
634
|
moduleBaseUrl: (env.MODULE_BASE_URL ?? "").replace(/\/+$/, ""),
|
|
635
|
+
publicOrigin: (env.PALBASE_PUBLIC_ORIGIN ?? "").trim().replace(/\/+$/, ""),
|
|
635
636
|
// The secret storage signs its two internal calls with (authorize, and the
|
|
636
637
|
// completion that runs an @Upload handler). Empty means uploads are not
|
|
637
638
|
// wired, and both calls REFUSE — an unsigned completion would let anyone
|