diff --git a/package-lock.json b/package-lock.json index ecd63cadf..dae3ede48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "dependencies": { "@airgap-community/iso-rootstock": "1.0.0", "@airgap/aeternity": "0.13.20", - "@airgap/angular-core": "0.0.42-beta.2", - "@airgap/angular-ngrx": "0.0.42-beta.2", + "@airgap/angular-core": "0.0.42", + "@airgap/angular-ngrx": "0.0.42", "@airgap/astar": "0.13.20", "@airgap/beacon-sdk": "3.1.5-beta.0", "@airgap/bitcoin": "0.13.20", @@ -206,9 +206,9 @@ } }, "node_modules/@airgap/angular-core": { - "version": "0.0.42-beta.2", - "resolved": "https://registry.npmjs.org/@airgap/angular-core/-/angular-core-0.0.42-beta.2.tgz", - "integrity": "sha512-di0yalK1sXJ/gjxrfjcynnrOqNrQht4Y+TABUngUHYt6DRLECsPIv8BuAOZcT/QB1KhYsfWOe4ZSAyXQObMWug==", + "version": "0.0.42", + "resolved": "https://registry.npmjs.org/@airgap/angular-core/-/angular-core-0.0.42.tgz", + "integrity": "sha512-JKaVotRywvtEGENR/oVcEfWTQnGrrn163Kgz6CAeibOJw6/RNdkBD6suxlxCvz7ne+dMPd9su2kI5OhFKVq3Wg==", "dependencies": { "tslib": "^2.3.0" }, @@ -274,14 +274,14 @@ } }, "node_modules/@airgap/angular-ngrx": { - "version": "0.0.42-beta.2", - "resolved": "https://registry.npmjs.org/@airgap/angular-ngrx/-/angular-ngrx-0.0.42-beta.2.tgz", - "integrity": "sha512-Asm42hB3B4ER/TTir/Qb+GRtVUsDgKVw0VL0NkH/cse0ZaEpZmwcnahgSCOq3ycvGRa6bO8bNnyULnoqh/WF1g==", + "version": "0.0.42", + "resolved": "https://registry.npmjs.org/@airgap/angular-ngrx/-/angular-ngrx-0.0.42.tgz", + "integrity": "sha512-89KsCtmWdzgwARouRN9mPiJShbPXLg5f6HPOzoeMXCzP+e5k3B0RurspPYpjgz4S52O/k7I1YaAyMMqRNq0NIQ==", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@airgap/angular-core": "^0.0.41", + "@airgap/angular-core": "^0.0.42", "@airgap/coinlib-core": "^0.13.20", "@angular/common": "^16.1.0", "@angular/core": "^16.1.0", @@ -25137,17 +25137,17 @@ } }, "@airgap/angular-core": { - "version": "0.0.42-beta.2", - "resolved": "https://registry.npmjs.org/@airgap/angular-core/-/angular-core-0.0.42-beta.2.tgz", - "integrity": "sha512-di0yalK1sXJ/gjxrfjcynnrOqNrQht4Y+TABUngUHYt6DRLECsPIv8BuAOZcT/QB1KhYsfWOe4ZSAyXQObMWug==", + "version": "0.0.42", + "resolved": "https://registry.npmjs.org/@airgap/angular-core/-/angular-core-0.0.42.tgz", + "integrity": "sha512-JKaVotRywvtEGENR/oVcEfWTQnGrrn163Kgz6CAeibOJw6/RNdkBD6suxlxCvz7ne+dMPd9su2kI5OhFKVq3Wg==", "requires": { "tslib": "^2.3.0" } }, "@airgap/angular-ngrx": { - "version": "0.0.42-beta.2", - "resolved": "https://registry.npmjs.org/@airgap/angular-ngrx/-/angular-ngrx-0.0.42-beta.2.tgz", - "integrity": "sha512-Asm42hB3B4ER/TTir/Qb+GRtVUsDgKVw0VL0NkH/cse0ZaEpZmwcnahgSCOq3ycvGRa6bO8bNnyULnoqh/WF1g==", + "version": "0.0.42", + "resolved": "https://registry.npmjs.org/@airgap/angular-ngrx/-/angular-ngrx-0.0.42.tgz", + "integrity": "sha512-89KsCtmWdzgwARouRN9mPiJShbPXLg5f6HPOzoeMXCzP+e5k3B0RurspPYpjgz4S52O/k7I1YaAyMMqRNq0NIQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index e3b510610..65a779aa0 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,8 @@ }, "dependencies": { "@airgap/aeternity": "0.13.20", - "@airgap/angular-core": "0.0.42-beta.2", - "@airgap/angular-ngrx": "0.0.42-beta.2", + "@airgap/angular-core": "0.0.42", + "@airgap/angular-ngrx": "0.0.42", "@airgap/astar": "0.13.20", "@airgap/beacon-sdk": "3.1.5-beta.0", "@airgap/bitcoin": "0.13.20",