@db-ux/agent-cli 4.7.3 → 4.8.1-fix-publish-f7808e2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,9 +1,16 @@
1
1
  # @db-ux/agent-cli
2
2
 
3
- ## 4.7.3
3
+ ## 4.8.1
4
+
5
+ _version bump_
6
+
7
+ ## 4.8.0
4
8
 
5
9
  _version bump_
6
10
 
11
+ ## 4.7.3
12
+
13
+ _version bump_
7
14
 
8
15
  ## 4.7.2
9
16
 
@@ -124,7 +131,7 @@ _version bump_
124
131
  ### Patch Changes
125
132
 
126
133
  - chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82):
127
- - fix: add some missing variables
134
+ - fix: add some missing variables
128
135
 
129
136
  ## 4.0.1
130
137
 
@@ -147,4 +154,4 @@ _version bump_
147
154
  ### Patch Changes
148
155
 
149
156
  - 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):
150
- - auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
157
+ - auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/agent-cli",
3
- "version": "4.7.3",
3
+ "version": "4.8.1-fix-publish-f7808e2",
4
4
  "type": "module",
5
5
  "description": "CLI for DB UX Design System generate AI agent instructions",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "esbuild": "0.28.0",
25
25
  "npm-run-all2": "8.0.4",
26
26
  "tsx": "4.21.0",
27
- "vitest": "4.1.5"
27
+ "vitest": "4.1.6"
28
28
  },
29
29
  "publishConfig": {
30
30
  "registry": "https://registry.npmjs.org/",