Skip to content

Commit 94bf10e

Browse files
authored
build: update sdk, bump version for release (#458)
1 parent c4b0c8d commit 94bf10e

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.114-alpha.1",
2+
"version": "0.3.114",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
@@ -86,7 +86,7 @@
8686
"typescript": "^4.4.4"
8787
},
8888
"dependencies": {
89-
"@100mslive/hms-video-store": "0.2.86-alpha.8",
89+
"@100mslive/hms-video-store": "0.2.86",
9090
"@material-ui/core": "^4.11.3",
9191
"@twind/aspect-ratio": "^0.1.4",
9292
"autoprefixer": "^9.8.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
# yarn lockfile v1
33

44

5-
"@100mslive/hms-video-store@0.2.86-alpha.8":
6-
version "0.2.86-alpha.8"
7-
resolved "https://registry.yarnpkg.com/@100mslive/hms-video-store/-/hms-video-store-0.2.86-alpha.8.tgz#cb1409a87b17628c5b80b55c2ffedfdb454a5ab8"
8-
integrity sha512-1x26lDJ5jepz0oY2tTe3yDIDyMCWskiuppPfEEvRe4xCG5Jm2FKw7nDNN+RLr32af2pih2qx+QJKVtKPQT3hMQ==
5+
"@100mslive/hms-video-store@0.2.86":
6+
version "0.2.86"
7+
resolved "https://registry.yarnpkg.com/@100mslive/hms-video-store/-/hms-video-store-0.2.86.tgz#0b0b579a7a21eaf57dfcf630eb8d9a55bbbda67a"
8+
integrity sha512-N2KYQ/C6CQ+OvkdLj1g/GU01dbbRC4BQWlo7Nk+In1OqNSnWMLv9uqaI0j6/JHd1vFNANea6BQGebAmfQ4Fh7w==
99
dependencies:
10-
"@100mslive/hms-video" "0.1.40-alpha.4"
10+
"@100mslive/hms-video" "0.1.40"
1111
eventemitter2 "^6.4.5"
1212
immer "^9.0.6"
1313
reselect "4.0.0"
1414
zustand "3.5.7"
1515

16-
"@100mslive/hms-video@0.1.40-alpha.4":
17-
version "0.1.40-alpha.4"
18-
resolved "https://registry.yarnpkg.com/@100mslive/hms-video/-/hms-video-0.1.40-alpha.4.tgz#d2e6e7613b8ed7a70fd08077b81278171191b12b"
19-
integrity sha512-2zoGO2PgpgYcYHgtuOoxnqww+w+H3/ZEuW+v2spV43VhVgm+fBj8JSa7Bmxo/Py/IrmYDw4CHUNJ8zmqrSaxxA==
16+
"@100mslive/hms-video@0.1.40":
17+
version "0.1.40"
18+
resolved "https://registry.yarnpkg.com/@100mslive/hms-video/-/hms-video-0.1.40.tgz#24049616e6276d6f7d1f43f8f7c2a9c86b165dc5"
19+
integrity sha512-t7O/V/BDxpyYMgBdxjoBIWQQxOTpPPbtavfjLyttH3+KBm9SHGN/+3U1nCD2OhRw62qmogPxUa+VrAAGROkZSA==
2020
dependencies:
2121
eventemitter2 "^6.4.5"
2222
sdp-transform "^2.14.1"

0 commit comments

Comments
 (0)