@metamask-institutional/configuration-client
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -6,2 +6,15 @@ # Change Log | ||
## [1.0.5](https://github.com/consensys-vertical-apps/metamask-institutional/compare/configuration-client-v1.0.4...configuration-client-v1.0.5) (2023-04-20) | ||
### Bug Fixes | ||
* **check null values:** checking null values in signedMEssage and transaction ([#233](https://github.com/consensys-vertical-apps/metamask-institutional/issues/233)) ([3e21fb9](https://github.com/consensys-vertical-apps/metamask-institutional/commit/3e21fb95f764a9ffe6aea1e459737f7cf62408f7)) | ||
## [1.0.4](https://github.com/consensys-vertical-apps/metamask-institutional/compare/configuration-client-v1.0.3...configuration-client-v1.0.4) (2023-02-02) | ||
### Bug Fixes | ||
- **configurationclient:** fixing changelog generator ([#100](https://github.com/consensys-vertical-apps/metamask-institutional/issues/100)) ([d3e4b3f](https://github.com/consensys-vertical-apps/metamask-institutional/commit/d3e4b3f0fd3cedf82186bf5d470719c653c19548)) | ||
## [1.0.4](https://github.com/consensys-vertical-apps/metamask-institutional/compare/@metamask-institutional/configuration-client@0.1.8...@metamask-institutional/configuration-client@1.0.4) (2023-02-02) | ||
@@ -8,0 +21,0 @@ |
@@ -17,3 +17,3 @@ "use strict"; | ||
catch (e) { | ||
console.error(`Error fetching MMI configuration`); | ||
console.log(`Error fetching MMI configuration`); | ||
throw new Error(e); | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name": "@metamask-institutional/configuration-client", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A Typescript library responsible for maintaining a cache of MMI Portfolio related data in local storage.", | ||
@@ -30,3 +30,3 @@ "author": "Albert Olive <albertolivecorbella@gmail.com>", | ||
}, | ||
"gitHead": "3fd651f60441a42333c1ab10d6f63eed610df3d0", | ||
"gitHead": "17315b93181a41cbf4bfd082f221bd23c3a92132", | ||
"devDependencies": { | ||
@@ -33,0 +33,0 @@ "jest-fetch-mock": "^3.0.3" |
{ | ||
"name": "@metamask-institutional/configuration-client", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A Typescript library responsible for maintaining a cache of MMI Portfolio related data in local storage.", | ||
@@ -30,3 +30,3 @@ "author": "Albert Olive <albertolivecorbella@gmail.com>", | ||
}, | ||
"gitHead": "3fd651f60441a42333c1ab10d6f63eed610df3d0", | ||
"gitHead": "17315b93181a41cbf4bfd082f221bd23c3a92132", | ||
"devDependencies": { | ||
@@ -33,0 +33,0 @@ "jest-fetch-mock": "^3.0.3" |
@@ -16,3 +16,3 @@ import { MMI_CONFIGURATION_API_URL } from "./constants"; | ||
} catch (e) { | ||
console.error(`Error fetching MMI configuration`); | ||
console.log(`Error fetching MMI configuration`); | ||
throw new Error(e); | ||
@@ -19,0 +19,0 @@ } |
Sorry, the diff of this file is not supported yet
27328