@stream-io/node-sdk 0.4.3 → 0.4.4
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
|
@@ -126,7 +126,7 @@ class BaseApi {
|
|
|
126
126
|
Authorization: this.apiConfig.token,
|
|
127
127
|
'stream-auth-type': 'jwt',
|
|
128
128
|
'Content-Type': 'application/json',
|
|
129
|
-
'X-Stream-Client': 'stream-node-' + "0.4.
|
|
129
|
+
'X-Stream-Client': 'stream-node-' + "0.4.4",
|
|
130
130
|
'Accept-Encoding': 'gzip',
|
|
131
131
|
'x-client-request-id': clientRequestId,
|
|
132
132
|
};
|
|
@@ -124,7 +124,7 @@ class BaseApi {
|
|
|
124
124
|
Authorization: this.apiConfig.token,
|
|
125
125
|
'stream-auth-type': 'jwt',
|
|
126
126
|
'Content-Type': 'application/json',
|
|
127
|
-
'X-Stream-Client': 'stream-node-' + "0.4.
|
|
127
|
+
'X-Stream-Client': 'stream-node-' + "0.4.4",
|
|
128
128
|
'Accept-Encoding': 'gzip',
|
|
129
129
|
'x-client-request-id': clientRequestId,
|
|
130
130
|
};
|
|
@@ -4324,4 +4324,4 @@ class StreamClient extends CommonApi {
|
|
|
4324
4324
|
StreamClient.DEFAULT_TIMEOUT = 3000;
|
|
4325
4325
|
|
|
4326
4326
|
export { OwnCapability, StreamCall, StreamChannel, StreamChatClient, StreamClient, StreamVideoClient };
|
|
4327
|
-
//# sourceMappingURL=index.es.
|
|
4327
|
+
//# sourceMappingURL=index.es.mjs.map
|