Skip to content

Commit

Permalink
Update to JS 1.15.13 to fix Chrome 124 compatibility breakage (#49)
Browse files Browse the repository at this point in the history
* Update to JS 1.15.13 to fix Chrome 124 compatibility breakage

* build
  • Loading branch information
davidzhao authored Mar 28, 2024
1 parent 1d14fa3 commit 8718d5b
Show file tree
Hide file tree
Showing 5 changed files with 775 additions and 769 deletions.
6 changes: 3 additions & 3 deletions Bridge~/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/livekit-unity",
"version": "1.5.0",
"version": "1.5.1",
"description": "LiveKit Unity Bridge for WebGL",
"main": "./dist/index.js",
"source": "./src/index.ts",
Expand All @@ -18,9 +18,9 @@
"buildunity": "npx webpack"
},
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"livekit-client": "^1.13.2",
"livekit-client": "^1.15.13",
"typed-emitter": "^2.1.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8718d5b

Please sign in to comment.