@besovideo/webrtc-player 0.7.0 → 0.7.1
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/dist/main.es.js +1 -1
- package/package.json +70 -71
package/dist/main.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var mg=Object.defineProperty,xg=Object.defineProperties;var Wg=Object.getOwnPropertyDescriptors;var tI=Object.getOwnPropertySymbols;var bg=Object.prototype.hasOwnProperty,lg=Object.prototype.propertyIsEnumerable;var pI=(I,A,g)=>A in I?mg(I,A,{enumerable:!0,configurable:!0,writable:!0,value:g}):I[A]=g,W=(I,A)=>{for(var g in A||(A={}))bg.call(A,g)&&pI(I,g,A[g]);if(tI)for(var g of tI(A))lg.call(A,g)&&pI(I,g,A[g]);return I},z=(I,A)=>xg(I,Wg(A));var S=(I,A,g)=>new Promise((B,C)=>{var E=G=>{try{F(g.next(G))}catch(y){C(y)}},D=G=>{try{F(g.throw(G))}catch(y){C(y)}},F=G=>G.done?B(G.value):Promise.resolve(G.value).then(E,D);F((g=g.apply(I,A)).next())});var Zg="production",Vg="@besovideo/webrtc-player",Xg="0.7.
|
|
1
|
+
var mg=Object.defineProperty,xg=Object.defineProperties;var Wg=Object.getOwnPropertyDescriptors;var tI=Object.getOwnPropertySymbols;var bg=Object.prototype.hasOwnProperty,lg=Object.prototype.propertyIsEnumerable;var pI=(I,A,g)=>A in I?mg(I,A,{enumerable:!0,configurable:!0,writable:!0,value:g}):I[A]=g,W=(I,A)=>{for(var g in A||(A={}))bg.call(A,g)&&pI(I,g,A[g]);if(tI)for(var g of tI(A))lg.call(A,g)&&pI(I,g,A[g]);return I},z=(I,A)=>xg(I,Wg(A));var S=(I,A,g)=>new Promise((B,C)=>{var E=G=>{try{F(g.next(G))}catch(y){C(y)}},D=G=>{try{F(g.throw(G))}catch(y){C(y)}},F=G=>G.done?B(G.value):Promise.resolve(G.value).then(E,D);F((g=g.apply(I,A)).next())});var Zg="production",Vg="@besovideo/webrtc-player",Xg="0.7.1",Og="bvplayer",o={NODE_ENV:Zg,SH_LIB_NAME:Vg,SH_LIB_VERSION:Xg,PROJECT_NAMESPACE:Og};var vg=Object.defineProperty,Pg=Object.defineProperties,ug=Object.getOwnPropertyDescriptors,eI=Object.getOwnPropertySymbols,zg=Object.prototype.hasOwnProperty,Tg=Object.prototype.propertyIsEnumerable,fI=(I,A,g)=>A in I?vg(I,A,{enumerable:!0,configurable:!0,writable:!0,value:g}):I[A]=g,wA=(I,A)=>{for(var g in A||(A={}))zg.call(A,g)&&fI(I,g,A[g]);if(eI)for(var g of eI(A))Tg.call(A,g)&&fI(I,g,A[g]);return I},jg=(I,A)=>Pg(I,ug(A)),f;(function(I){I.red="#e72528",I.blue="#2a79af",I.weakBlue="#6eb6f4",I.geekblue="#85a5ff",I.gold="#ffd666",I.orange="#ffa940",I.cyan="#13c2c2",I.green="#52c41a",I.volcano="#fa541c",I.lime="#389e0d",I.pink="#eb2f96",I.purple="#722ed1",I.darkPurple="#292F4C",I.gray="#8c8c8c"})(f||(f={}));var rI=class{constructor(){this.colors=f,this.shapes={slider:new nI}}},nI=class{constructor(){}title(I=""){return aA`
|
|
2
2
|
color: ${I};
|
|
3
3
|
border-left: 3px solid ${I};
|
|
4
4
|
padding: 2px;
|
package/package.json
CHANGED
|
@@ -1,71 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@besovideo/webrtc-player",
|
|
3
|
-
"version": "0.7.
|
|
4
|
-
"description": "@besovideo/webrtc-player desc",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"types": "./dist/types/main.d.ts",
|
|
7
|
-
"main": "./dist/main.es.js",
|
|
8
|
-
"module": "./dist/main.es.js",
|
|
9
|
-
"exports": {
|
|
10
|
-
"./dist/main.es.css": "./dist/main.es.css",
|
|
11
|
-
".": {
|
|
12
|
-
"import": "./dist/main.es.js"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"files": [
|
|
16
|
-
"dist"
|
|
17
|
-
],
|
|
18
|
-
"scripts": {
|
|
19
|
-
"start": "dotenv -c development node .node/server.js",
|
|
20
|
-
"build": "npm run clean && dotenv -c production node .node/builder.js",
|
|
21
|
-
"test": "jest",
|
|
22
|
-
"lint": "eslint --max-warnings 0 . --ext .ts",
|
|
23
|
-
"clean": "shx rm -rf dist",
|
|
24
|
-
"ts-node": "ts-node"
|
|
25
|
-
},
|
|
26
|
-
"keywords": [
|
|
27
|
-
"bvwebclient",
|
|
28
|
-
"besovideo"
|
|
29
|
-
],
|
|
30
|
-
"jest": {
|
|
31
|
-
"preset": "ts-jest"
|
|
32
|
-
},
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"@shirtiny/esbuild-plugin-svg-element": "^0.0.1",
|
|
35
|
-
"@types/jest": "26.0.23",
|
|
36
|
-
"@types/node": "15.6.1",
|
|
37
|
-
"@types/w3c-image-capture": "^1.0.5",
|
|
38
|
-
"@types/wicg-file-system-access": "^2020.9.4",
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^4.27.0",
|
|
40
|
-
"@typescript-eslint/parser": "^4.27.0",
|
|
41
|
-
"autoprefixer": "^10.2.6",
|
|
42
|
-
"camelcase": "^6.2.1",
|
|
43
|
-
"chalk": "^4.1.1",
|
|
44
|
-
"dotenv-cli": "^4.0.0",
|
|
45
|
-
"esbuild": "0.12.5",
|
|
46
|
-
"esbuild-sass-plugin": "^1.4.8",
|
|
47
|
-
"eslint": "^7.28.0",
|
|
48
|
-
"eslint-config-prettier": "^8.3.0",
|
|
49
|
-
"eslint-plugin-prettier": "^3.4.0",
|
|
50
|
-
"http-proxy": "^1.18.1",
|
|
51
|
-
"jest": "^27.2.2",
|
|
52
|
-
"open": "^8.2.0",
|
|
53
|
-
"postcss": "^8.3.5",
|
|
54
|
-
"postcss-preset-env": "^6.7.0",
|
|
55
|
-
"prettier": "^2.3.0",
|
|
56
|
-
"shx": "^0.3.3",
|
|
57
|
-
"svgo": "^2.8.0",
|
|
58
|
-
"ts-jest": "^27.0.5",
|
|
59
|
-
"ts-node": "10.0.0",
|
|
60
|
-
"typescript": "^4.5.3"
|
|
61
|
-
},
|
|
62
|
-
"dependencies": {
|
|
63
|
-
"@shirtiny/logger": "^2.1.13"
|
|
64
|
-
},
|
|
65
|
-
"browserslist": [
|
|
66
|
-
"last 1 version",
|
|
67
|
-
"> 1%",
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@besovideo/webrtc-player",
|
|
3
|
+
"version": "0.7.1",
|
|
4
|
+
"description": "@besovideo/webrtc-player desc",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"types": "./dist/types/main.d.ts",
|
|
7
|
+
"main": "./dist/main.es.js",
|
|
8
|
+
"module": "./dist/main.es.js",
|
|
9
|
+
"exports": {
|
|
10
|
+
"./dist/main.es.css": "./dist/main.es.css",
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./dist/main.es.js"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
18
|
+
"scripts": {
|
|
19
|
+
"start": "dotenv -c development node .node/server.js",
|
|
20
|
+
"build": "npm run clean && dotenv -c production node .node/builder.js",
|
|
21
|
+
"test": "jest",
|
|
22
|
+
"lint": "eslint --max-warnings 0 . --ext .ts",
|
|
23
|
+
"clean": "shx rm -rf dist",
|
|
24
|
+
"ts-node": "ts-node"
|
|
25
|
+
},
|
|
26
|
+
"keywords": [
|
|
27
|
+
"bvwebclient",
|
|
28
|
+
"besovideo"
|
|
29
|
+
],
|
|
30
|
+
"jest": {
|
|
31
|
+
"preset": "ts-jest"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@shirtiny/esbuild-plugin-svg-element": "^0.0.1",
|
|
35
|
+
"@types/jest": "26.0.23",
|
|
36
|
+
"@types/node": "15.6.1",
|
|
37
|
+
"@types/w3c-image-capture": "^1.0.5",
|
|
38
|
+
"@types/wicg-file-system-access": "^2020.9.4",
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^4.27.0",
|
|
40
|
+
"@typescript-eslint/parser": "^4.27.0",
|
|
41
|
+
"autoprefixer": "^10.2.6",
|
|
42
|
+
"camelcase": "^6.2.1",
|
|
43
|
+
"chalk": "^4.1.1",
|
|
44
|
+
"dotenv-cli": "^4.0.0",
|
|
45
|
+
"esbuild": "0.12.5",
|
|
46
|
+
"esbuild-sass-plugin": "^1.4.8",
|
|
47
|
+
"eslint": "^7.28.0",
|
|
48
|
+
"eslint-config-prettier": "^8.3.0",
|
|
49
|
+
"eslint-plugin-prettier": "^3.4.0",
|
|
50
|
+
"http-proxy": "^1.18.1",
|
|
51
|
+
"jest": "^27.2.2",
|
|
52
|
+
"open": "^8.2.0",
|
|
53
|
+
"postcss": "^8.3.5",
|
|
54
|
+
"postcss-preset-env": "^6.7.0",
|
|
55
|
+
"prettier": "^2.3.0",
|
|
56
|
+
"shx": "^0.3.3",
|
|
57
|
+
"svgo": "^2.8.0",
|
|
58
|
+
"ts-jest": "^27.0.5",
|
|
59
|
+
"ts-node": "10.0.0",
|
|
60
|
+
"typescript": "^4.5.3"
|
|
61
|
+
},
|
|
62
|
+
"dependencies": {
|
|
63
|
+
"@shirtiny/logger": "^2.1.13"
|
|
64
|
+
},
|
|
65
|
+
"browserslist": [
|
|
66
|
+
"last 1 version",
|
|
67
|
+
"> 1%",
|
|
68
|
+
"not dead"
|
|
69
|
+
]
|
|
70
|
+
}
|