@kaoto/camel-catalog 0.4.4 → 0.4.5
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/dist/camel-catalog/citrus/4.10.1/citrus-agent-configuration.json +151 -0
- package/dist/camel-catalog/citrus/4.10.1/citrus-catalog-aggregate-endpoints.json +3307 -0
- package/dist/camel-catalog/citrus/4.10.1/citrus-catalog-aggregate-functions.json +1156 -0
- package/dist/camel-catalog/citrus/4.10.1/citrus-catalog-aggregate-test-actions.json +19990 -0
- package/dist/camel-catalog/citrus/4.10.1/citrus-catalog-aggregate-test-containers.json +573 -0
- package/dist/camel-catalog/citrus/4.10.1/citrus-catalog-aggregate-validation-matcher.json +514 -0
- package/dist/camel-catalog/citrus/4.10.1/citrus-testcase.json +14254 -0
- package/dist/camel-catalog/citrus/4.10.1/citrus-testcase.xsd +2970 -0
- package/dist/camel-catalog/citrus/4.10.1/index.json +51 -0
- package/dist/camel-catalog/index.json +6 -0
- package/dist/index.js +1 -1
- package/dist/types/catalog-index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name" : "Citrus 4.10.1",
|
|
3
|
+
"version" : "4.10.1",
|
|
4
|
+
"runtime" : "Citrus",
|
|
5
|
+
"catalogs" : {
|
|
6
|
+
"actions" : {
|
|
7
|
+
"name" : "actions",
|
|
8
|
+
"description" : "Aggregated Citrus catalog for test actions",
|
|
9
|
+
"version" : "4.10.1",
|
|
10
|
+
"file" : "citrus-catalog-aggregate-test-actions.json"
|
|
11
|
+
},
|
|
12
|
+
"containers" : {
|
|
13
|
+
"name" : "containers",
|
|
14
|
+
"description" : "Aggregated Citrus catalog for test action containers",
|
|
15
|
+
"version" : "4.10.1",
|
|
16
|
+
"file" : "citrus-catalog-aggregate-test-containers.json"
|
|
17
|
+
},
|
|
18
|
+
"endpoints" : {
|
|
19
|
+
"name" : "endpoints",
|
|
20
|
+
"description" : "Aggregated Citrus catalog for endpoints",
|
|
21
|
+
"version" : "4.10.1",
|
|
22
|
+
"file" : "citrus-catalog-aggregate-endpoints.json"
|
|
23
|
+
},
|
|
24
|
+
"functions" : {
|
|
25
|
+
"name" : "functions",
|
|
26
|
+
"description" : "Aggregated Citrus catalog for functions",
|
|
27
|
+
"version" : "4.10.1",
|
|
28
|
+
"file" : "citrus-catalog-aggregate-functions.json"
|
|
29
|
+
},
|
|
30
|
+
"validationMatcher" : {
|
|
31
|
+
"name" : "validationMatcher",
|
|
32
|
+
"description" : "Aggregated Citrus catalog for validation matcher",
|
|
33
|
+
"version" : "4.10.1",
|
|
34
|
+
"file" : "citrus-catalog-aggregate-validation-matcher.json"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"schemas" : {
|
|
38
|
+
"citrus-yaml" : {
|
|
39
|
+
"name" : "citrus-yaml",
|
|
40
|
+
"description" : "Citrus Json schema for tests",
|
|
41
|
+
"version" : "4.10.1",
|
|
42
|
+
"file" : "citrus-testcase.json"
|
|
43
|
+
},
|
|
44
|
+
"citrus-xml-io" : {
|
|
45
|
+
"name" : "citrus-xml",
|
|
46
|
+
"description" : "Citrus XSD schema for tests",
|
|
47
|
+
"version" : "4.10.1",
|
|
48
|
+
"file" : "citrus-testcase.xsd"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -113,6 +113,12 @@
|
|
|
113
113
|
"version" : "4.10.0",
|
|
114
114
|
"runtime" : "Citrus",
|
|
115
115
|
"fileName" : "citrus/4.10.0/index.json"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name" : "Citrus 4.10.1",
|
|
119
|
+
"version" : "4.10.1",
|
|
120
|
+
"runtime" : "Citrus",
|
|
121
|
+
"fileName" : "citrus/4.10.1/index.json"
|
|
116
122
|
}
|
|
117
123
|
],
|
|
118
124
|
"version" : 3,
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
// Generated using typescript-generator version 3.2.1263 on 2026-
|
|
3
|
+
// Generated using typescript-generator version 3.2.1263 on 2026-05-08 22:44:23.
|
|
4
4
|
|
|
5
5
|
export interface CatalogCliArgument {
|
|
6
6
|
runtime: CatalogRuntime;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaoto/camel-catalog",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Camel Catalog and schemas for Kaoto",
|
|
6
6
|
"repository": "https://github.com/KaotoIO/camel-catalog",
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
"typescript": "^5.4.2",
|
|
53
53
|
"typescript-eslint": "^8.5.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "73a862abb4046aca6b05b61c3c5c537de3f4621a",
|
|
56
56
|
"packageManager": "yarn@4.12.0"
|
|
57
57
|
}
|