@contractspec/example.policy-safe-knowledge-assistant 3.7.16 → 3.7.17
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 +20 -0
- package/package.json +13 -13
package/.turbo/turbo-build.log
CHANGED
|
@@ -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
|
|
5
|
+
Bundled 14 modules in 34ms
|
|
6
6
|
|
|
7
7
|
docs/index.js 1.86 KB (entry point)
|
|
8
8
|
seeders/index.js 0.51 KB (entry point)
|
|
@@ -20,7 +20,7 @@ Bundled 14 modules in 50ms
|
|
|
20
20
|
./policy-safe-knowledge-assistant.feature.js 2.67 KB (entry point)
|
|
21
21
|
|
|
22
22
|
[contractspec-bun-build] transpile target=node root=src entries=14 noBundle=false
|
|
23
|
-
Bundled 14 modules in
|
|
23
|
+
Bundled 14 modules in 52ms
|
|
24
24
|
|
|
25
25
|
docs/index.js 1.85 KB (entry point)
|
|
26
26
|
seeders/index.js 506 bytes (entry point)
|
|
@@ -38,7 +38,7 @@ Bundled 14 modules in 40ms
|
|
|
38
38
|
./policy-safe-knowledge-assistant.feature.js 2.66 KB (entry point)
|
|
39
39
|
|
|
40
40
|
[contractspec-bun-build] transpile target=browser root=src entries=14 noBundle=false
|
|
41
|
-
Bundled 14 modules in
|
|
41
|
+
Bundled 14 modules in 54ms
|
|
42
42
|
|
|
43
43
|
docs/index.js 1.85 KB (entry point)
|
|
44
44
|
seeders/index.js 506 bytes (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @contractspec/example.policy-safe-knowledge-assistant
|
|
2
2
|
|
|
3
|
+
## 3.7.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix workflow runtime imports for sandboxed workflow execution and keep workflow authoring on safe subpaths.
|
|
8
|
+
- Migration: Keep Node-only workflow runner code out of "use workflow" entrypoints.
|
|
9
|
+
- Deprecations: Importing the broad `@contractspec/lib.contracts-spec/workflow` barrel from sandboxed workflow entrypoints is discouraged.
|
|
10
|
+
- Updated dependencies because of Fix workflow runtime imports for sandboxed workflow execution and keep workflow authoring on safe subpaths.
|
|
11
|
+
- Updated dependencies because of Add versioning-backed release capsules, generated patch notes, and guided upgrade flows.
|
|
12
|
+
- @contractspec/example.locale-jurisdiction-gate@3.7.17
|
|
13
|
+
- @contractspec/example.versioned-knowledge-base@3.7.17
|
|
14
|
+
- @contractspec/example.kb-update-pipeline@3.7.17
|
|
15
|
+
- @contractspec/example.learning-patterns@3.7.17
|
|
16
|
+
- @contractspec/module.learning-journey@3.7.16
|
|
17
|
+
- @contractspec/lib.example-shared-ui@6.0.17
|
|
18
|
+
- @contractspec/lib.runtime-sandbox@2.7.14
|
|
19
|
+
- @contractspec/lib.contracts-spec@5.1.0
|
|
20
|
+
- @contractspec/lib.design-system@3.8.10
|
|
21
|
+
- @contractspec/lib.ui-kit-web@3.9.9
|
|
22
|
+
|
|
3
23
|
## 3.7.16
|
|
4
24
|
|
|
5
25
|
### 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.
|
|
3
|
+
"version": "3.7.17",
|
|
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,25 +120,25 @@
|
|
|
120
120
|
"typecheck": "tsc --noEmit"
|
|
121
121
|
},
|
|
122
122
|
"dependencies": {
|
|
123
|
-
"@contractspec/example.kb-update-pipeline": "3.7.
|
|
124
|
-
"@contractspec/example.learning-patterns": "3.7.
|
|
125
|
-
"@contractspec/example.locale-jurisdiction-gate": "3.7.
|
|
126
|
-
"@contractspec/example.versioned-knowledge-base": "3.7.
|
|
127
|
-
"@contractspec/lib.contracts-spec": "5.0
|
|
128
|
-
"@contractspec/lib.design-system": "3.8.
|
|
129
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
130
|
-
"@contractspec/lib.runtime-sandbox": "2.7.
|
|
131
|
-
"@contractspec/lib.ui-kit-web": "3.9.
|
|
132
|
-
"@contractspec/module.learning-journey": "3.7.
|
|
123
|
+
"@contractspec/example.kb-update-pipeline": "3.7.17",
|
|
124
|
+
"@contractspec/example.learning-patterns": "3.7.17",
|
|
125
|
+
"@contractspec/example.locale-jurisdiction-gate": "3.7.17",
|
|
126
|
+
"@contractspec/example.versioned-knowledge-base": "3.7.17",
|
|
127
|
+
"@contractspec/lib.contracts-spec": "5.1.0",
|
|
128
|
+
"@contractspec/lib.design-system": "3.8.10",
|
|
129
|
+
"@contractspec/lib.example-shared-ui": "6.0.17",
|
|
130
|
+
"@contractspec/lib.runtime-sandbox": "2.7.14",
|
|
131
|
+
"@contractspec/lib.ui-kit-web": "3.9.9",
|
|
132
|
+
"@contractspec/module.learning-journey": "3.7.16",
|
|
133
133
|
"react": "19.2.0",
|
|
134
134
|
"react-dom": "19.2.0"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
|
-
"@contractspec/tool.typescript": "3.7.
|
|
137
|
+
"@contractspec/tool.typescript": "3.7.13",
|
|
138
138
|
"typescript": "^5.9.3",
|
|
139
139
|
"@types/react": "^19.2.14",
|
|
140
140
|
"@types/react-dom": "^19.2.2",
|
|
141
|
-
"@contractspec/tool.bun": "3.7.
|
|
141
|
+
"@contractspec/tool.bun": "3.7.13"
|
|
142
142
|
},
|
|
143
143
|
"publishConfig": {
|
|
144
144
|
"access": "public",
|