@db-ux/agent-cli 4.5.4-tailwind-inline-5d37a00 → 4.6.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/CHANGELOG.md +7 -2
- package/build/index.js +0 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# @db-ux/agent-cli
|
|
2
2
|
|
|
3
|
+
## 4.6.0
|
|
4
|
+
|
|
5
|
+
_version bump_
|
|
6
|
+
|
|
7
|
+
|
|
3
8
|
## 4.5.4
|
|
4
9
|
|
|
5
10
|
_version bump_
|
|
@@ -99,7 +104,7 @@ _version bump_
|
|
|
99
104
|
### Patch Changes
|
|
100
105
|
|
|
101
106
|
- chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82):
|
|
102
|
-
|
|
107
|
+
- fix: add some missing variables
|
|
103
108
|
|
|
104
109
|
## 4.0.1
|
|
105
110
|
|
|
@@ -122,4 +127,4 @@ _version bump_
|
|
|
122
127
|
### Patch Changes
|
|
123
128
|
|
|
124
129
|
- enabled [`@db-ux/agent-cli`](https://www.npmjs.com/package/@db-ux/agent-cli) for every package - [see commit 0233048](https://github.com/db-ux-design-system/core-web/commit/023304869e61f5a506dca66a22d69e5f3d70f4d0):
|
|
125
|
-
|
|
130
|
+
- auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
|
package/build/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/agent-cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for DB UX Design System generate AI agent instructions",
|
|
6
6
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"cpr": "3.0.1",
|
|
35
|
-
"esbuild": "0.
|
|
35
|
+
"esbuild": "0.28.0",
|
|
36
36
|
"tsx": "4.21.0",
|
|
37
37
|
"vitest": "4.1.2"
|
|
38
38
|
},
|