Skip to content

Commit

Permalink
Update to version v2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed Dec 22, 2022
1 parent d30dac8 commit 0ad4bd9
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 94 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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>

<groupId>io.openvidu</groupId>
<artifactId>classroom-demo</artifactId>
<version>2.24.0</version>
<version>2.25.0</version>
<packaging>war</packaging>

<name>classroom-demo</name>
Expand Down
80 changes: 25 additions & 55 deletions src/angular/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 32 additions & 32 deletions src/angular/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"author": "pabloFuente",
"author": "pabloFuente",
"dependencies": {
"@angular/animations": "15.0.0",
"@angular/cdk": "15.0.0",
"@angular/common": "15.0.0",
"@angular/compiler": "15.0.0",
"@angular/core": "15.0.0",
"@angular/flex-layout": "14.0.0-beta.41",
"@angular/forms": "15.0.0",
"@angular/material": "15.0.0",
"@angular/platform-browser": "15.0.0",
"@angular/platform-browser-dynamic": "15.0.0",
"@angular/router": "15.0.0",
"openvidu-browser": "2.25.0",
"rxjs": "7.5.7",
"@angular/animations": "15.0.0",
"@angular/cdk": "15.0.0",
"@angular/common": "15.0.0",
"@angular/compiler": "15.0.0",
"@angular/core": "15.0.0",
"@angular/flex-layout": "14.0.0-beta.41",
"@angular/forms": "15.0.0",
"@angular/material": "15.0.0",
"@angular/platform-browser": "15.0.0",
"@angular/platform-browser-dynamic": "15.0.0",
"@angular/router": "15.0.0",
"openvidu-browser": "2.25.0",
"rxjs": "7.5.7",
"zone.js": "0.12.0"
},
},
"devDependencies": {
"@angular-devkit/build-angular": "15.0.0",
"@angular/cli": "15.0.0",
"@angular/compiler-cli": "15.0.0",
"@types/jasmine": "4.3.0",
"@types/node": "18.11.9",
"tslint": "6.1.3",
"@angular-devkit/build-angular": "15.0.0",
"@angular/cli": "15.0.0",
"@angular/compiler-cli": "15.0.0",
"@types/jasmine": "4.3.0",
"@types/node": "18.11.9",
"tslint": "6.1.3",
"typescript": "4.8.4"
},
"license": "Apache-2.0",
"name": "openvidu-classroom-demo",
"private": true,
},
"license": "Apache-2.0",
"name": "openvidu-classroom-demo",
"private": true,
"scripts": {
"build": "ng build",
"e2e": "ng e2e",
"lint": "ng lint",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"e2e": "ng e2e",
"lint": "ng lint",
"ng": "ng",
"start": "ng serve",
"test": "ng test"
},
"version": "2.24.0"
},
"version": "2.25.0"
}
2 changes: 1 addition & 1 deletion src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="cssload-tube-tunnel"></div>
</div>
</app-root>
<script src="runtime.e3864b43a80e91c5.js" type="module"></script><script src="polyfills.ea272c99c632678f.js" type="module"></script><script src="main.6ba47170b5e4475c.js" type="module"></script>
<script src="runtime.efa95a765bce1e36.js" type="module"></script><script src="polyfills.ea272c99c632678f.js" type="module"></script><script src="main.c9aeb137a706a852.js" type="module"></script>


</body></html>
1 change: 0 additions & 1 deletion src/main/resources/static/main.6ba47170b5e4475c.js

This file was deleted.

1 change: 1 addition & 0 deletions src/main/resources/static/main.c9aeb137a706a852.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/main/resources/static/runtime.e3864b43a80e91c5.js

This file was deleted.

1 change: 1 addition & 0 deletions src/main/resources/static/runtime.efa95a765bce1e36.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ad4bd9

Please sign in to comment.