@lssm/example.locale-jurisdiction-gate 0.0.0-canary-20251216024228 → 0.0.0-canary-20251216025701

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.
@@ -22,5 +22,5 @@ $ tsdown
22
22
  ℹ dist/docs/index.js 0.05 kB │ gzip: 0.07 kB
23
23
  ℹ dist/policy/types.js 0.00 kB │ gzip: 0.02 kB
24
24
  ℹ 15 files, total: 14.27 kB
25
- ✔ Build complete in 76ms
25
+ ✔ Build complete in 56ms
26
26
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # @lssm/example.locale-jurisdiction-gate
2
2
 
3
- ## 0.0.0-canary-20251216024228
3
+ ## 0.0.0-canary-20251216025701
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251216024228
9
- - @lssm/lib.schema@0.0.0-canary-20251216024228
8
+ - @lssm/lib.contracts@0.0.0-canary-20251216025701
9
+ - @lssm/lib.schema@0.0.0-canary-20251216025701
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.locale-jurisdiction-gate",
3
- "version": "0.0.0-canary-20251216024228",
3
+ "version": "0.0.0-canary-20251216025701",
4
4
  "description": "Example: enforce locale + jurisdiction + kbSnapshotId + allowed scope for assistant calls (fail-closed).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",