@kaoto/camel-catalog 0.7.0 → 0.8.0

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
@@ -62,7 +62,7 @@
62
62
  "type" : "boolean",
63
63
  "title" : "Offline",
64
64
  "description" : "When enabled there will be no attempts to resolve Maven artifacts via internet connection.",
65
- "default" : "true"
65
+ "default" : true
66
66
  },
67
67
  "packages" : {
68
68
  "title" : "Packages",
@@ -78,13 +78,13 @@
78
78
  "type" : "integer",
79
79
  "title" : "Port",
80
80
  "description" : "The Http port the agent service is listening on.",
81
- "default" : "4567"
81
+ "default" : 4567
82
82
  },
83
83
  "reset" : {
84
84
  "type" : "boolean",
85
85
  "title" : "Reset",
86
86
  "description" : "When enabled the Citrus context instance is reset after the test.",
87
- "default" : "true"
87
+ "default" : true
88
88
  },
89
89
  "skipTests" : {
90
90
  "type" : "boolean",
@@ -138,7 +138,7 @@
138
138
  "type" : "boolean",
139
139
  "title" : "Verbose",
140
140
  "description" : "When enabled the test run prints verbose messages.",
141
- "default" : "true"
141
+ "default" : true
142
142
  },
143
143
  "workDir" : {
144
144
  "type" : "string",