@db-ux/agent-cli 4.2.5 → 4.2.7-consolidation2-66e78e5

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,10 +1,14 @@
1
1
  # @db-ux/agent-cli
2
2
 
3
- ## 4.2.5
3
+ ## 4.2.6
4
4
 
5
5
  _version bump_
6
6
 
7
7
 
8
+ ## 4.2.5
9
+
10
+ _version bump_
11
+
8
12
  ## 4.2.4
9
13
 
10
14
  _version bump_
@@ -44,7 +48,7 @@ _version bump_
44
48
  ### Patch Changes
45
49
 
46
50
  - chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82):
47
- - fix: add some missing variables
51
+ - fix: add some missing variables
48
52
 
49
53
  ## 4.0.1
50
54
 
@@ -67,4 +71,4 @@ _version bump_
67
71
  ### Patch Changes
68
72
 
69
73
  - 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):
70
- - auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
74
+ - 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.2.5",
3
+ "version": "4.2.7-consolidation2-66e78e5",
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.25.12",
35
+ "esbuild": "0.27.2",
36
36
  "tsx": "4.21.0",
37
37
  "vitest": "3.2.4"
38
38
  },