@nxtedition/deepstream.io-client-js 31.2.11 → 31.2.12

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": "@nxtedition/deepstream.io-client-js",
3
- "version": "31.2.11",
3
+ "version": "31.2.12",
4
4
  "description": "the javascript client for deepstream.io",
5
5
  "homepage": "http://deepstream.io",
6
6
  "type": "module",
@@ -282,7 +282,7 @@ class RecordHandler {
282
282
  // TODO (perf): Slow implementation...
283
283
 
284
284
  const signal = opts?.signal
285
- const timeout = opts?.timeout
285
+ const timeout = opts?.timeout ?? 60e3
286
286
 
287
287
  let disposers
288
288
  try {
@@ -1,9 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(npm run test:types:*)"
5
- ],
6
- "deny": [],
7
- "ask": []
8
- }
9
- }