@kaoto/camel-catalog 0.9.13 → 0.10.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.
package/dist/index.js CHANGED
@@ -44,4 +44,6 @@ const CATALOGS = {
44
44
 
45
45
  const KAMELETS_VERSION = '4.22.0';
46
46
 
47
- module.exports = { CATALOGS, KAMELETS_VERSION };
47
+ const CAMEL_CLI_VERSION = '4.22.0';
48
+
49
+ module.exports = { CATALOGS, KAMELETS_VERSION, CAMEL_CLI_VERSION };
@@ -1,6 +1,6 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
- // Generated using typescript-generator version 3.2.1263 on 2026-08-31 16:00:37.
3
+ // Generated using typescript-generator version 3.2.1263 on 2026-09-01 11:14:32.
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.9.13",
3
+ "version": "0.10.0",
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": "ac8b4ba3c417903fe50fc8b5262ef4f2159d537a",
55
+ "gitHead": "21ae05c74a6095c4403e6d1f5c6afb10f92220b3",
56
56
  "packageManager": "yarn@4.16.0"
57
57
  }