@kaoto/camel-catalog 0.3.10 → 0.3.11

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 (23) hide show
  1. package/dist/camel-catalog/index.json +6 -0
  2. package/dist/index.js +2 -0
  3. package/dist/types/catalog-index.d.ts +1 -1
  4. package/package.json +3 -5
  5. package/dist/citrus-catalog/citrus/citrus-agent-configuration.json +0 -118
  6. package/dist/citrus-catalog/citrus/citrus-catalog-aggregate-endpoints.json +0 -3237
  7. package/dist/citrus-catalog/citrus/citrus-catalog-aggregate-functions.json +0 -1069
  8. package/dist/citrus-catalog/citrus/citrus-catalog-aggregate-test-actions.json +0 -19228
  9. package/dist/citrus-catalog/citrus/citrus-catalog-aggregate-test-containers.json +0 -873
  10. package/dist/citrus-catalog/citrus/citrus-catalog-aggregate-validation-matcher.json +0 -464
  11. package/dist/citrus-catalog/citrus/citrus-testcase.json +0 -13949
  12. package/dist/citrus-catalog/citrus/citrus-testcase.xsd +0 -2970
  13. package/dist/citrus-catalog/citrus/index.json +0 -51
  14. package/dist/citrus-catalog/index.json +0 -15
  15. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-agent-configuration.json +0 -0
  16. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-catalog-aggregate-endpoints.json +0 -0
  17. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-catalog-aggregate-functions.json +0 -0
  18. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-catalog-aggregate-test-actions.json +0 -0
  19. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-catalog-aggregate-test-containers.json +0 -0
  20. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-catalog-aggregate-validation-matcher.json +0 -0
  21. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-testcase.json +0 -0
  22. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-testcase.xsd +0 -0
  23. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/index.json +0 -0
@@ -1,51 +0,0 @@
1
- {
2
- "name" : "Citrus 4.9.2",
3
- "version" : "4.9.2",
4
- "runtime" : "Citrus",
5
- "catalogs" : {
6
- "actions" : {
7
- "name" : "actions",
8
- "description" : "Aggregated Citrus catalog for test actions",
9
- "version" : "4.9.2",
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.9.2",
16
- "file" : "citrus-catalog-aggregate-test-containers.json"
17
- },
18
- "endpoints" : {
19
- "name" : "endpoints",
20
- "description" : "Aggregated Citrus catalog for endpoints",
21
- "version" : "4.9.2",
22
- "file" : "citrus-catalog-aggregate-endpoints.json"
23
- },
24
- "functions" : {
25
- "name" : "functions",
26
- "description" : "Aggregated Citrus catalog for functions",
27
- "version" : "4.9.2",
28
- "file" : "citrus-catalog-aggregate-functions.json"
29
- },
30
- "validationMatcher" : {
31
- "name" : "validationMatcher",
32
- "description" : "Aggregated Citrus catalog for validation matcher",
33
- "version" : "4.9.2",
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.9.2",
42
- "file" : "citrus-testcase.json"
43
- },
44
- "citrus-xml-io" : {
45
- "name" : "citrus-xml",
46
- "description" : "Citrus XSD schema for tests",
47
- "version" : "4.9.2",
48
- "file" : "citrus-testcase.xsd"
49
- }
50
- }
51
- }
@@ -1,15 +0,0 @@
1
- {
2
- "name" : "Citrus catalog",
3
- "version" : 1,
4
- "definitions" : [ {
5
- "name" : "Citrus Latest",
6
- "version" : "latest",
7
- "runtime" : "Citrus",
8
- "fileName" : "citrus/index.json"
9
- }, {
10
- "name" : "Citrus 4.9.2",
11
- "version" : "4.9.2",
12
- "runtime" : "Citrus",
13
- "fileName" : "citrus/4.9.2/index.json"
14
- } ]
15
- }