@contractspec/example.integration-hub 3.1.1 → 3.3.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.
|
@@ -108,7 +108,21 @@ var IntegrationHubFeature = defineFeature({
|
|
|
108
108
|
{ key: "sync", version: "1.0.0" },
|
|
109
109
|
{ key: "etl", version: "1.0.0" }
|
|
110
110
|
]
|
|
111
|
-
}
|
|
111
|
+
},
|
|
112
|
+
integrations: [
|
|
113
|
+
{ key: "integration-hub.integration.default-connector", version: "1.0.0" }
|
|
114
|
+
],
|
|
115
|
+
telemetry: [{ key: "integration-hub.telemetry", version: "1.0.0" }],
|
|
116
|
+
jobs: [
|
|
117
|
+
{ key: "integration-hub.job.sync-run", version: "1.0.0" },
|
|
118
|
+
{ key: "integration-hub.job.health-check", version: "1.0.0" }
|
|
119
|
+
],
|
|
120
|
+
docs: [
|
|
121
|
+
"docs.examples.integration-hub",
|
|
122
|
+
"docs.examples.integration-hub.goal",
|
|
123
|
+
"docs.examples.integration-hub.usage",
|
|
124
|
+
"docs.examples.integration-hub.constraints"
|
|
125
|
+
]
|
|
112
126
|
});
|
|
113
127
|
export {
|
|
114
128
|
IntegrationHubFeature
|
|
@@ -107,7 +107,21 @@ var IntegrationHubFeature = defineFeature({
|
|
|
107
107
|
{ key: "sync", version: "1.0.0" },
|
|
108
108
|
{ key: "etl", version: "1.0.0" }
|
|
109
109
|
]
|
|
110
|
-
}
|
|
110
|
+
},
|
|
111
|
+
integrations: [
|
|
112
|
+
{ key: "integration-hub.integration.default-connector", version: "1.0.0" }
|
|
113
|
+
],
|
|
114
|
+
telemetry: [{ key: "integration-hub.telemetry", version: "1.0.0" }],
|
|
115
|
+
jobs: [
|
|
116
|
+
{ key: "integration-hub.job.sync-run", version: "1.0.0" },
|
|
117
|
+
{ key: "integration-hub.job.health-check", version: "1.0.0" }
|
|
118
|
+
],
|
|
119
|
+
docs: [
|
|
120
|
+
"docs.examples.integration-hub",
|
|
121
|
+
"docs.examples.integration-hub.goal",
|
|
122
|
+
"docs.examples.integration-hub.usage",
|
|
123
|
+
"docs.examples.integration-hub.constraints"
|
|
124
|
+
]
|
|
111
125
|
});
|
|
112
126
|
export {
|
|
113
127
|
IntegrationHubFeature
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.integration-hub",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.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": "3.
|
|
25
|
-
"@contractspec/lib.schema": "3.
|
|
26
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
27
|
-
"@contractspec/lib.example-shared-ui": "3.
|
|
28
|
-
"@contractspec/lib.design-system": "3.
|
|
29
|
-
"@contractspec/lib.runtime-sandbox": "2.
|
|
24
|
+
"@contractspec/lib.ai-agent": "3.3.0",
|
|
25
|
+
"@contractspec/lib.schema": "3.3.0",
|
|
26
|
+
"@contractspec/lib.contracts-spec": "3.3.0",
|
|
27
|
+
"@contractspec/lib.example-shared-ui": "3.3.0",
|
|
28
|
+
"@contractspec/lib.design-system": "3.3.0",
|
|
29
|
+
"@contractspec/lib.runtime-sandbox": "2.3.0",
|
|
30
30
|
"react": "19.2.4",
|
|
31
31
|
"react-dom": "19.2.4"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@contractspec/tool.typescript": "3.
|
|
34
|
+
"@contractspec/tool.typescript": "3.3.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": "3.
|
|
38
|
+
"@contractspec/tool.bun": "3.3.0"
|
|
39
39
|
},
|
|
40
40
|
"exports": {
|
|
41
41
|
".": {
|