@kaoto/camel-catalog 0.6.1 → 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 (26) 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 +19 -8
  22. package/dist/camel-catalog/xslt/3.0/index.json +19 -0
  23. package/dist/camel-catalog/xslt/3.0/xslt-xpath-functions.json +12042 -0
  24. package/dist/index.js +2 -1
  25. package/dist/types/catalog-index.d.ts +30 -4
  26. 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,35 @@
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
+ "runtimeProviderVersion" : null,
221
+ "frameworkVersion" : null
222
+ },
223
+ {
224
+ "name" : "XSLT 3.0",
225
+ "version" : "3.0",
226
+ "runtime" : "XSLT",
227
+ "fileName" : "xslt/3.0/index.json",
228
+ "executorVersion" : null,
229
+ "cliVersion" : null,
230
+ "camelCatalogVersion" : "3.0",
220
231
  "runtimeProviderVersion" : null,
221
232
  "frameworkVersion" : null
222
233
  }
@@ -0,0 +1,19 @@
1
+ {
2
+ "name" : "XSLT 3.0",
3
+ "version" : "3.0",
4
+ "executorVersion" : null,
5
+ "cliVersion" : null,
6
+ "camelCatalogVersion" : "3.0",
7
+ "runtimeProviderVersion" : null,
8
+ "frameworkVersion" : null,
9
+ "runtime" : "XSLT",
10
+ "catalogs" : {
11
+ "xpathFunctions" : {
12
+ "name" : "xpathFunctions",
13
+ "description" : "XPath 3.1 and XSLT 3.0 function catalog",
14
+ "version" : "3.0",
15
+ "file" : "xslt-xpath-functions.json"
16
+ }
17
+ },
18
+ "schemas" : { }
19
+ }