@carllee1983/dbcli 4.0.0 → 7.0.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbcli-agent",
3
- "version": "4.0.0",
3
+ "version": "7.0.0",
4
4
  "description": "Database CLI skill and command reference for AI agents.",
5
5
  "contextFileName": "AGENTS.md"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carllee1983/dbcli",
3
- "version": "4.0.0",
3
+ "version": "7.0.0",
4
4
  "description": "Database CLI for AI agents",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -132,6 +132,8 @@
132
132
  },
133
133
  "overrides": {
134
134
  "brace-expansion": "^5.0.9",
135
- "postcss": "^8.5.26"
135
+ "browserslist": "^4.28.7",
136
+ "postcss": "^8.5.26",
137
+ "postcss-selector-parser": "^6.1.3"
136
138
  }
137
139
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbcli-agent",
3
- "version": "4.0.0",
3
+ "version": "7.0.0",
4
4
  "description": "Database CLI skill and command reference for AI agents",
5
5
  "author": {
6
6
  "name": "Carl Lee",