@nxtedition/deepstream.io-client-js 31.1.1 → 31.2.0

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": "31.1.1",
3
+ "version": "31.2.0",
4
4
  "description": "the javascript client for deepstream.io",
5
5
  "homepage": "http://deepstream.io",
6
6
  "type": "module",
@@ -524,6 +524,8 @@ class Record {
524
524
  arr[n + 0](this, arr[n + 1])
525
525
  }
526
526
 
527
+ this._handler._client.emit('recordUpdated', this)
528
+
527
529
  this._emitting = false
528
530
  }
529
531
  }