@stream-io/node-sdk 0.7.10 → 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.cjs.js CHANGED
@@ -6689,7 +6689,7 @@ class ApiClient {
6689
6689
  const headers = {
6690
6690
  Authorization: this.apiConfig.token,
6691
6691
  'stream-auth-type': 'jwt',
6692
- 'X-Stream-Client': 'stream-node-' + "0.7.10",
6692
+ 'X-Stream-Client': 'stream-node-' + "0.7.12",
6693
6693
  'Accept-Encoding': 'gzip',
6694
6694
  'x-client-request-id': clientRequestId,
6695
6695
  };