@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.cjs.js
CHANGED
|
@@ -7058,7 +7058,7 @@ class ApiClient {
|
|
|
7058
7058
|
const headers = {
|
|
7059
7059
|
Authorization: this.apiConfig.token,
|
|
7060
7060
|
'stream-auth-type': 'jwt',
|
|
7061
|
-
'X-Stream-Client': 'stream-node-' + "0.7.
|
|
7061
|
+
'X-Stream-Client': 'stream-node-' + "0.7.24",
|
|
7062
7062
|
'Accept-Encoding': 'gzip',
|
|
7063
7063
|
'x-client-request-id': clientRequestId,
|
|
7064
7064
|
};
|