@db-ux/agent-cli 4.2.0 → 4.2.2-css-selectors-792dad7

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,9 +1,17 @@
1
1
  # @db-ux/agent-cli
2
2
 
3
- ## 4.2.0
3
+ ## 4.2.2
4
+
5
+ _version bump_
6
+
7
+
8
+ ## 4.2.1
4
9
 
5
10
  _version bump_
6
11
 
12
+ ## 4.2.0
13
+
14
+ _version bump_
7
15
 
8
16
  ## 4.1.0
9
17
 
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.0",
3
+ "version": "4.2.2-css-selectors-792dad7",
4
4
  "type": "module",
5
5
  "description": "CLI for DB UX Design System generate AI agent instructions",
6
6
  "repository": {
@@ -33,7 +33,7 @@
33
33
  "devDependencies": {
34
34
  "cpr": "3.0.1",
35
35
  "esbuild": "0.25.12",
36
- "tsx": "4.20.6",
36
+ "tsx": "4.21.0",
37
37
  "vitest": "3.2.4"
38
38
  },
39
39
  "publishConfig": {