@contractspec/example.policy-safe-knowledge-assistant 0.0.0-canary-20260113173657 → 0.0.0-canary-20260119222405

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.
@@ -52,4 +52,4 @@ $ tsdown
52
52
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
53
53
  ℹ dist/docs/policy-safe-knowledge-assistant.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
54
54
  ℹ 45 files, total: 101.22 kB
55
- ✔ Build complete in 27704ms
55
+ ✔ Build complete in 27471ms
@@ -53,4 +53,4 @@ $ tsdown
53
53
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
54
54
  ℹ dist/docs/policy-safe-knowledge-assistant.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
55
55
  ℹ 45 files, total: 101.22 kB
56
- ✔ Build complete in 29566ms
56
+ ✔ Build complete in 28549ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,41 @@
1
1
  # @contractspec/example.policy-safe-knowledge-assistant
2
2
 
3
- ## 0.0.0-canary-20260113173657
3
+ ## 0.0.0-canary-20260119222405
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c560ee7]
8
+ - Updated dependencies [1536bf3]
9
+ - @contractspec/lib.design-system@0.0.0-canary-20260119222405
10
+ - @contractspec/lib.contracts@0.0.0-canary-20260119222405
11
+ - @contractspec/lib.example-shared-ui@0.0.0-canary-20260119222405
12
+ - @contractspec/example.kb-update-pipeline@0.0.0-canary-20260119222405
13
+ - @contractspec/example.learning-patterns@0.0.0-canary-20260119222405
14
+ - @contractspec/example.locale-jurisdiction-gate@0.0.0-canary-20260119222405
15
+ - @contractspec/example.versioned-knowledge-base@0.0.0-canary-20260119222405
16
+ - @contractspec/module.learning-journey@0.0.0-canary-20260119222405
17
+
18
+ ## 1.48.0
19
+
20
+ ### Minor Changes
21
+
22
+ - b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [b0444a4]
27
+ - @contractspec/example.locale-jurisdiction-gate@1.48.0
28
+ - @contractspec/example.versioned-knowledge-base@1.48.0
29
+ - @contractspec/example.kb-update-pipeline@1.48.0
30
+ - @contractspec/example.learning-patterns@1.48.0
31
+ - @contractspec/module.learning-journey@1.48.0
32
+ - @contractspec/lib.example-shared-ui@1.2.0
33
+ - @contractspec/lib.runtime-sandbox@0.3.0
34
+ - @contractspec/lib.design-system@1.48.0
35
+ - @contractspec/lib.ui-kit-web@1.48.0
36
+ - @contractspec/lib.contracts@1.48.0
37
+
38
+ ## 1.47.0
4
39
 
5
40
  ### Minor Changes
6
41
 
@@ -19,16 +54,16 @@
19
54
  - Updated dependencies [c231a8b]
20
55
  - Updated dependencies [42b8d78]
21
56
  - Updated dependencies [fd38e85]
22
- - @contractspec/example.locale-jurisdiction-gate@0.0.0-canary-20260113173657
23
- - @contractspec/example.versioned-knowledge-base@0.0.0-canary-20260113173657
24
- - @contractspec/example.kb-update-pipeline@0.0.0-canary-20260113173657
25
- - @contractspec/example.learning-patterns@0.0.0-canary-20260113173657
26
- - @contractspec/module.learning-journey@0.0.0-canary-20260113173657
27
- - @contractspec/lib.example-shared-ui@0.0.0-canary-20260113173657
28
- - @contractspec/lib.runtime-sandbox@0.0.0-canary-20260113173657
29
- - @contractspec/lib.design-system@0.0.0-canary-20260113173657
30
- - @contractspec/lib.ui-kit-web@0.0.0-canary-20260113173657
31
- - @contractspec/lib.contracts@0.0.0-canary-20260113173657
57
+ - @contractspec/example.locale-jurisdiction-gate@1.47.0
58
+ - @contractspec/example.versioned-knowledge-base@1.47.0
59
+ - @contractspec/example.kb-update-pipeline@1.47.0
60
+ - @contractspec/example.learning-patterns@1.47.0
61
+ - @contractspec/module.learning-journey@1.47.0
62
+ - @contractspec/lib.example-shared-ui@1.1.0
63
+ - @contractspec/lib.runtime-sandbox@0.2.0
64
+ - @contractspec/lib.design-system@1.47.0
65
+ - @contractspec/lib.ui-kit-web@1.47.0
66
+ - @contractspec/lib.contracts@1.47.0
32
67
 
33
68
  ## 1.46.2
34
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.policy-safe-knowledge-assistant",
3
- "version": "0.0.0-canary-20260113173657",
3
+ "version": "0.0.0-canary-20260119222405",
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
  "types": "./dist/index.d.ts",
@@ -35,22 +35,22 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@contractspec/example.kb-update-pipeline": "0.0.0-canary-20260113173657",
39
- "@contractspec/example.learning-patterns": "0.0.0-canary-20260113173657",
40
- "@contractspec/example.locale-jurisdiction-gate": "0.0.0-canary-20260113173657",
41
- "@contractspec/example.versioned-knowledge-base": "0.0.0-canary-20260113173657",
42
- "@contractspec/lib.contracts": "0.0.0-canary-20260113173657",
43
- "@contractspec/lib.design-system": "0.0.0-canary-20260113173657",
44
- "@contractspec/lib.example-shared-ui": "0.0.0-canary-20260113173657",
45
- "@contractspec/lib.runtime-sandbox": "0.0.0-canary-20260113173657",
46
- "@contractspec/lib.ui-kit-web": "0.0.0-canary-20260113173657",
47
- "@contractspec/module.learning-journey": "0.0.0-canary-20260113173657",
38
+ "@contractspec/example.kb-update-pipeline": "0.0.0-canary-20260119222405",
39
+ "@contractspec/example.learning-patterns": "0.0.0-canary-20260119222405",
40
+ "@contractspec/example.locale-jurisdiction-gate": "0.0.0-canary-20260119222405",
41
+ "@contractspec/example.versioned-knowledge-base": "0.0.0-canary-20260119222405",
42
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119222405",
43
+ "@contractspec/lib.design-system": "0.0.0-canary-20260119222405",
44
+ "@contractspec/lib.example-shared-ui": "0.0.0-canary-20260119222405",
45
+ "@contractspec/lib.runtime-sandbox": "0.3.0",
46
+ "@contractspec/lib.ui-kit-web": "1.48.0",
47
+ "@contractspec/module.learning-journey": "0.0.0-canary-20260119222405",
48
48
  "react": "19.2.3",
49
49
  "react-dom": "19.2.3"
50
50
  },
51
51
  "devDependencies": {
52
- "@contractspec/tool.tsdown": "0.0.0-canary-20260113173657",
53
- "@contractspec/tool.typescript": "0.0.0-canary-20260113173657",
52
+ "@contractspec/tool.tsdown": "1.48.0",
53
+ "@contractspec/tool.typescript": "1.48.0",
54
54
  "tsdown": "^0.19.0",
55
55
  "typescript": "^5.9.3",
56
56
  "@types/react": "^19.2.8",