quickvo-player 0.2.1 → 0.2.2

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quickvo-player",
3
3
  "description": "基于web-codecs解码flv视频流并输出帧数据。",
4
- "version": "0.2.1",
4
+ "version": "0.2.2",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -19,7 +19,7 @@
19
19
  "build": "tsc && vite build"
20
20
  },
21
21
  "dependencies": {
22
- "pr-player": "^0.2.9",
22
+ "pr-player": "^0.2.10",
23
23
  "pr-ws": "^0.3.3",
24
24
  "protobufjs": "^7.5.4"
25
25
  },