sceyt-call 1.2.3 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -327,4 +327,4 @@ import type {
327
327
 
328
328
  ## License
329
329
 
330
- See the [LICENSE](LICENSE.txt) file for details.
330
+ See the [LICENSE](https://github.com/sceyt/sceyt-call-js-sdk/blob/HEAD/LICENSE.txt) file for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sceyt-call",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "JavaScript Call SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -25,5 +25,6 @@
25
25
  "webrtc-adapter": "^8.2.3",
26
26
  "long": "^5.2.3",
27
27
  "sceyt-chat": "^1.6.7"
28
- }
28
+ },
29
+ "license" : "SEE LICENSE IN LICENSE.txt"
29
30
  }