Skip to content

Commit

Permalink
Support both livekit-client 2.0.x and 1.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Apr 6, 2024
1 parent c909b3d commit f299219
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions template-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"build": "tsc"
},
"devDependencies": {
"livekit-client": "^1.7.0",
"livekit-client": "^1.15.13 || ^2.0.10",
"prettier": "^2.8.4",
"typescript": "^5.0.0"
},
"peerDependencies": {
"livekit-client": "^1.7.0"
"livekit-client": "^1.15.13 || ^2.0.10"
}
}
22 changes: 14 additions & 8 deletions template-sdk/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f299219

Please sign in to comment.