@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.cjs.js CHANGED
@@ -7363,7 +7363,7 @@ class ApiClient {
7363
7363
  const headers = {
7364
7364
  Authorization: this.apiConfig.token,
7365
7365
  'stream-auth-type': 'jwt',
7366
- 'X-Stream-Client': 'stream-node-' + "0.7.39",
7366
+ 'X-Stream-Client': 'stream-node-' + "0.7.40",
7367
7367
  'Accept-Encoding': 'gzip',
7368
7368
  'x-client-request-id': clientRequestId,
7369
7369
  };