mirror of https://github.com/OpenVidu/openvidu.git
parent
9c40b4e59c
commit
cf49bf8fff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "openvidu-browser",
|
"name": "openvidu-browser",
|
||||||
"version": "2.7.0",
|
"version": "2.8.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -43,5 +43,5 @@
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
"version": "2.7.0"
|
"version": "2.8.0"
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -12,7 +12,7 @@
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>OpenVidu Server</name>
|
<name>OpenVidu Server</name>
|
||||||
<version>2.7.0</version>
|
<version>2.8.0</version>
|
||||||
<description>OpenVidu Server</description>
|
<description>OpenVidu Server</description>
|
||||||
<url>https://github.com/OpenVidu/openvidu</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -15,7 +15,7 @@
|
||||||
"core-js": "2.6.2",
|
"core-js": "2.6.2",
|
||||||
"hammerjs": "2.0.8",
|
"hammerjs": "2.0.8",
|
||||||
"jquery": "3.3.1",
|
"jquery": "3.3.1",
|
||||||
"openvidu-browser": "2.7.0",
|
"openvidu-browser": "2.8.0",
|
||||||
"rxjs": "6.3.3",
|
"rxjs": "6.3.3",
|
||||||
"zone.js": "0.8.28"
|
"zone.js": "0.8.28"
|
||||||
},
|
},
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"colormap": "2.3.0",
|
"colormap": "2.3.0",
|
||||||
"core-js": "2.6.2",
|
"core-js": "2.6.2",
|
||||||
"hammerjs": "2.0.8",
|
"hammerjs": "2.0.8",
|
||||||
"openvidu-browser": "2.7.0",
|
"openvidu-browser": "2.8.0",
|
||||||
"openvidu-node-client": "2.8.0",
|
"openvidu-node-client": "2.8.0",
|
||||||
"rxjs": "6.3.3",
|
"rxjs": "6.3.3",
|
||||||
"zone.js": "0.8.28"
|
"zone.js": "0.8.28"
|
||||||
|
@ -44,5 +44,5 @@
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"test": "ng test"
|
"test": "ng test"
|
||||||
},
|
},
|
||||||
"version": "2.7.0"
|
"version": "2.8.0"
|
||||||
}
|
}
|
Loading…
Reference in New Issue