diff --git a/package-lock.json b/package-lock.json index 9cddd362..448c6b07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,8 @@ "@airgap-community/iso-rootstock": "1.0.0", "@airgap/acurast": "0.13.33", "@airgap/aeternity": "0.13.33", - "@airgap/angular-core": "0.0.49", - "@airgap/angular-ngrx": "0.0.49", + "@airgap/angular-core": "0.0.50-beta.0", + "@airgap/angular-ngrx": "0.0.50-beta.0", "@airgap/astar": "0.13.33", "@airgap/bitcoin": "0.13.33", "@airgap/coinlib-core": "0.13.33", @@ -156,9 +156,9 @@ } }, "node_modules/@airgap/angular-core": { - "version": "0.0.49", - "resolved": "https://registry.npmjs.org/@airgap/angular-core/-/angular-core-0.0.49.tgz", - "integrity": "sha512-eW6HnwwfmiFVuv6jElyZWLim9yCPjvgERDFzNiRYX5Qh7xCqYgErNvHn1Zi+cE+TfHtA88yyxh78Y3ljvCCRBA==", + "version": "0.0.50-beta.0", + "resolved": "https://registry.npmjs.org/@airgap/angular-core/-/angular-core-0.0.50-beta.0.tgz", + "integrity": "sha512-zWWbmVP7NL6NvaVdH1yTfQN9o1et48ojNO/3QRbrUeL1NK7XChM87kj1Prpd0Ka2PNRBIeSwJwGOoP4UozzNOQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -230,14 +230,14 @@ "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" }, "node_modules/@airgap/angular-ngrx": { - "version": "0.0.49", - "resolved": "https://registry.npmjs.org/@airgap/angular-ngrx/-/angular-ngrx-0.0.49.tgz", - "integrity": "sha512-bX1TFtZNwdV8uV16sbV29bRtf40XGqL8XF1tjM+dc61bg2JycdDuxYoq6GRkn/zkoAlFH/LM70Lu6mj2hqtTcw==", + "version": "0.0.50-beta.0", + "resolved": "https://registry.npmjs.org/@airgap/angular-ngrx/-/angular-ngrx-0.0.50-beta.0.tgz", + "integrity": "sha512-uRidIyxNcLxXPC7WbZgeJlnp3FxxHN6HLoztV7Ljt1ecAxTPr6gXJfj4aJysUdakklOeviT+U3v6StAqBrLerg==", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@airgap/angular-core": "^0.0.49", + "@airgap/angular-core": "^0.0.50-beta.0", "@airgap/coinlib-core": "^0.13.33", "@angular/common": "^16.1.0", "@angular/core": "^16.1.0", diff --git a/package.json b/package.json index ae477b2e..bf0aacae 100644 --- a/package.json +++ b/package.json @@ -59,8 +59,8 @@ "dependencies": { "@airgap/aeternity": "0.13.33", "@airgap/acurast": "0.13.33", - "@airgap/angular-core": "0.0.49", - "@airgap/angular-ngrx": "0.0.49", + "@airgap/angular-core": "0.0.50-beta.0", + "@airgap/angular-ngrx": "0.0.50-beta.0", "@airgap/astar": "0.13.33", "@airgap/bitcoin": "0.13.33", "@airgap/coinlib-core": "0.13.33", diff --git a/yarn.lock b/yarn.lock index 424bf074..8487dc5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29,17 +29,17 @@ "@airgap/serializer" "^0.13.33" "@stablelib/ed25519" "^1.0.3" -"@airgap/angular-core@0.0.49": - version "0.0.49" - resolved "https://registry.npmjs.org/@airgap/angular-core/-/angular-core-0.0.49.tgz" - integrity sha512-eW6HnwwfmiFVuv6jElyZWLim9yCPjvgERDFzNiRYX5Qh7xCqYgErNvHn1Zi+cE+TfHtA88yyxh78Y3ljvCCRBA== +"@airgap/angular-core@0.0.50-beta.0": + version "0.0.50-beta.0" + resolved "https://registry.npmjs.org/@airgap/angular-core/-/angular-core-0.0.50-beta.0.tgz" + integrity sha512-zWWbmVP7NL6NvaVdH1yTfQN9o1et48ojNO/3QRbrUeL1NK7XChM87kj1Prpd0Ka2PNRBIeSwJwGOoP4UozzNOQ== dependencies: tslib "^2.3.0" -"@airgap/angular-ngrx@0.0.49": - version "0.0.49" - resolved "https://registry.npmjs.org/@airgap/angular-ngrx/-/angular-ngrx-0.0.49.tgz" - integrity sha512-bX1TFtZNwdV8uV16sbV29bRtf40XGqL8XF1tjM+dc61bg2JycdDuxYoq6GRkn/zkoAlFH/LM70Lu6mj2hqtTcw== +"@airgap/angular-ngrx@0.0.50-beta.0": + version "0.0.50-beta.0" + resolved "https://registry.npmjs.org/@airgap/angular-ngrx/-/angular-ngrx-0.0.50-beta.0.tgz" + integrity sha512-uRidIyxNcLxXPC7WbZgeJlnp3FxxHN6HLoztV7Ljt1ecAxTPr6gXJfj4aJysUdakklOeviT+U3v6StAqBrLerg== dependencies: tslib "^2.3.0"