@contractspec/example.policy-safe-knowledge-assistant 1.45.1 → 1.45.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.
@@ -1,7 +1,7 @@
1
1
  $ tsdown
2
2
  ℹ tsdown v0.18.3 powered by rolldown v1.0.0-beta.57
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/policy-safe-knowledge-assistant/tsdown.config.js
4
- ℹ entry: src/example.ts, src/feature.ts, src/index.ts, src/orchestrator/buildAnswer.ts, src/docs/index.ts, src/docs/policy-safe-knowledge-assistant.docblock.ts, src/seed/fixtures.ts, src/seed/index.ts
4
+ ℹ entry: src/example.ts, src/feature.ts, src/index.ts, src/docs/index.ts, src/docs/policy-safe-knowledge-assistant.docblock.ts, src/orchestrator/buildAnswer.ts, src/seed/fixtures.ts, src/seed/index.ts
5
5
  ℹ target: esnext
6
6
  ℹ tsconfig: tsconfig.json
7
7
  ℹ Build start
@@ -32,4 +32,4 @@ $ tsdown
32
32
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
33
33
  ℹ dist/docs/policy-safe-knowledge-assistant.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
34
34
  ℹ 25 files, total: 27.47 kB
35
- ✔ Build complete in 9727ms
35
+ ✔ Build complete in 15801ms
@@ -33,4 +33,4 @@ $ tsdown
33
33
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
34
34
  ℹ dist/docs/policy-safe-knowledge-assistant.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
35
35
  ℹ 25 files, total: 27.47 kB
36
- ✔ Build complete in 21232ms
36
+ ✔ Build complete in 34379ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @contractspec/example.policy-safe-knowledge-assistant
2
2
 
3
+ ## 1.45.3
4
+
5
+ ### Patch Changes
6
+
7
+ - e74ea9e: feat: version management
8
+ - Updated dependencies [e74ea9e]
9
+ - @contractspec/example.locale-jurisdiction-gate@1.45.3
10
+ - @contractspec/example.versioned-knowledge-base@1.45.3
11
+ - @contractspec/example.kb-update-pipeline@1.45.3
12
+ - @contractspec/example.learning-patterns@1.45.3
13
+ - @contractspec/module.learning-journey@1.45.3
14
+ - @contractspec/lib.contracts@1.45.3
15
+
16
+ ## 1.45.2
17
+
18
+ ### Patch Changes
19
+
20
+ - 39ca241: code cleaning
21
+ - Updated dependencies [39ca241]
22
+ - @contractspec/example.locale-jurisdiction-gate@1.45.2
23
+ - @contractspec/example.versioned-knowledge-base@1.45.2
24
+ - @contractspec/example.kb-update-pipeline@1.45.2
25
+ - @contractspec/example.learning-patterns@1.45.2
26
+ - @contractspec/module.learning-journey@1.45.2
27
+ - @contractspec/lib.contracts@1.45.2
28
+
3
29
  ## 1.45.1
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.policy-safe-knowledge-assistant",
3
- "version": "1.45.1",
3
+ "version": "1.45.3",
4
4
  "description": "All-in-one template example: policy-safe knowledge assistant with locale/jurisdiction gating, versioned KB snapshots, HITL update pipeline, and learning hub.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -31,24 +31,16 @@
31
31
  "test": "bun test"
32
32
  },
33
33
  "dependencies": {
34
- "@contractspec/example.locale-jurisdiction-gate": "1.45.1",
35
- "@contractspec/example.versioned-knowledge-base": "1.45.1",
36
- "@contractspec/example.kb-update-pipeline": "1.45.1",
37
- "@contractspec/example.learning-patterns": "1.45.1",
38
- "@contractspec/lib.schema": "1.45.1",
39
- "@contractspec/lib.contracts": "1.45.1",
40
- "@contractspec/lib.identity-rbac": "1.45.1",
41
- "@contractspec/lib.jobs": "1.45.1",
42
- "@contractspec/lib.feature-flags": "1.45.1",
43
- "@contractspec/lib.files": "1.45.1",
44
- "@contractspec/lib.metering": "1.45.1",
45
- "@contractspec/module.audit-trail": "1.45.1",
46
- "@contractspec/module.notifications": "1.45.1",
47
- "@contractspec/module.learning-journey": "1.45.1"
34
+ "@contractspec/example.locale-jurisdiction-gate": "1.45.3",
35
+ "@contractspec/example.versioned-knowledge-base": "1.45.3",
36
+ "@contractspec/example.kb-update-pipeline": "1.45.3",
37
+ "@contractspec/example.learning-patterns": "1.45.3",
38
+ "@contractspec/lib.contracts": "1.45.3",
39
+ "@contractspec/module.learning-journey": "1.45.3"
48
40
  },
49
41
  "devDependencies": {
50
- "@contractspec/tool.tsdown": "1.45.1",
51
- "@contractspec/tool.typescript": "1.45.1",
42
+ "@contractspec/tool.tsdown": "1.45.3",
43
+ "@contractspec/tool.typescript": "1.45.3",
52
44
  "tsdown": "^0.18.3",
53
45
  "typescript": "^5.9.3"
54
46
  },