@nxtedition/deepstream.io-client-js 31.2.9 → 31.2.10

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.
@@ -0,0 +1,9 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(npm run test:types:*)"
5
+ ],
6
+ "deny": [],
7
+ "ask": []
8
+ }
9
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/deepstream.io-client-js",
3
- "version": "31.2.9",
3
+ "version": "31.2.10",
4
4
  "description": "the javascript client for deepstream.io",
5
5
  "homepage": "http://deepstream.io",
6
6
  "type": "module",
@@ -20,7 +20,7 @@ export default class RecordHandler<Records = Record<string, unknown>> {
20
20
  JSON: {
21
21
  EMPTY: EmptyObject
22
22
  EMPTY_OBJ: EmptyObject
23
- EMPTY_ARR: Readonly<unknown[]>
23
+ EMPTY_ARR: []
24
24
  }
25
25
 
26
26
  connected: boolean