mobbdev 0.0.174 → 0.0.175

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 (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -6674,7 +6674,7 @@ import { v4 as uuidv4 } from "uuid";
6674
6674
  // src/features/analysis/graphql/subscribe.ts
6675
6675
  import { createClient } from "graphql-ws";
6676
6676
  import WebSocket from "ws";
6677
- var SUBSCRIPTION_TIMEOUT_MS = 10 * 60 * 1e3;
6677
+ var SUBSCRIPTION_TIMEOUT_MS = 30 * 60 * 1e3;
6678
6678
  function createWSClient(options) {
6679
6679
  return createClient({
6680
6680
  url: options.url,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "0.0.174",
3
+ "version": "0.0.175",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "git+https://github.com/mobb-dev/bugsy.git",
6
6
  "main": "dist/index.js",