@contractspec/example.integration-hub 2.9.1 → 3.0.0
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/README.md +2 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -147,7 +147,8 @@ selection for meeting recorder providers). This example remains provider-agnosti
|
|
|
147
147
|
so MCP transport details stay in provider config rather than contract logic.
|
|
148
148
|
|
|
149
149
|
For health integrations, configure strategy routing at the connection level using
|
|
150
|
-
`defaultTransport`, `strategyOrder`, `allowUnofficial`,
|
|
150
|
+
`defaultTransport`, `strategyOrder`, `allowUnofficial`, `unofficialAllowList`,
|
|
151
|
+
and optionally `oauthTokenUrl` for refresh-token flows.
|
|
151
152
|
This keeps official and aggregator transports deterministic while requiring
|
|
152
153
|
explicit opt-in before unofficial automation routes are used.
|
|
153
154
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.integration-hub",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Integration Hub example with sync engine and field mappings for ContractSpec",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
"typecheck": "tsc --noEmit"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@contractspec/lib.ai-agent": "
|
|
25
|
-
"@contractspec/lib.schema": "
|
|
26
|
-
"@contractspec/lib.contracts-spec": "
|
|
27
|
-
"@contractspec/lib.example-shared-ui": "
|
|
28
|
-
"@contractspec/lib.design-system": "
|
|
29
|
-
"@contractspec/lib.runtime-sandbox": "
|
|
24
|
+
"@contractspec/lib.ai-agent": "3.0.0",
|
|
25
|
+
"@contractspec/lib.schema": "3.0.0",
|
|
26
|
+
"@contractspec/lib.contracts-spec": "3.0.0",
|
|
27
|
+
"@contractspec/lib.example-shared-ui": "3.0.0",
|
|
28
|
+
"@contractspec/lib.design-system": "3.0.0",
|
|
29
|
+
"@contractspec/lib.runtime-sandbox": "2.0.0",
|
|
30
30
|
"react": "19.2.4",
|
|
31
31
|
"react-dom": "19.2.4"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@contractspec/tool.typescript": "
|
|
34
|
+
"@contractspec/tool.typescript": "3.0.0",
|
|
35
35
|
"typescript": "^5.9.3",
|
|
36
36
|
"@types/react": "^19.2.14",
|
|
37
37
|
"@types/react-dom": "^19.2.2",
|
|
38
|
-
"@contractspec/tool.bun": "
|
|
38
|
+
"@contractspec/tool.bun": "3.0.0"
|
|
39
39
|
},
|
|
40
40
|
"exports": {
|
|
41
41
|
".": {
|