@stream-io/node-sdk 0.7.23 → 0.7.24
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
|
@@ -7039,7 +7039,7 @@ class ApiClient {
|
|
|
7039
7039
|
const headers = {
|
|
7040
7040
|
Authorization: this.apiConfig.token,
|
|
7041
7041
|
'stream-auth-type': 'jwt',
|
|
7042
|
-
'X-Stream-Client': 'stream-node-' + "0.7.
|
|
7042
|
+
'X-Stream-Client': 'stream-node-' + "0.7.24",
|
|
7043
7043
|
'Accept-Encoding': 'gzip',
|
|
7044
7044
|
'x-client-request-id': clientRequestId,
|
|
7045
7045
|
};
|