@kaoto/camel-catalog 0.7.0 → 0.8.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/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-agent-configuration.json +4 -4
- package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-endpoints.json +174 -174
- package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-catalog-aggregate-functions.json +43 -43
- package/dist/camel-catalog/citrus/4.10.3/citrus-catalog-aggregate-infra-services.json +623 -0
- package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-catalog-aggregate-test-actions.json +1686 -1044
- package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-test-containers.json +19 -19
- package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-validation-matcher.json +25 -25
- package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-testcase.json +538 -174
- package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-testcase.xsd +97 -3
- package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/index.json +15 -9
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-agent-configuration.json +5 -5
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-endpoints.json +815 -354
- package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-catalog-aggregate-functions.json +46 -46
- package/dist/camel-catalog/citrus/5.0.0/citrus-catalog-aggregate-infra-services.json +641 -0
- package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-catalog-aggregate-test-actions.json +3187 -1495
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-test-containers.json +19 -19
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-validation-matcher.json +25 -25
- package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-testcase.json +2376 -1495
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-testcase.xsd +1880 -53
- package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/index.json +15 -9
- package/dist/camel-catalog/index.json +8 -8
- package/dist/index.js +1 -1
- package/dist/types/catalog-index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,50 +1,56 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name" : "Citrus
|
|
3
|
-
"version" : "
|
|
2
|
+
"name" : "Citrus 5.0.0",
|
|
3
|
+
"version" : "5.0.0",
|
|
4
4
|
"runtime" : "Citrus",
|
|
5
5
|
"catalogs" : {
|
|
6
6
|
"actions" : {
|
|
7
7
|
"name" : "actions",
|
|
8
8
|
"description" : "Aggregated Citrus catalog for test actions",
|
|
9
|
-
"version" : "
|
|
9
|
+
"version" : "5.0.0",
|
|
10
10
|
"file" : "citrus-catalog-aggregate-test-actions.json"
|
|
11
11
|
},
|
|
12
12
|
"containers" : {
|
|
13
13
|
"name" : "containers",
|
|
14
14
|
"description" : "Aggregated Citrus catalog for test action containers",
|
|
15
|
-
"version" : "
|
|
15
|
+
"version" : "5.0.0",
|
|
16
16
|
"file" : "citrus-catalog-aggregate-test-containers.json"
|
|
17
17
|
},
|
|
18
18
|
"endpoints" : {
|
|
19
19
|
"name" : "endpoints",
|
|
20
20
|
"description" : "Aggregated Citrus catalog for endpoints",
|
|
21
|
-
"version" : "
|
|
21
|
+
"version" : "5.0.0",
|
|
22
22
|
"file" : "citrus-catalog-aggregate-endpoints.json"
|
|
23
23
|
},
|
|
24
24
|
"functions" : {
|
|
25
25
|
"name" : "functions",
|
|
26
26
|
"description" : "Aggregated Citrus catalog for functions",
|
|
27
|
-
"version" : "
|
|
27
|
+
"version" : "5.0.0",
|
|
28
28
|
"file" : "citrus-catalog-aggregate-functions.json"
|
|
29
29
|
},
|
|
30
30
|
"validationMatcher" : {
|
|
31
31
|
"name" : "validationMatcher",
|
|
32
32
|
"description" : "Aggregated Citrus catalog for validation matcher",
|
|
33
|
-
"version" : "
|
|
33
|
+
"version" : "5.0.0",
|
|
34
34
|
"file" : "citrus-catalog-aggregate-validation-matcher.json"
|
|
35
|
+
},
|
|
36
|
+
"infraServices" : {
|
|
37
|
+
"name" : "infraServices",
|
|
38
|
+
"description" : "Aggregated Citrus catalog for infra services",
|
|
39
|
+
"version" : "5.0.0",
|
|
40
|
+
"file" : "citrus-catalog-aggregate-infra-services.json"
|
|
35
41
|
}
|
|
36
42
|
},
|
|
37
43
|
"schemas" : {
|
|
38
44
|
"citrus-yaml" : {
|
|
39
45
|
"name" : "citrus-yaml",
|
|
40
46
|
"description" : "Citrus Json schema for tests",
|
|
41
|
-
"version" : "
|
|
47
|
+
"version" : "5.0.0",
|
|
42
48
|
"file" : "citrus-testcase.json"
|
|
43
49
|
},
|
|
44
50
|
"citrus-xml-io" : {
|
|
45
51
|
"name" : "citrus-xml",
|
|
46
52
|
"description" : "Citrus XSD schema for tests",
|
|
47
|
-
"version" : "
|
|
53
|
+
"version" : "5.0.0",
|
|
48
54
|
"file" : "citrus-testcase.xsd"
|
|
49
55
|
}
|
|
50
56
|
}
|
|
@@ -199,24 +199,24 @@
|
|
|
199
199
|
"frameworkVersion" : "3.4.10"
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
|
-
"name" : "Citrus 4.10.
|
|
203
|
-
"version" : "4.10.
|
|
202
|
+
"name" : "Citrus 4.10.3",
|
|
203
|
+
"version" : "4.10.3",
|
|
204
204
|
"runtime" : "Citrus",
|
|
205
|
-
"fileName" : "citrus/4.10.
|
|
205
|
+
"fileName" : "citrus/4.10.3/index.json",
|
|
206
206
|
"executorVersion" : null,
|
|
207
207
|
"cliVersion" : null,
|
|
208
|
-
"camelCatalogVersion" : "4.10.
|
|
208
|
+
"camelCatalogVersion" : "4.10.3",
|
|
209
209
|
"runtimeProviderVersion" : null,
|
|
210
210
|
"frameworkVersion" : null
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
|
-
"name" : "Citrus
|
|
214
|
-
"version" : "
|
|
213
|
+
"name" : "Citrus 5.0.0",
|
|
214
|
+
"version" : "5.0.0",
|
|
215
215
|
"runtime" : "Citrus",
|
|
216
|
-
"fileName" : "citrus/
|
|
216
|
+
"fileName" : "citrus/5.0.0/index.json",
|
|
217
217
|
"executorVersion" : null,
|
|
218
218
|
"cliVersion" : null,
|
|
219
|
-
"camelCatalogVersion" : "
|
|
219
|
+
"camelCatalogVersion" : "5.0.0",
|
|
220
220
|
"runtimeProviderVersion" : null,
|
|
221
221
|
"frameworkVersion" : null
|
|
222
222
|
},
|
package/dist/index.js
CHANGED
|
@@ -38,7 +38,7 @@ const CATALOGS = {
|
|
|
38
38
|
// '4.14.4.redhat-00010', // removed because there is a bug which prevents the version to be used with --console flag of Camel CLI / Camel Launcher
|
|
39
39
|
'4.10.7.redhat-00013',
|
|
40
40
|
],
|
|
41
|
-
Citrus: ['4.10.
|
|
41
|
+
Citrus: ['4.10.3', '5.0.0'],
|
|
42
42
|
XSLT: ['3.0'],
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
// Generated using typescript-generator version 3.2.1263 on 2026-07
|
|
3
|
+
// Generated using typescript-generator version 3.2.1263 on 2026-08-07 15:49:04.
|
|
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.
|
|
3
|
+
"version": "0.8.0",
|
|
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": "dff97cca19a0922d31c7b8af00fb9b66bb0ae0a6",
|
|
56
56
|
"packageManager": "yarn@4.16.0"
|
|
57
57
|
}
|