@kaoto/camel-catalog 0.7.0 → 0.7.1

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.
Files changed (24) hide show
  1. package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-agent-configuration.json +4 -4
  2. package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-endpoints.json +174 -174
  3. package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-catalog-aggregate-functions.json +43 -43
  4. package/dist/camel-catalog/citrus/4.10.3/citrus-catalog-aggregate-infra-services.json +623 -0
  5. package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-catalog-aggregate-test-actions.json +1686 -1044
  6. package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-test-containers.json +19 -19
  7. package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-validation-matcher.json +25 -25
  8. package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-testcase.json +538 -174
  9. package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-testcase.xsd +97 -3
  10. package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/index.json +15 -9
  11. package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-agent-configuration.json +5 -5
  12. package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-endpoints.json +815 -354
  13. package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-catalog-aggregate-functions.json +46 -46
  14. package/dist/camel-catalog/citrus/5.0.0/citrus-catalog-aggregate-infra-services.json +641 -0
  15. package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-catalog-aggregate-test-actions.json +3187 -1495
  16. package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-test-containers.json +19 -19
  17. package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-validation-matcher.json +25 -25
  18. package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-testcase.json +2376 -1495
  19. package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-testcase.xsd +1880 -53
  20. package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/index.json +15 -9
  21. package/dist/camel-catalog/index.json +8 -8
  22. package/dist/index.js +1 -1
  23. package/dist/types/catalog-index.d.ts +1 -1
  24. package/package.json +2 -2
@@ -1,50 +1,56 @@
1
1
  {
2
- "name" : "Citrus 4.10.0",
3
- "version" : "4.10.0",
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" : "4.10.0",
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" : "4.10.0",
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" : "4.10.0",
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" : "4.10.0",
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" : "4.10.0",
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" : "4.10.0",
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" : "4.10.0",
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.0",
203
- "version" : "4.10.0",
202
+ "name" : "Citrus 4.10.3",
203
+ "version" : "4.10.3",
204
204
  "runtime" : "Citrus",
205
- "fileName" : "citrus/4.10.0/index.json",
205
+ "fileName" : "citrus/4.10.3/index.json",
206
206
  "executorVersion" : null,
207
207
  "cliVersion" : null,
208
- "camelCatalogVersion" : "4.10.0",
208
+ "camelCatalogVersion" : "4.10.3",
209
209
  "runtimeProviderVersion" : null,
210
210
  "frameworkVersion" : null
211
211
  },
212
212
  {
213
- "name" : "Citrus 4.10.1",
214
- "version" : "4.10.1",
213
+ "name" : "Citrus 5.0.0",
214
+ "version" : "5.0.0",
215
215
  "runtime" : "Citrus",
216
- "fileName" : "citrus/4.10.1/index.json",
216
+ "fileName" : "citrus/5.0.0/index.json",
217
217
  "executorVersion" : null,
218
218
  "cliVersion" : null,
219
- "camelCatalogVersion" : "4.10.1",
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.0', '4.10.1'],
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-30 15:37:40.
3
+ // Generated using typescript-generator version 3.2.1263 on 2026-08-07 09:03:06.
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.7.0",
3
+ "version": "0.7.1",
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": "41f108479e695603720414ee1d09d13f7b38b2db",
55
+ "gitHead": "525fbe6764a6dd619f9f0fa886cd9d685e76b8c7",
56
56
  "packageManager": "yarn@4.16.0"
57
57
  }