rtsp2web 2.0.0 → 2.1.0
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/README.md +12 -6
- package/dist/rtsp2web.js +34 -6
- package/dist/rtsp2web.js.map +1 -1
- package/dist/rtsp2web.min.js +2 -2
- package/dist/rtsp2web.min.js.map +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rtsp2web",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "帮你在web页面中直接播放rtsp视频流,支持同时播放多个",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rtsp",
|
|
@@ -31,7 +31,9 @@
|
|
|
31
31
|
"reload": "pm2 reload all",
|
|
32
32
|
"preexample": "echo \"先编译生成构建产物,再使用 ",
|
|
33
33
|
"example": "npm run build && npm run delete-all & pm2 start example/index.js --name rtsp -f",
|
|
34
|
-
"prepublish": "npm run build"
|
|
34
|
+
"prepublish": "npm run build",
|
|
35
|
+
"prelog": "echo 开始打印日志",
|
|
36
|
+
"log": "pm2 log"
|
|
35
37
|
},
|
|
36
38
|
"repository": {
|
|
37
39
|
"type": "git",
|