@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 +4 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
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/
|
|
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.
|
|
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": "
|
|
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.
|
|
27
|
-
"vitest": "4.1.
|
|
26
|
+
"tsx": "4.22.4",
|
|
27
|
+
"vitest": "4.1.8"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"registry": "https://registry.npmjs.org/",
|