@nxtedition/deepstream.io-client-js 23.1.13 → 23.1.14

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.1.13",
3
+ "version": "23.1.14",
4
4
  "description": "the javascript client for deepstream.io",
5
5
  "homepage": "http://deepstream.io",
6
6
  "bugs": {
@@ -278,6 +278,8 @@ class Record {
278
278
 
279
279
  connection.sendMsg(C.TOPIC.RECORD, C.ACTIONS.UPDATE, update)
280
280
 
281
+ this._version = nextVersion
282
+
281
283
  this._updating ??= new Map()
282
284
  this._updating.set(nextVersion, update)
283
285
  this._handler._stats.updating += 1