@stream-io/node-sdk 0.7.11 → 0.7.12

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
@@ -6670,7 +6670,7 @@ class ApiClient {
6670
6670
  const headers = {
6671
6671
  Authorization: this.apiConfig.token,
6672
6672
  'stream-auth-type': 'jwt',
6673
- 'X-Stream-Client': 'stream-node-' + "0.7.11",
6673
+ 'X-Stream-Client': 'stream-node-' + "0.7.12",
6674
6674
  'Accept-Encoding': 'gzip',
6675
6675
  'x-client-request-id': clientRequestId,
6676
6676
  };