@kaoto/camel-catalog 0.4.2 → 0.4.3

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/README.md CHANGED
@@ -12,9 +12,9 @@
12
12
  <h2 align="center">Kaoto - The Integration Designer for <a href="https://camel.apache.org">Apache Camel</a></h2>
13
13
 
14
14
  <p align="center">
15
- <a href="https://kaoto.io/docs/installation">Documentation</a> |
16
- <a href="https://kaoto.io/workshop/">Workshops</a> |
17
- <a href="https://kaoto.io/contribute/">Contribute</a> |
15
+ <a href="https://kaoto.io/docs/installation">Documentation</a> |
16
+ <a href="https://kaoto.io/workshop/">Workshops</a> |
17
+ <a href="https://kaoto.io/contribute/">Contribute</a> |
18
18
  <a href="https://camel.zulipchat.com/#narrow/stream/441302-kaoto">Chat</a>
19
19
  </p>
20
20
 
@@ -32,11 +32,9 @@ To build the Camel Catalog and the supporting schemas, run:
32
32
  ```sh
33
33
  yarn workspace @kaoto/camel-catalog run build
34
34
  ```
35
- or
35
+ or
36
36
  ```sh
37
37
  yarn install
38
38
  ```
39
39
 
40
40
  _Optional: You can update the Camel version in the `pom.xml` file and then run the build command again._
41
-
42
- // TODO
@@ -1,6 +1,6 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
- // Generated using typescript-generator version 3.2.1263 on 2026-03-13 11:59:13.
3
+ // Generated using typescript-generator version 3.2.1263 on 2026-03-13 12:29:59.
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.4.2",
3
+ "version": "0.4.3",
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": "9c451a49fc4fd7eab42d6a79694756b6db24eb41",
55
+ "gitHead": "f25da710c9a46becc2a3a2a8d3e5457fd24d8d46",
56
56
  "packageManager": "yarn@4.12.0"
57
57
  }