@stream-io/node-sdk 0.7.32 → 0.7.34

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
@@ -7084,7 +7084,7 @@ class ApiClient {
7084
7084
  const headers = {
7085
7085
  Authorization: this.apiConfig.token,
7086
7086
  'stream-auth-type': 'jwt',
7087
- 'X-Stream-Client': 'stream-node-' + "0.7.32",
7087
+ 'X-Stream-Client': 'stream-node-' + "0.7.34",
7088
7088
  'Accept-Encoding': 'gzip',
7089
7089
  'x-client-request-id': clientRequestId,
7090
7090
  };