@stream-io/node-sdk 0.7.45 → 0.7.46

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
@@ -7639,7 +7639,7 @@ class ApiClient {
7639
7639
  const headers = {
7640
7640
  Authorization: this.apiConfig.token,
7641
7641
  'stream-auth-type': 'jwt',
7642
- 'X-Stream-Client': 'stream-node-' + "0.7.45",
7642
+ 'X-Stream-Client': 'stream-node-' + "0.7.46",
7643
7643
  'Accept-Encoding': 'gzip',
7644
7644
  'x-client-request-id': clientRequestId,
7645
7645
  };