@db-ux/agent-cli 4.10.1 → 4.10.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @db-ux/agent-cli
2
2
 
3
+ ## 4.10.2
4
+
5
+ _version bump_
6
+
3
7
  ## 4.10.1
4
8
 
5
9
  _version bump_
package/README.md CHANGED
@@ -68,7 +68,7 @@ Contributions are very welcome, please refer to the [contribution guide](https:/
68
68
  ## Code of conduct
69
69
 
70
70
  We as members, contributors, and leaders pledge to make participation in our
71
- community a harassment-free experience for everyone – have a look at our [Contributor Covenant Code of Conduct](https://github.com/db-ux-design-system/core-web/blob/main/CODE-OF-CONDUCT.md).
71
+ community a harassment-free experience for everyone – have a look at our [Contributor Covenant Code of Conduct](https://github.com/db-ux-design-system/.github/blob/main/CODE-OF-CONDUCT.md).
72
72
 
73
73
  ## License
74
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/agent-cli",
3
- "version": "4.10.1",
3
+ "version": "4.10.2",
4
4
  "type": "module",
5
5
  "description": "CLI for DB UX Design System generate AI agent instructions",
6
6
  "repository": {
@@ -17,14 +17,14 @@
17
17
  "build"
18
18
  ],
19
19
  "dependencies": {
20
- "commander": "14.0.3"
20
+ "commander": "15.0.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "cpr": "3.0.1",
24
24
  "esbuild": "0.28.0",
25
25
  "npm-run-all2": "9.0.1",
26
- "tsx": "4.22.3",
27
- "vitest": "4.1.7"
26
+ "tsx": "4.22.4",
27
+ "vitest": "4.1.8"
28
28
  },
29
29
  "publishConfig": {
30
30
  "registry": "https://registry.npmjs.org/",