@lssm/example.locale-jurisdiction-gate 0.0.0-canary-20251217080011 → 0.0.0-canary-20251217083314

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.
@@ -159,16 +159,6 @@
159
159
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
160
160
  ℹ dist/docs/locale-jurisdiction-gate.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
161
161
  ℹ 151 files, total: 274.74 kB
162
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
163
- ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
164
- │
165
- 3 │ import TurndownService from "turndown";
166
-  │ ─────┬────
167
-  │ ╰────── Module not found, treating it as an external dependency
168
-  │
169
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
170
- ───╯
171
-
172
162
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
173
163
  â•­─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
174
164
  │
@@ -199,6 +189,16 @@
199
189
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
200
190
  ───╯
201
191
 
192
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
193
+ ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
194
+ │
195
+ 3 │ import TurndownService from "turndown";
196
+  │ ─────┬────
197
+  │ ╰────── Module not found, treating it as an external dependency
198
+  │
199
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
200
+ ───╯
201
+
202
202
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
203
203
  â•­─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
204
204
  │
@@ -229,4 +229,4 @@
229
229
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
230
230
  ───╯
231
231
 
232
- ✔ Build complete in 2200ms
232
+ ✔ Build complete in 1938ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.locale-jurisdiction-gate
2
2
 
3
- ## 0.0.0-canary-20251217080011
3
+ ## 0.0.0-canary-20251217083314
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,5 +9,5 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.contracts@0.0.0-canary-20251217080011
13
- - @lssm/lib.schema@0.0.0-canary-20251217080011
12
+ - @lssm/lib.contracts@0.0.0-canary-20251217083314
13
+ - @lssm/lib.schema@0.0.0-canary-20251217083314
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.locale-jurisdiction-gate",
3
- "version": "0.0.0-canary-20251217080011",
3
+ "version": "0.0.0-canary-20251217083314",
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",
@@ -38,13 +38,13 @@
38
38
  "test": "bun test"
39
39
  },
40
40
  "dependencies": {
41
- "@lssm/lib.contracts": "0.0.0-canary-20251217080011",
42
- "@lssm/lib.schema": "0.0.0-canary-20251217080011",
41
+ "@lssm/lib.contracts": "0.0.0-canary-20251217083314",
42
+ "@lssm/lib.schema": "0.0.0-canary-20251217083314",
43
43
  "zod": "^4.1.13"
44
44
  },
45
45
  "devDependencies": {
46
- "@lssm/tool.tsdown": "0.0.0-canary-20251217080011",
47
- "@lssm/tool.typescript": "0.0.0-canary-20251217080011",
46
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217083314",
47
+ "@lssm/tool.typescript": "0.0.0-canary-20251217083314",
48
48
  "tsdown": "^0.17.4",
49
49
  "typescript": "^5.9.3"
50
50
  },