@webq/cli 1.0.0 → 1.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webq/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI tool and MCP server for querying and validating Web Components against Custom Elements Manifest files.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -177,24 +177,24 @@
177
177
  "url": "https://github.com/blueprintui/webq/issues"
178
178
  },
179
179
  "homepage": "https://github.com/blueprintui/webq#readme",
180
+ "dependencies": {
181
+ "@modelcontextprotocol/sdk": "1.28.0",
182
+ "marked": "17.0.5",
183
+ "marked-terminal": "7.3.0",
184
+ "yargs": "18.0.0",
185
+ "zod": "3.25.76"
186
+ },
180
187
  "devDependencies": {
181
- "@eslint/js": "10.0.1",
188
+ "@eslint/js": "catalog:",
182
189
  "@types/marked-terminal": "6.1.1",
190
+ "@types/node": "catalog:",
183
191
  "@types/yargs": "17.0.35",
184
192
  "@typescript-eslint/eslint-plugin": "8.57.0",
185
193
  "@typescript-eslint/parser": "8.57.0",
186
194
  "bun-types": "1.3.10",
187
195
  "eslint": "10.0.3",
188
- "eslint-config-prettier": "10.1.8",
189
196
  "prettier": "3.8.1",
190
- "typescript": "5.9.3",
197
+ "typescript": "catalog:",
191
198
  "typescript-eslint": "8.57.0"
192
- },
193
- "dependencies": {
194
- "@modelcontextprotocol/sdk": "1.28.0",
195
- "marked": "17.0.5",
196
- "marked-terminal": "7.3.0",
197
- "yargs": "18.0.0",
198
- "zod": "3.25.76"
199
199
  }
200
200
  }