@lssm/example.locale-jurisdiction-gate 0.0.0-canary-20251216035145 → 0.0.0-canary-20251217023603
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/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +3 -3
- package/README.md +3 -0
- package/dist/index.js +1 -1
- package/dist/locale-jurisdiction-gate.feature.js +1 -0
- package/package.json +3 -3
- package/src/index.ts +1 -1
- package/src/{feature.ts → locale-jurisdiction-gate.feature.ts} +1 -1
- package/tsconfig.json +3 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/tsdown.config.js +3 -0
- package/dist/feature.js +0 -1
package/tsdown.config.js
CHANGED
package/dist/feature.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const e={meta:{key:`locale-jurisdiction-gate`,title:`Locale + Jurisdiction Gate`,description:`Fail-closed gating for assistant calls requiring locale/jurisdiction/snapshot/scope and citations.`,domain:`knowledge`,owners:[`examples`],tags:[`assistant`,`policy`,`locale`,`jurisdiction`,`knowledge`],stability:`experimental`},operations:[{name:`assistant.answer`,version:1},{name:`assistant.explainConcept`,version:1}],events:[{name:`assistant.answer.requested`,version:1},{name:`assistant.answer.blocked`,version:1},{name:`assistant.answer.delivered`,version:1}],presentations:[],opToPresentation:[],presentationsTargets:[],capabilities:{requires:[{key:`knowledge`,version:1}]}};export{e as LocaleJurisdictionGateFeature};
|