Skip to content

Commit

Permalink
added new connection tests (#1402)
Browse files Browse the repository at this point in the history
Co-authored-by: lukasIO <mail@lukasseiler.de>
  • Loading branch information
davidzhao and lukasIO authored Feb 13, 2025
1 parent a879f55 commit 12b0fd1
Show file tree
Hide file tree
Showing 10 changed files with 532 additions and 211 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-poems-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'livekit-client': patch
---

added new connection tests
2 changes: 1 addition & 1 deletion .size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ module.exports = [
{
path: 'dist/livekit-client.umd.js',
import: '{ Room }',
limit: '100 kB',
limit: '120 kB',
},
];
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
"repository": "git@github.com:livekit/client-sdk-js.git",
"author": "David Zhao <david@davidzhao.com>",
"author": "LiveKit <hello@livekit.io>",
"license": "Apache-2.0",
"scripts": {
"build": "rollup --config --bundleConfigAsCjs && rollup --config rollup.config.worker.js --bundleConfigAsCjs && pnpm downlevel-dts",
Expand All @@ -57,28 +57,28 @@
"@livekit/mutex": "1.1.1",
"@livekit/protocol": "1.33.0",
"events": "^3.3.0",
"loglevel": "^1.8.0",
"sdp-transform": "^2.14.1",
"loglevel": "^1.9.2",
"sdp-transform": "^2.15.0",
"ts-debounce": "^4.0.0",
"tslib": "2.8.1",
"typed-emitter": "^2.1.0",
"webrtc-adapter": "^9.0.0"
"webrtc-adapter": "^9.0.1"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@bufbuild/protoc-gen-es": "^1.3.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@changesets/cli": "2.27.11",
"@livekit/changesets-changelog-github": "^0.0.4",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-terser": "^0.4.0",
"@size-limit/file": "^8.2.4",
"@size-limit/webpack": "^8.2.4",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/events": "^3.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@size-limit/file": "^8.2.6",
"@size-limit/webpack": "^8.2.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/events": "^3.0.3",
"@types/sdp-transform": "2.4.9",
"@types/ua-parser-js": "0.7.39",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand All @@ -87,20 +87,20 @@
"eslint": "8.57.1",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ecmascript-compat": "^3.0.0",
"eslint-plugin-ecmascript-compat": "^3.2.1",
"eslint-plugin-import": "2.31.0",
"gh-pages": "6.3.0",
"happy-dom": "^15.7.4",
"prettier": "^3.0.0",
"happy-dom": "^15.10.2",
"prettier": "^3.4.2",
"rollup": "4.29.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-typescript2": "0.36.0",
"size-limit": "^8.2.4",
"size-limit": "^8.2.6",
"typedoc": "0.27.6",
"typedoc-plugin-no-inherit": "1.4.0",
"typescript": "5.7.2",
"vite": "5.4.12",
"vitest": "^1.0.0"
"vitest": "^1.6.0"
},
"packageManager": "pnpm@9.15.3"
}
Loading

0 comments on commit 12b0fd1

Please sign in to comment.