@stream-io/node-sdk 0.7.32 → 0.7.33

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/README.md CHANGED
@@ -35,5 +35,5 @@ This repo contains the Node server-side SDK developed by the team and Stream com
35
35
 
36
36
  - How can I submit a sample app?
37
37
  - Apps submissions are always welcomed! 🥳 Open a pr with a proper description and we'll review it as soon as possible
38
- - Spot a bug 🕷 ?
38
+ - Spot a bug 🕷?
39
39
  - We welcome code changes that improve the apps or fix a problem. Please make sure to follow all best practices and add tests if applicable before submitting a Pull Request on Github.
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.32",
7106
+ 'X-Stream-Client': 'stream-node-' + "0.7.33",
7107
7107
  'Accept-Encoding': 'gzip',
7108
7108
  'x-client-request-id': clientRequestId,
7109
7109
  };
package/dist/index.es.mjs CHANGED
@@ -7084,7 +7084,7 @@ class ApiClient {
7084
7084
  const headers = {
7085
7085
  Authorization: this.apiConfig.token,
7086
7086
  'stream-auth-type': 'jwt',
7087
- 'X-Stream-Client': 'stream-node-' + "0.7.32",
7087
+ 'X-Stream-Client': 'stream-node-' + "0.7.33",
7088
7088
  'Accept-Encoding': 'gzip',
7089
7089
  'x-client-request-id': clientRequestId,
7090
7090
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/node-sdk",
3
- "version": "0.7.32",
3
+ "version": "0.7.33",
4
4
  "description": "",
5
5
  "exports": {
6
6
  ".": {