mobbdev 1.0.201 → 1.0.203

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.0.201",
3
+ "version": "1.0.203",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "git+https://github.com/mobb-dev/bugsy.git",
6
6
  "main": "dist/index.mjs",
@@ -25,7 +25,7 @@
25
25
  "test:integration:mcp:ci": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run --bail=1 --sequence.concurrent=false false __tests__/integration.mcp.test.ts",
26
26
  "test:integration:watch": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest watch run __tests__/integration.test.ts",
27
27
  "test": "pnpm run test:unit && pnpm run test:integration",
28
- "test:ci": "pnpm run test:unit:ci && pnpm run test:integration:ci",
28
+ "test:ci": "pnpm run test:unit:ci -- --coverage && pnpm run test:integration:ci -- --coverage",
29
29
  "test:ado": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run ado.test",
30
30
  "test:github": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run github.test",
31
31
  "test:gitlab": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run gitlab.test",
@@ -122,7 +122,7 @@
122
122
  "@types/yargs": "17.0.33",
123
123
  "@typescript-eslint/eslint-plugin": "7.17.0",
124
124
  "@typescript-eslint/parser": "7.17.0",
125
- "@vitest/coverage-istanbul": "3.2.4",
125
+ "@vitest/coverage-v8": "3.2.4",
126
126
  "@vitest/ui": "3.2.4",
127
127
  "eslint": "8.57.0",
128
128
  "eslint-plugin-graphql": "4.0.0",