mirror of https://github.com/OpenVidu/openvidu.git
parent
8e29562aca
commit
7539424dbc
File diff suppressed because it is too large
Load Diff
|
@ -43,5 +43,5 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"types": "lib/index.d.ts",
|
||||
"version": "2.4.0"
|
||||
"version": "2.5.0"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
|
@ -13,7 +12,7 @@
|
|||
<packaging>jar</packaging>
|
||||
|
||||
<name>OpenVidu Server</name>
|
||||
<version>2.4.0</version>
|
||||
<version>2.5.0</version>
|
||||
<description>OpenVidu Server</description>
|
||||
<url>https://github.com/OpenVidu/openvidu</url>
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -14,7 +14,7 @@
|
|||
"@angular/router": "6.0.9",
|
||||
"core-js": "^2.5.7",
|
||||
"hammerjs": "2.0.8",
|
||||
"openvidu-browser": "2.4.0",
|
||||
"openvidu-browser": "2.5.0",
|
||||
"rxjs": "6.2.1",
|
||||
"zone.js": "0.8.26"
|
||||
},
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
<app-root>
|
||||
<mat-spinner></mat-spinner>
|
||||
</app-root>
|
||||
<script type="text/javascript" src="runtime.a66f828dca56eeb90e02.js"></script><script type="text/javascript" src="polyfills.3582350dd6075fd34141.js"></script><script type="text/javascript" src="main.a7de0bb357964fcc90fc.js"></script></body>
|
||||
<script type="text/javascript" src="runtime.a66f828dca56eeb90e02.js"></script><script type="text/javascript" src="polyfills.3582350dd6075fd34141.js"></script><script type="text/javascript" src="main.82d8bfb172cca6191e54.js"></script></body>
|
||||
|
||||
</html>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -15,7 +15,7 @@
|
|||
"colormap": "2.3.0",
|
||||
"core-js": "2.5.7",
|
||||
"hammerjs": "2.0.8",
|
||||
"openvidu-browser": "2.4.0",
|
||||
"openvidu-browser": "2.5.0",
|
||||
"openvidu-node-client": "2.4.0",
|
||||
"rxjs": "6.3.3",
|
||||
"zone.js": "0.8.26"
|
||||
|
@ -44,5 +44,5 @@
|
|||
"start": "ng serve",
|
||||
"test": "ng test"
|
||||
},
|
||||
"version": "2.4.0"
|
||||
"version": "2.5.0"
|
||||
}
|
Loading…
Reference in New Issue