@nxtedition/deepstream.io-client-js 24.0.12 → 24.0.13

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": "24.0.12",
3
+ "version": "24.0.13",
4
4
  "description": "the javascript client for deepstream.io",
5
5
  "homepage": "http://deepstream.io",
6
6
  "bugs": {
@@ -153,8 +153,6 @@ class Record {
153
153
  if (this._state < C.RECORD_STATE.SERVER) {
154
154
  if (this._patching == null) {
155
155
  this._onPatching(true)
156
- } else if (path) {
157
- this._patching.splice(0)
158
156
  }
159
157
 
160
158
  if (this._patching) {
package/tsconfig.json CHANGED
@@ -9,7 +9,6 @@
9
9
  "esModuleInterop": true,
10
10
  "skipLibCheck": true,
11
11
  "forceConsistentCasingInFileNames": true,
12
- "moduleResolution": "node",
13
12
  "noImplicitAny": false,
14
13
  "resolveJsonModule": true,
15
14
  "useUnknownInCatchVariables": false,