@stream-io/node-sdk 0.4.16 → 0.4.17
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 +1 -1
- package/dist/index.es.mjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -157,7 +157,7 @@ class BaseApi {
|
|
|
157
157
|
Authorization: this.apiConfig.token,
|
|
158
158
|
'stream-auth-type': 'jwt',
|
|
159
159
|
'Content-Type': 'application/json',
|
|
160
|
-
'X-Stream-Client': 'stream-node-' + "0.4.
|
|
160
|
+
'X-Stream-Client': 'stream-node-' + "0.4.17",
|
|
161
161
|
'Accept-Encoding': 'gzip',
|
|
162
162
|
'x-client-request-id': clientRequestId,
|
|
163
163
|
};
|
package/dist/index.es.mjs
CHANGED
|
@@ -138,7 +138,7 @@ class BaseApi {
|
|
|
138
138
|
Authorization: this.apiConfig.token,
|
|
139
139
|
'stream-auth-type': 'jwt',
|
|
140
140
|
'Content-Type': 'application/json',
|
|
141
|
-
'X-Stream-Client': 'stream-node-' + "0.4.
|
|
141
|
+
'X-Stream-Client': 'stream-node-' + "0.4.17",
|
|
142
142
|
'Accept-Encoding': 'gzip',
|
|
143
143
|
'x-client-request-id': clientRequestId,
|
|
144
144
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/node-sdk",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.17",
|
|
4
4
|
"description": "",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@openapitools/openapi-generator-cli": "^2.7.0",
|
|
50
50
|
"@rollup/plugin-replace": "^5.0.2",
|
|
51
51
|
"@rollup/plugin-typescript": "^11.1.4",
|
|
52
|
-
"@stream-io/openai-realtime-api": "
|
|
52
|
+
"@stream-io/openai-realtime-api": "~0.1.0",
|
|
53
53
|
"@types/uuid": "^9.0.4",
|
|
54
54
|
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
|
55
55
|
"dotenv": "^16.3.1",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"uuid": "^9.0.1"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"@stream-io/openai-realtime-api": "
|
|
79
|
+
"@stream-io/openai-realtime-api": "~0.1.0"
|
|
80
80
|
},
|
|
81
81
|
"peerDependenciesMeta": {
|
|
82
82
|
"@stream-io/openai-realtime-api": {
|