mobbdev 0.0.174 → 0.0.176
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/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2545,7 +2545,7 @@ See more details about safe and unsafe HTML attributes:
|
|
|
2545
2545
|
content: () => "Which HTML escaping library would you like to use?",
|
|
2546
2546
|
description: () => `
|
|
2547
2547
|
- If you use the Spring framework, you likely already have \`org.springframework.web.util.HtmlUtils\`
|
|
2548
|
-
- Another
|
|
2548
|
+
- Another option is \`org.apache.commons.text.StringEscapeUtils\``,
|
|
2549
2549
|
guidance: () => ""
|
|
2550
2550
|
}
|
|
2551
2551
|
};
|
|
@@ -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 =
|
|
6677
|
+
var SUBSCRIPTION_TIMEOUT_MS = 30 * 60 * 1e3;
|
|
6678
6678
|
function createWSClient(options) {
|
|
6679
6679
|
return createClient({
|
|
6680
6680
|
url: options.url,
|