@kaoto/camel-catalog 0.4.3 → 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.
Files changed (22) hide show
  1. package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-agent-configuration.json +31 -0
  2. package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-endpoints.json +70 -35
  3. package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-functions.json +86 -43
  4. package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-test-actions.json +246 -146
  5. package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-test-containers.json +13 -12
  6. package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-validation-matcher.json +50 -25
  7. package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-testcase.json +8 -3
  8. package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/index.json +9 -9
  9. package/dist/camel-catalog/citrus/4.10.1/citrus-agent-configuration.json +151 -0
  10. package/dist/camel-catalog/citrus/4.10.1/citrus-catalog-aggregate-endpoints.json +3307 -0
  11. package/dist/camel-catalog/citrus/4.10.1/citrus-catalog-aggregate-functions.json +1156 -0
  12. package/dist/camel-catalog/citrus/4.10.1/citrus-catalog-aggregate-test-actions.json +19990 -0
  13. package/dist/camel-catalog/citrus/4.10.1/citrus-catalog-aggregate-test-containers.json +573 -0
  14. package/dist/camel-catalog/citrus/4.10.1/citrus-catalog-aggregate-validation-matcher.json +514 -0
  15. package/dist/camel-catalog/citrus/4.10.1/citrus-testcase.json +14254 -0
  16. package/dist/camel-catalog/citrus/4.10.1/citrus-testcase.xsd +2970 -0
  17. package/dist/camel-catalog/citrus/4.10.1/index.json +51 -0
  18. package/dist/camel-catalog/index.json +9 -3
  19. package/dist/index.js +1 -1
  20. package/dist/types/catalog-index.d.ts +1 -1
  21. package/package.json +2 -2
  22. /package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-testcase.xsd +0 -0
@@ -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
+ }
@@ -109,10 +109,16 @@
109
109
  "fileName" : "camel-springboot/4.4.0.redhat-00039/index-11c4b576996c50e25c50e352312ec6f2.json"
110
110
  },
111
111
  {
112
- "name" : "Citrus 4.9.4",
113
- "version" : "4.9.4",
112
+ "name" : "Citrus 4.10.0",
113
+ "version" : "4.10.0",
114
114
  "runtime" : "Citrus",
115
- "fileName" : "citrus/4.9.4/index.json"
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
@@ -39,7 +39,7 @@ const CATALOGS = {
39
39
  '4.4.0.redhat-00039',
40
40
  ],
41
41
  // https://repo1.maven.org/maven2/org/citrusframework/citrus-catalog-schema/
42
- Citrus: ['4.9.4'],
42
+ Citrus: ['4.10.0', '4.10.1'],
43
43
  };
44
44
 
45
45
  const KAMELETS_VERSION = '4.18.0';
@@ -1,6 +1,6 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
- // Generated using typescript-generator version 3.2.1263 on 2026-03-13 12:29:59.
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",
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": "f25da710c9a46becc2a3a2a8d3e5457fd24d8d46",
55
+ "gitHead": "73a862abb4046aca6b05b61c3c5c537de3f4621a",
56
56
  "packageManager": "yarn@4.12.0"
57
57
  }