@stream-io/node-sdk 0.7.31 → 0.7.32
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
|
@@ -7103,7 +7103,7 @@ class ApiClient {
|
|
|
7103
7103
|
const headers = {
|
|
7104
7104
|
Authorization: this.apiConfig.token,
|
|
7105
7105
|
'stream-auth-type': 'jwt',
|
|
7106
|
-
'X-Stream-Client': 'stream-node-' + "0.7.
|
|
7106
|
+
'X-Stream-Client': 'stream-node-' + "0.7.32",
|
|
7107
7107
|
'Accept-Encoding': 'gzip',
|
|
7108
7108
|
'x-client-request-id': clientRequestId,
|
|
7109
7109
|
};
|