@stream-io/node-sdk 0.7.39 → 0.7.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/dist/index.es.mjs CHANGED
@@ -7344,7 +7344,7 @@ class ApiClient {
7344
7344
  const headers = {
7345
7345
  Authorization: this.apiConfig.token,
7346
7346
  'stream-auth-type': 'jwt',
7347
- 'X-Stream-Client': 'stream-node-' + "0.7.39",
7347
+ 'X-Stream-Client': 'stream-node-' + "0.7.40",
7348
7348
  'Accept-Encoding': 'gzip',
7349
7349
  'x-client-request-id': clientRequestId,
7350
7350
  };