@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.
- 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 +19 -8
- package/dist/camel-catalog/xslt/3.0/index.json +19 -0
- package/dist/camel-catalog/xslt/3.0/xslt-xpath-functions.json +12042 -0
- package/dist/index.js +2 -1
- package/dist/types/catalog-index.d.ts +30 -4
- 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,35 @@
|
|
|
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
|
+
"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
|
+
}
|