Skip to content

Commit

Permalink
97 add rtsp monitoring package (#99)
Browse files Browse the repository at this point in the history
* Update frontend dependencies

* Add RTSP package

* Update RTSP package method name to uppercase

* Update AppVersionHelper.cs to version 0.5.0

* Add support for http options request

* Only animate status count in statistics view

* Fix duration by criticality calculation when no status is written for a long period of time

* Improve exception handling and dispose tcp socket and rtsp client

* Fix date in statistic bar charts

* Rename UriExtensions
  • Loading branch information
hchris1 committed Apr 20, 2024
1 parent 48d0c0d commit 8c3e7ae
Show file tree
Hide file tree
Showing 34 changed files with 10,024 additions and 5,882 deletions.
38 changes: 19 additions & 19 deletions angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,55 +13,55 @@
"fix": "gts fix"
},
"dependencies": {
"@angular/animations": "^17.3.4",
"@angular/cdk": "^17.3.4",
"@angular/common": "^17.3.4",
"@angular/compiler": "^17.3.4",
"@angular/core": "^17.3.4",
"@angular/forms": "^17.3.4",
"@angular/platform-browser": "^17.3.4",
"@angular/platform-browser-dynamic": "^17.3.4",
"@angular/router": "^17.3.4",
"@angular/service-worker": "^17.3.4",
"@angular/animations": "^17.3.5",
"@angular/cdk": "^17.3.5",
"@angular/common": "^17.3.5",
"@angular/compiler": "^17.3.5",
"@angular/core": "^17.3.5",
"@angular/forms": "^17.3.5",
"@angular/platform-browser": "^17.3.5",
"@angular/platform-browser-dynamic": "^17.3.5",
"@angular/router": "^17.3.5",
"@angular/service-worker": "^17.3.5",
"@fortawesome/fontawesome-free": "^6.5.2",
"@microsoft/signalr": "8.0.0",
"abp-ng2-module": "10.0.0",
"abp-web-resources": "^5.9.1",
"admin-lte-css-only": "^3.2.0",
"apexcharts": "^3.48.0",
"core-js": "^3.36.1",
"core-js": "^3.37.0",
"famfamfam-flags": "^1.0.0",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"ng-apexcharts": "^1.9.0",
"ng-apexcharts": "^1.10.0",
"ngx-bootstrap": "^12.0.0",
"ngx-pagination": "^6.0.3",
"ngx-toastr": "18.0.0",
"push.js": "1.0.12",
"rxjs": "^7.8.1",
"sweetalert2": "^11.10.7",
"sweetalert2": "^11.10.8",
"ts-helpers": "^1.1.2",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.4",
"@angular-devkit/build-angular": "^17.3.5",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "^17.3.4",
"@angular/compiler-cli": "^17.3.4",
"@angular/cli": "^17.3.5",
"@angular/compiler-cli": "^17.3.5",
"@angularclass/hmr": "^3.0.0",
"@types/jasmine": "~5.1.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.0",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-promise": "^6.1.1",
"gts": "^5.3.0",
"jasmine-core": "~5.1.2",
Expand Down
Loading

0 comments on commit 8c3e7ae

Please sign in to comment.