@contractspec/example.policy-safe-knowledge-assistant 3.7.18 → 3.7.19

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.
@@ -2,7 +2,7 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build transpile
4
4
  [contractspec-bun-build] transpile target=bun root=src entries=14 noBundle=false
5
- Bundled 14 modules in 26ms
5
+ Bundled 14 modules in 57ms
6
6
 
7
7
  docs/index.js 1.66 KB (entry point)
8
8
  seeders/index.js 378 bytes (entry point)
@@ -20,7 +20,7 @@ Bundled 14 modules in 26ms
20
20
  ./policy-safe-knowledge-assistant.feature.js 2.12 KB (entry point)
21
21
 
22
22
  [contractspec-bun-build] transpile target=node root=src entries=14 noBundle=false
23
- Bundled 14 modules in 32ms
23
+ Bundled 14 modules in 45ms
24
24
 
25
25
  docs/index.js 1.64 KB (entry point)
26
26
  seeders/index.js 370 bytes (entry point)
@@ -38,7 +38,7 @@ Bundled 14 modules in 32ms
38
38
  ./policy-safe-knowledge-assistant.feature.js 2.11 KB (entry point)
39
39
 
40
40
  [contractspec-bun-build] transpile target=browser root=src entries=14 noBundle=false
41
- Bundled 14 modules in 39ms
41
+ Bundled 14 modules in 47ms
42
42
 
43
43
  docs/index.js 1.64 KB (entry point)
44
44
  seeders/index.js 370 bytes (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @contractspec/example.policy-safe-knowledge-assistant
2
2
 
3
+ ## 3.7.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies because of Expand ContractSpec authoring with preset-driven workspace setup, shell completion, packaged workspace schema artifacts, and richer form and UI surfaces across the CLI, editors, and shared runtimes.
8
+ - @contractspec/lib.contracts-spec@5.3.0
9
+ - @contractspec/lib.design-system@3.9.0
10
+ - @contractspec/lib.ui-kit-web@3.10.0
11
+ - @contractspec/example.kb-update-pipeline@3.7.19
12
+ - @contractspec/example.learning-patterns@3.7.19
13
+ - @contractspec/example.locale-jurisdiction-gate@3.7.19
14
+ - @contractspec/example.versioned-knowledge-base@3.7.19
15
+ - @contractspec/lib.example-shared-ui@6.0.19
16
+ - @contractspec/module.learning-journey@3.7.18
17
+
3
18
  ## 3.7.18
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.policy-safe-knowledge-assistant",
3
- "version": "3.7.18",
3
+ "version": "3.7.19",
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",
@@ -120,16 +120,16 @@
120
120
  "typecheck": "tsc --noEmit"
121
121
  },
122
122
  "dependencies": {
123
- "@contractspec/example.kb-update-pipeline": "3.7.18",
124
- "@contractspec/example.learning-patterns": "3.7.18",
125
- "@contractspec/example.locale-jurisdiction-gate": "3.7.18",
126
- "@contractspec/example.versioned-knowledge-base": "3.7.18",
127
- "@contractspec/lib.contracts-spec": "5.2.0",
128
- "@contractspec/lib.design-system": "3.8.11",
129
- "@contractspec/lib.example-shared-ui": "6.0.18",
123
+ "@contractspec/example.kb-update-pipeline": "3.7.19",
124
+ "@contractspec/example.learning-patterns": "3.7.19",
125
+ "@contractspec/example.locale-jurisdiction-gate": "3.7.19",
126
+ "@contractspec/example.versioned-knowledge-base": "3.7.19",
127
+ "@contractspec/lib.contracts-spec": "5.3.0",
128
+ "@contractspec/lib.design-system": "3.9.0",
129
+ "@contractspec/lib.example-shared-ui": "6.0.19",
130
130
  "@contractspec/lib.runtime-sandbox": "2.7.14",
131
- "@contractspec/lib.ui-kit-web": "3.9.10",
132
- "@contractspec/module.learning-journey": "3.7.17",
131
+ "@contractspec/lib.ui-kit-web": "3.10.0",
132
+ "@contractspec/module.learning-journey": "3.7.18",
133
133
  "react": "19.2.0",
134
134
  "react-dom": "19.2.0"
135
135
  },