@contractspec/example.policy-safe-knowledge-assistant 2.6.0 → 2.6.1
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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +8 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=14
|
|
6
|
-
Bundled 14 modules in
|
|
6
|
+
Bundled 14 modules in 40ms
|
|
7
7
|
|
|
8
8
|
docs/index.js 1.86 KB (entry point)
|
|
9
9
|
seeders/index.js 0.51 KB (entry point)
|
|
@@ -21,7 +21,7 @@ Bundled 14 modules in 16ms
|
|
|
21
21
|
./policy-safe-knowledge-assistant.feature.js 2.33 KB (entry point)
|
|
22
22
|
|
|
23
23
|
[contractspec-bun-build] transpile target=node root=src entries=14
|
|
24
|
-
Bundled 14 modules in
|
|
24
|
+
Bundled 14 modules in 50ms
|
|
25
25
|
|
|
26
26
|
docs/index.js 1.85 KB (entry point)
|
|
27
27
|
seeders/index.js 506 bytes (entry point)
|
|
@@ -39,7 +39,7 @@ Bundled 14 modules in 14ms
|
|
|
39
39
|
./policy-safe-knowledge-assistant.feature.js 2.32 KB (entry point)
|
|
40
40
|
|
|
41
41
|
[contractspec-bun-build] transpile target=browser root=src entries=14
|
|
42
|
-
Bundled 14 modules in
|
|
42
|
+
Bundled 14 modules in 39ms
|
|
43
43
|
|
|
44
44
|
docs/index.js 1.85 KB (entry point)
|
|
45
45
|
seeders/index.js 506 bytes (entry point)
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.policy-safe-knowledge-assistant",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1",
|
|
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",
|
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
"@contractspec/example.locale-jurisdiction-gate": "2.6.0",
|
|
161
161
|
"@contractspec/example.versioned-knowledge-base": "2.6.0",
|
|
162
162
|
"@contractspec/lib.contracts-spec": "2.6.0",
|
|
163
|
-
"@contractspec/lib.design-system": "2.6.
|
|
164
|
-
"@contractspec/lib.example-shared-ui": "2.6.
|
|
163
|
+
"@contractspec/lib.design-system": "2.6.1",
|
|
164
|
+
"@contractspec/lib.example-shared-ui": "2.6.1",
|
|
165
165
|
"@contractspec/lib.runtime-sandbox": "1.6.0",
|
|
166
166
|
"@contractspec/lib.ui-kit-web": "2.6.0",
|
|
167
167
|
"@contractspec/module.learning-journey": "2.6.0",
|