@neovate/code 0.12.7 → 0.14.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovate/code",
3
- "version": "0.12.7",
3
+ "version": "0.14.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -22,7 +22,8 @@
22
22
  "build:dts": "npm run build:type && api-extractor run --local --verbose",
23
23
  "build:browser": "pnpm --filter @neovate/browser build",
24
24
  "build:post": "bun scripts/post-build.ts",
25
- "build": "rm -rf dist dist-dts && npm run build:cli && npm run build:index && npm run build:dts && npm run build:post",
25
+ "build:mcps": "bun scripts/bundleMcps.ts",
26
+ "build": "rm -rf dist dist-dts && npm run build:cli && npm run build:index && npm run build:dts && npm run build:mcps && npm run build:post",
26
27
  "ci": "npm run typecheck && npm run biome:format && npm run test",
27
28
  "extension:build": "pnpm --filter neovate-assistant build",
28
29
  "extension:dev": "pnpm --filter neovate-assistant dev",
@@ -98,6 +99,7 @@
98
99
  "chalk": "^5.5.0",
99
100
  "chardet": "^2.1.0",
100
101
  "chokidar": "^4.0.3",
102
+ "chrome-devtools-mcp": "^0.6.1",
101
103
  "clipboardy": "^4.0.0",
102
104
  "date-fns": "^4.1.0",
103
105
  "debug": "^4.4.1",