yjz-web-sdk 1.0.9-beta.4 → 1.0.9-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/yjz-web-sdk.js
CHANGED
|
@@ -5769,7 +5769,7 @@ function useRemoteVideo(videoContainer, remoteVideoElement, audioElement, videoA
|
|
|
5769
5769
|
return;
|
|
5770
5770
|
worker.value = new Worker(new URL(
|
|
5771
5771
|
/* @vite-ignore */
|
|
5772
|
-
"/
|
|
5772
|
+
"/worker/worker.js",
|
|
5773
5773
|
import.meta.url
|
|
5774
5774
|
), {
|
|
5775
5775
|
type: "module"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yjz-web-sdk",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.9-beta.
|
|
4
|
+
"version": "1.0.9-beta.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "针对于亚矩阵项目的云手机投屏和屏幕控制",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -35,12 +35,13 @@
|
|
|
35
35
|
"@libmedia/avcodec": "1.0.1",
|
|
36
36
|
"@libmedia/avformat": "1.0.1",
|
|
37
37
|
"@libmedia/avnetwork": "1.0.1",
|
|
38
|
-
"@libmedia/avutil": "1.0.1",
|
|
39
38
|
"@libmedia/avrender": "1.0.1",
|
|
39
|
+
"@libmedia/avutil": "1.0.1",
|
|
40
40
|
"@libmedia/cheap": "~1.0.2",
|
|
41
41
|
"@libmedia/common": "~2.0.1",
|
|
42
42
|
"element-plus": "^2.10.5",
|
|
43
43
|
"eventemitter3": "^5.0.1",
|
|
44
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
44
45
|
"terser": "^5.39.0",
|
|
45
46
|
"vue": "^3.5.13",
|
|
46
47
|
"webrtc-adapter": "^9.0.1"
|
|
File without changes
|