Release 0.15.0 (#1334)

c-lightning-REST to clnrest migration.
This commit is contained in:
ShahanaFarooqui 2023-12-05 20:32:05 -08:00 committed by GitHub
parent d083be1196
commit 475b47b7ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
160 changed files with 5377 additions and 4750 deletions

View file

@ -1,6 +1,6 @@
{
"name": "rtl",
"version": "0.14.1-beta",
"version": "0.15.0-beta",
"license": "MIT",
"type": "module",
"scripts": {
@ -21,9 +21,9 @@
},
"private": true,
"dependencies": {
"@ngrx/effects": "^16.3.0",
"@ngrx/store": "^16.3.0",
"@swimlane/ngx-charts": "^20.4.1",
"@ngrx/effects": "^17.0.0",
"@ngrx/store": "^17.0.0",
"@swimlane/ngx-charts": "^20.5.0",
"angular-user-idle": "^4.0.0",
"atob": "^2.1.2",
"cookie-parser": "^1.4.6",
@ -34,63 +34,64 @@
"hocon-parser": "^1.0.1",
"ini": "^4.1.1",
"jsonwebtoken": "^9.0.2",
"ng-qrcode": "^16.0.0",
"ng-qrcode": "^17.0.0",
"ngx-perfect-scrollbar-next": "^10.1.1",
"otplib": "^12.0.1",
"pdfmake": "^0.2.7",
"pdfmake": "^0.2.8",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"rxjs": "~7.8.0",
"rxjs": "^7.8.1",
"sha256": "^0.2.0",
"socket.io-client": "^4.7.2",
"stream-browserify": "^3.0.0",
"tslib": "^2.3.0",
"tslib": "^2.6.2",
"ws": "^8.14.2",
"zone.js": "~0.13.0"
"zone.js": "^0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.5",
"@angular-eslint/builder": "^16.2.0",
"@angular-eslint/eslint-plugin": "^16.2.0",
"@angular-eslint/eslint-plugin-template": "^16.2.0",
"@angular-eslint/schematics": "^16.2.0",
"@angular-eslint/template-parser": "^16.2.0",
"@angular/animations": "^16.2.0",
"@angular/cdk": "^16.2.7",
"@angular/cli": "^16.2.5",
"@angular/compiler-cli": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular-devkit/build-angular": "^17.0.3",
"@angular-eslint/builder": "^17.1.0",
"@angular-eslint/eslint-plugin": "^17.1.0",
"@angular-eslint/eslint-plugin-template": "^17.1.0",
"@angular-eslint/schematics": "^17.1.0",
"@angular-eslint/template-parser": "^17.1.0",
"@angular/animations": "^17.0.4",
"@angular/cdk": "^17.0.1",
"@angular/cli": "^17.0.3",
"@angular/common": "^17.0.4",
"@angular/compiler": "^17.0.4",
"@angular/compiler-cli": "^17.0.4",
"@angular/core": "^17.0.4",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^16.2.0",
"@angular/material": "^16.2.7",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@angular/forms": "^17.0.4",
"@angular/material": "^17.0.1",
"@angular/platform-browser": "^17.0.4",
"@angular/platform-browser-dynamic": "^17.0.4",
"@angular/router": "^17.0.4",
"@fortawesome/angular-fontawesome": "^0.14.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@ngrx/store-devtools": "^16.3.0",
"@types/jasmine": "~4.3.0",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@ngrx/store-devtools": "^17.0.0",
"@types/jasmine": "^5.1.4",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"dotenv": "^16.3.1",
"eslint": "^8.50.0",
"eslint": "^8.53.0",
"eslint-plugin-deprecation": "^2.0.0",
"jasmine-core": "~4.6.0",
"jasmine-core": "^5.1.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"material-icons": "^1.13.12",
"nodemon": "^3.0.1",
"protractor": "^7.0.0",
"roboto-fontface": "^0.10.0",
"ts-node": "^10.9.1",
"typescript": "~5.1.3"
"typescript": "~5.2.2"
}
}