-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* generate versions * clean install
- Loading branch information
Edoardo Gallo
authored
Aug 13, 2021
1 parent
bdbdc63
commit d0f396a
Showing
13 changed files
with
68 additions
and
55 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.
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.0.0", | ||
"version": "3.1.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.0.0", | ||
"version": "3.1.0", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"unpkg": "dist/index.umd.js", | ||
|
@@ -41,8 +41,8 @@ | |
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@signalwire/core": "3.0.0", | ||
"@signalwire/webrtc": "3.0.0" | ||
"@signalwire/core": "3.1.0", | ||
"@signalwire/webrtc": "3.1.0" | ||
}, | ||
"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
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.0.0", | ||
"version": "3.1.0", | ||
"main": "dist/cjs/webrtc/src/index.js", | ||
"module": "dist/mjs/webrtc/src/index.js", | ||
"files": [ | ||
|
@@ -39,7 +39,7 @@ | |
"docs:watch": "npm run docs -- --watch" | ||
}, | ||
"dependencies": { | ||
"@signalwire/core": "3.0.0" | ||
"@signalwire/core": "3.1.0" | ||
}, | ||
"types": "dist/cjs/webrtc/src/index.d.ts" | ||
} |