@lssm/example.locale-jurisdiction-gate 1.42.2 → 1.42.3

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.
@@ -53,4 +53,4 @@ $ tsdown
53
53
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
54
54
  ℹ dist/docs/locale-jurisdiction-gate.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
55
55
  ℹ 46 files, total: 74.80 kB
56
- ✔ Build complete in 23527ms
56
+ ✔ Build complete in 21773ms
@@ -3,7 +3,7 @@ $ tsc --noEmit
3
3
  $ tsdown
4
4
  ℹ tsdown v0.18.3 powered by rolldown v1.0.0-beta.57
5
5
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/locale-jurisdiction-gate/tsdown.config.js
6
- ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/locale-jurisdiction-gate.feature.ts, src/entities/index.ts, src/entities/models.ts, src/docs/index.ts, src/docs/locale-jurisdiction-gate.docblock.ts, src/handlers/demo.handlers.ts, src/handlers/index.ts, src/operations/assistant.ts, src/operations/index.ts, src/policy/guard.ts, src/policy/index.ts, src/policy/types.ts
6
+ ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/locale-jurisdiction-gate.feature.ts, src/docs/index.ts, src/docs/locale-jurisdiction-gate.docblock.ts, src/entities/index.ts, src/entities/models.ts, src/handlers/demo.handlers.ts, src/handlers/index.ts, src/operations/assistant.ts, src/operations/index.ts, src/policy/guard.ts, src/policy/index.ts, src/policy/types.ts
7
7
  ℹ target: esnext
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
@@ -54,4 +54,4 @@ $ tsdown
54
54
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
55
55
  ℹ dist/docs/locale-jurisdiction-gate.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
56
56
  ℹ 46 files, total: 74.80 kB
57
- ✔ Build complete in 23934ms
57
+ ✔ Build complete in 22651ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @lssm/example.locale-jurisdiction-gate
2
2
 
3
+ ## 1.42.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 3f5d015: fix(tooling): cicd
8
+ - Updated dependencies [3f5d015]
9
+ - @lssm/lib.contracts@1.42.3
10
+ - @lssm/lib.schema@1.42.3
11
+
3
12
  ## 1.42.2
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.locale-jurisdiction-gate",
3
- "version": "1.42.2",
3
+ "version": "1.42.3",
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": "1.42.2",
42
- "@lssm/lib.schema": "1.42.2",
41
+ "@lssm/lib.contracts": "1.42.3",
42
+ "@lssm/lib.schema": "1.42.3",
43
43
  "zod": "^4.1.13"
44
44
  },
45
45
  "devDependencies": {
46
- "@lssm/tool.tsdown": "1.42.2",
47
- "@lssm/tool.typescript": "1.42.2",
46
+ "@lssm/tool.tsdown": "1.42.3",
47
+ "@lssm/tool.typescript": "1.42.3",
48
48
  "tsdown": "^0.18.3",
49
49
  "typescript": "^5.9.3"
50
50
  },