@nxtedition/deepstream.io-client-js 23.4.58 → 23.4.59

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.58",
3
+ "version": "23.4.59",
4
4
  "description": "the javascript client for deepstream.io",
5
5
  "homepage": "http://deepstream.io",
6
6
  "bugs": {
@@ -350,7 +350,7 @@ class Record {
350
350
  this._refs -= 1
351
351
  }
352
352
 
353
- this._handler._onPending(this, value)
353
+ this._handler._onPatching(this, value)
354
354
  }
355
355
 
356
356
  _onUpdating(value) {