Skip to content

Commit

Permalink
[01-10-2024] Bump SDK version 1.4.1 (#548)
Browse files Browse the repository at this point in the history
* Bump JS SDK version 1.4.1

* version mismatch fix

* remove semicolon
  • Loading branch information
iAmmar7 authored Oct 1, 2024
1 parent a2c7cc0 commit 3eca40f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions packages/js/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ import Verto from './src/Verto'
import { setAgentName } from '../common/src/messages/blade/Connect'
import CantinaAuth from '../common/src/webrtc/CantinaAuth'

export const VERSION = '1.4.0'
export const VERSION = '1.4.1'
setAgentName(`JavaScript SDK/${VERSION}`)

export {
Relay,
Verto,
CantinaAuth
}
export { Relay, Verto, CantinaAuth }

export * from '../common/src/util/interfaces'
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalwire/js",
"version": "1.4.0",
"version": "1.4.1",
"description": "Relay SDK for JavaScript to connect to SignalWire.",
"author": "SignalWire Team <[email protected]>",
"main": "dist/index.min.js",
Expand Down
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"avoid-escape"
],
"semicolon": [
true,
false,
"never"
],
"whitespace": [
Expand Down

0 comments on commit 3eca40f

Please sign in to comment.