mobbdev 1.4.48 → 1.4.49

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": "mobbdev",
3
- "version": "1.4.48",
3
+ "version": "1.4.49",
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",
@@ -11,7 +11,9 @@
11
11
  "postinstall": "node ./src/post_install/cx_install.mjs",
12
12
  "build": "tsc && tsup-node --env.NODE_ENV production",
13
13
  "build:dev": "tsup-node --env.NODE_ENV development",
14
- "increment-version": "./src/scripts/increment-version.sh",
14
+ "build:binary": "node ./scripts/build_binary.mjs",
15
+ "build:binary:all": "node ./scripts/build_binary.mjs --all",
16
+ "increment-version": "./scripts/increment-version.sh",
15
17
  "test:unit:mcp": "vitest run __tests__/mcp/",
16
18
  "test:unit:mcp:ci": "vitest run --bail=1 __tests__/mcp/",
17
19
  "test:mcp:watch": "vitest watch __tests__/mcp/",
@@ -44,6 +46,7 @@
44
46
  "debug:mcp": "pnpm run build && node dist/index.mjs mcp --debug",
45
47
  "generate": "pnpm run env -- graphql-codegen -r dotenv/config --config client_codegen.ts",
46
48
  "test:e2e": "cd ./__e2e__ && npm i && npm run test",
49
+ "test:binary": "cd ./__e2e__ && npm i && npm run test:binary",
47
50
  "test:e2e:mcp": "pnpm run build && cd ./__e2e__ && npm i && npm run test:mcp",
48
51
  "test:e2e:mcp:ci": "pnpm run build && cd ./__e2e__ && npm i && npm run test:mcp"
49
52
  },
@@ -82,8 +85,8 @@
82
85
  "https-proxy-agent": "7.0.6",
83
86
  "ignore": "7.0.5",
84
87
  "inquirer": "9.3.8",
85
- "istextorbinary": "9.5.0",
86
88
  "isomorphic-ws": "5.0.0",
89
+ "istextorbinary": "9.5.0",
87
90
  "jsonc-parser": "3.3.1",
88
91
  "libsodium-wrappers": "0.7.15",
89
92
  "multimatch": "7.0.0",
@@ -138,6 +141,7 @@
138
141
  "@vitest/coverage-v8": "3.2.4",
139
142
  "@vitest/ui": "3.2.4",
140
143
  "dotenv-cli": "10.0.0",
144
+ "postject": "1.0.0-alpha.6",
141
145
  "eslint": "8.57.0",
142
146
  "eslint-plugin-graphql": "4.0.0",
143
147
  "eslint-plugin-import": "2.32.0",