@nxtedition/deepstream.io-client-js 23.4.39 → 23.4.40

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": "23.4.39",
3
+ "version": "23.4.40",
4
4
  "description": "the javascript client for deepstream.io",
5
5
  "homepage": "http://deepstream.io",
6
6
  "bugs": {
@@ -127,9 +127,6 @@ class Record {
127
127
  }
128
128
 
129
129
  if (!this._version) {
130
- if (!this._patches) {
131
- this._handler._onPending(this)
132
- }
133
130
  this._patches = path && this._patches ? this._patches : []
134
131
  this._patches.push(path, cloneDeep(data))
135
132
  }