@stream-io/node-sdk 0.6.5 → 0.6.6
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
|
@@ -6574,7 +6574,7 @@ class ApiClient {
|
|
|
6574
6574
|
const headers = {
|
|
6575
6575
|
Authorization: this.apiConfig.token,
|
|
6576
6576
|
'stream-auth-type': 'jwt',
|
|
6577
|
-
'X-Stream-Client': 'stream-node-' + "0.6.
|
|
6577
|
+
'X-Stream-Client': 'stream-node-' + "0.6.6",
|
|
6578
6578
|
'Accept-Encoding': 'gzip',
|
|
6579
6579
|
'x-client-request-id': clientRequestId,
|
|
6580
6580
|
};
|