@stream-io/node-sdk 0.7.24 → 0.7.25

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.24",
7061
+ 'X-Stream-Client': 'stream-node-' + "0.7.25",
7062
7062
  'Accept-Encoding': 'gzip',
7063
7063
  'x-client-request-id': clientRequestId,
7064
7064
  };
package/dist/index.es.mjs CHANGED
@@ -7039,7 +7039,7 @@ class ApiClient {
7039
7039
  const headers = {
7040
7040
  Authorization: this.apiConfig.token,
7041
7041
  'stream-auth-type': 'jwt',
7042
- 'X-Stream-Client': 'stream-node-' + "0.7.24",
7042
+ 'X-Stream-Client': 'stream-node-' + "0.7.25",
7043
7043
  'Accept-Encoding': 'gzip',
7044
7044
  'x-client-request-id': clientRequestId,
7045
7045
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/node-sdk",
3
- "version": "0.7.24",
3
+ "version": "0.7.25",
4
4
  "description": "",
5
5
  "exports": {
6
6
  ".": {
@@ -72,7 +72,7 @@
72
72
  "dependencies": {
73
73
  "@types/jsonwebtoken": "^9.0.3",
74
74
  "@types/node": "^18.3.0",
75
- "jsonwebtoken": "^9.0.2",
75
+ "jsonwebtoken": "^9.0.3",
76
76
  "uuid": "^9.0.1"
77
77
  },
78
78
  "peerDependencies": {