@nxtedition/deepstream.io-client-js 26.0.21 → 26.0.22

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": "26.0.21",
3
+ "version": "26.0.22",
4
4
  "description": "the javascript client for deepstream.io",
5
5
  "homepage": "http://deepstream.io",
6
6
  "type": "module",
@@ -159,7 +159,7 @@ Connection.prototype._sendAuthParams = function () {
159
159
  this._setState(C.CONNECTION_STATE.AUTHENTICATING)
160
160
  const authMessage = messageBuilder.getMsg(C.TOPIC.AUTH, C.ACTIONS.REQUEST, [
161
161
  this._authParams,
162
- '26.0.0',
162
+ '26.0.22',
163
163
  utils.isNode
164
164
  ? `Node/${process.version}`
165
165
  : globalThis.navigator && globalThis.navigator.userAgent,