@stream-io/node-sdk 0.3.0 → 0.3.1

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
@@ -26,7 +26,7 @@ Stream provides UI components and state handling that make it easy to build vide
26
26
 
27
27
  Stream is free for most side and hobby projects. To qualify, your project/company needs to have < 5 team members and < $10k in monthly revenue. Makers get $100 in monthly credit for video for free.
28
28
 
29
- ## Repo Overview 😎
29
+ ## 😎 Repo Overview 😎
30
30
 
31
31
  This repo contains the Node server-side SDK developed by the team and Stream community. For a feature overview please visit our [roadmap](https://github.com/GetStream/protocol/discussions/177).
32
32
 
package/dist/index.cjs.js CHANGED
@@ -9235,7 +9235,7 @@ class StreamClient {
9235
9235
  ? 'https://chat.stream-io-api.com'
9236
9236
  : 'https://video.stream-io-api.com'),
9237
9237
  headers: {
9238
- 'X-Stream-Client': 'stream-node-' + "0.3.0",
9238
+ 'X-Stream-Client': 'stream-node-' + "0.3.1",
9239
9239
  },
9240
9240
  middleware: [
9241
9241
  {
package/dist/index.es.js CHANGED
@@ -9233,7 +9233,7 @@ class StreamClient {
9233
9233
  ? 'https://chat.stream-io-api.com'
9234
9234
  : 'https://video.stream-io-api.com'),
9235
9235
  headers: {
9236
- 'X-Stream-Client': 'stream-node-' + "0.3.0",
9236
+ 'X-Stream-Client': 'stream-node-' + "0.3.1",
9237
9237
  },
9238
9238
  middleware: [
9239
9239
  {
package/package.json CHANGED
@@ -1,7 +1,14 @@
1
1
  {
2
2
  "name": "@stream-io/node-sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "",
5
+ "exports": {
6
+ ".": {
7
+ "import": "./dist/index.es.js",
8
+ "require": "./dist/index.cjs.js",
9
+ "types": "./dist/index.d.ts"
10
+ }
11
+ },
5
12
  "main": "dist/index.cjs.js",
6
13
  "module": "dist/index.es.js",
7
14
  "types": "dist/index.d.ts",