-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* consume changeset * Generate versions * lock update
- Loading branch information
Edoardo Gallo
authored
Jul 7, 2023
1 parent
ab89d74
commit 1a7dbb7
Showing
21 changed files
with
99 additions
and
57 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "Shared code for the SignalWire JS SDK", | ||
"author": "SignalWire Team <[email protected]>", | ||
"license": "MIT", | ||
"version": "3.16.0", | ||
"version": "3.17.0", | ||
"main": "dist/index.node.js", | ||
"module": "dist/index.esm.js", | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "SignalWire JS SDK", | ||
"author": "SignalWire Team <[email protected]>", | ||
"license": "MIT", | ||
"version": "3.21.0", | ||
"version": "3.22.0", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"unpkg": "dist/index.umd.js", | ||
|
@@ -39,8 +39,8 @@ | |
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@signalwire/core": "3.16.0", | ||
"@signalwire/webrtc": "3.7.0", | ||
"@signalwire/core": "3.17.0", | ||
"@signalwire/webrtc": "3.8.0", | ||
"jwt-decode": "^3.1.2" | ||
}, | ||
"types": "dist/js/src/index.d.ts" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "SignalWire RealTime SDK for Node.js", | ||
"author": "SignalWire Team <[email protected]>", | ||
"license": "MIT", | ||
"version": "3.9.1", | ||
"version": "3.9.2", | ||
"main": "dist/index.node.js", | ||
"exports": { | ||
"require": "./dist/index.node.js", | ||
|
@@ -37,7 +37,7 @@ | |
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@signalwire/core": "3.16.0", | ||
"@signalwire/core": "3.17.0", | ||
"ws": "^8.13.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "SignalWire WebRTC library", | ||
"author": "SignalWire Team <[email protected]>", | ||
"license": "MIT", | ||
"version": "3.7.0", | ||
"version": "3.8.0", | ||
"main": "dist/cjs/webrtc/src/index.js", | ||
"module": "dist/mjs/webrtc/src/index.js", | ||
"files": [ | ||
|
@@ -37,7 +37,7 @@ | |
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@signalwire/core": "3.16.0", | ||
"@signalwire/core": "3.17.0", | ||
"sdp": "^3.2.0" | ||
}, | ||
"types": "dist/cjs/webrtc/src/index.d.ts" | ||
|