@contractspec/example.policy-safe-knowledge-assistant 3.7.1 → 3.7.4
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 +2 -2
- package/CHANGELOG.md +52 -0
- package/package.json +13 -13
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 noBundle=false
|
|
6
|
-
Bundled 14 modules in
|
|
6
|
+
Bundled 14 modules in 27ms
|
|
7
7
|
|
|
8
8
|
docs/index.js 1.86 KB (entry point)
|
|
9
9
|
seeders/index.js 0.51 KB (entry point)
|
|
@@ -39,7 +39,7 @@ Bundled 14 modules in 26ms
|
|
|
39
39
|
./policy-safe-knowledge-assistant.feature.js 2.66 KB (entry point)
|
|
40
40
|
|
|
41
41
|
[contractspec-bun-build] transpile target=browser root=src entries=14 noBundle=false
|
|
42
|
-
Bundled 14 modules in
|
|
42
|
+
Bundled 14 modules in 35ms
|
|
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
|
@@ -1,5 +1,57 @@
|
|
|
1
1
|
# @contractspec/example.policy-safe-knowledge-assistant
|
|
2
2
|
|
|
3
|
+
## 3.7.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: release security
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @contractspec/example.locale-jurisdiction-gate@3.7.4
|
|
10
|
+
- @contractspec/example.versioned-knowledge-base@3.7.4
|
|
11
|
+
- @contractspec/example.kb-update-pipeline@3.7.4
|
|
12
|
+
- @contractspec/example.learning-patterns@3.7.4
|
|
13
|
+
- @contractspec/module.learning-journey@3.7.4
|
|
14
|
+
- @contractspec/lib.example-shared-ui@6.0.4
|
|
15
|
+
- @contractspec/lib.runtime-sandbox@2.7.4
|
|
16
|
+
- @contractspec/lib.contracts-spec@3.7.4
|
|
17
|
+
- @contractspec/lib.design-system@3.7.4
|
|
18
|
+
- @contractspec/lib.ui-kit-web@3.7.4
|
|
19
|
+
|
|
20
|
+
## 3.7.3
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- fix: release
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @contractspec/example.locale-jurisdiction-gate@3.7.3
|
|
27
|
+
- @contractspec/example.versioned-knowledge-base@3.7.3
|
|
28
|
+
- @contractspec/example.kb-update-pipeline@3.7.3
|
|
29
|
+
- @contractspec/example.learning-patterns@3.7.3
|
|
30
|
+
- @contractspec/module.learning-journey@3.7.3
|
|
31
|
+
- @contractspec/lib.example-shared-ui@6.0.3
|
|
32
|
+
- @contractspec/lib.runtime-sandbox@2.7.3
|
|
33
|
+
- @contractspec/lib.contracts-spec@3.7.3
|
|
34
|
+
- @contractspec/lib.design-system@3.7.3
|
|
35
|
+
- @contractspec/lib.ui-kit-web@3.7.3
|
|
36
|
+
|
|
37
|
+
## 3.7.2
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- 8cd229b: fix: release
|
|
42
|
+
- Updated dependencies [8cd229b]
|
|
43
|
+
- Updated dependencies [04bc555]
|
|
44
|
+
- @contractspec/example.locale-jurisdiction-gate@3.7.2
|
|
45
|
+
- @contractspec/example.versioned-knowledge-base@3.7.2
|
|
46
|
+
- @contractspec/example.kb-update-pipeline@3.7.2
|
|
47
|
+
- @contractspec/example.learning-patterns@3.7.2
|
|
48
|
+
- @contractspec/module.learning-journey@3.7.2
|
|
49
|
+
- @contractspec/lib.example-shared-ui@6.0.2
|
|
50
|
+
- @contractspec/lib.runtime-sandbox@2.7.2
|
|
51
|
+
- @contractspec/lib.contracts-spec@3.7.2
|
|
52
|
+
- @contractspec/lib.design-system@3.7.2
|
|
53
|
+
- @contractspec/lib.ui-kit-web@3.7.2
|
|
54
|
+
|
|
3
55
|
## 3.7.1
|
|
4
56
|
|
|
5
57
|
### 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.4",
|
|
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": "3.7.
|
|
128
|
-
"@contractspec/lib.design-system": "3.7.
|
|
129
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
130
|
-
"@contractspec/lib.runtime-sandbox": "2.7.
|
|
131
|
-
"@contractspec/lib.ui-kit-web": "3.7.
|
|
132
|
-
"@contractspec/module.learning-journey": "3.7.
|
|
123
|
+
"@contractspec/example.kb-update-pipeline": "3.7.4",
|
|
124
|
+
"@contractspec/example.learning-patterns": "3.7.4",
|
|
125
|
+
"@contractspec/example.locale-jurisdiction-gate": "3.7.4",
|
|
126
|
+
"@contractspec/example.versioned-knowledge-base": "3.7.4",
|
|
127
|
+
"@contractspec/lib.contracts-spec": "3.7.4",
|
|
128
|
+
"@contractspec/lib.design-system": "3.7.4",
|
|
129
|
+
"@contractspec/lib.example-shared-ui": "6.0.4",
|
|
130
|
+
"@contractspec/lib.runtime-sandbox": "2.7.4",
|
|
131
|
+
"@contractspec/lib.ui-kit-web": "3.7.4",
|
|
132
|
+
"@contractspec/module.learning-journey": "3.7.4",
|
|
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.4",
|
|
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.4"
|
|
142
142
|
},
|
|
143
143
|
"publishConfig": {
|
|
144
144
|
"access": "public",
|