@metamask-institutional/configuration-client
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.1.7](https://github.com/consensys-vertical-apps/metamask-institutional/compare/@metamask-institutional/configuration-client@0.1.6...@metamask-institutional/configuration-client@0.1.7) (2023-01-27) | ||
**Note:** Version bump only for package @metamask-institutional/configuration-client | ||
## [0.1.6](https://github.com/consensys-vertical-apps/metamask-institutional/compare/@metamask-institutional/configuration-client@0.1.5...@metamask-institutional/configuration-client@0.1.6) (2023-01-26) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@metamask-institutional/configuration-client", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"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": "ef6b7d235f616aa6906c7587c32991940ad29c4c", | ||
"gitHead": "3805ed320cb4986721b609dcd6ab7cd3f16665b2", | ||
"devDependencies": { | ||
@@ -33,0 +33,0 @@ "jest-fetch-mock": "^3.0.3" |
{ | ||
"name": "@metamask-institutional/configuration-client", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"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": "ef6b7d235f616aa6906c7587c32991940ad29c4c", | ||
"gitHead": "3805ed320cb4986721b609dcd6ab7cd3f16665b2", | ||
"devDependencies": { | ||
@@ -33,0 +33,0 @@ "jest-fetch-mock": "^3.0.3" |
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"rootDir": "./src", | ||
"outDir": "./dist", | ||
"baseUrl": ".", | ||
"sourceMap": true, | ||
"resolveJsonModule": true, | ||
"composite": true, | ||
"allowJs": false, | ||
"declaration": true, | ||
"declarationMap": true, | ||
"allowSyntheticDefaultImports": true | ||
}, | ||
"paths": {}, | ||
"references": [], | ||
"include": [ | ||
"src/**/*" | ||
], | ||
"exclude": [ | ||
"node_modules", | ||
"dist" | ||
] | ||
} | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"rootDir": "./src", | ||
"outDir": "./dist", | ||
"baseUrl": ".", | ||
"sourceMap": true, | ||
"resolveJsonModule": true, | ||
"composite": true, | ||
"allowJs": false, | ||
"declaration": true, | ||
"declarationMap": true, | ||
"allowSyntheticDefaultImports": true | ||
}, | ||
"paths": {}, | ||
"references": [], | ||
"include": ["src/**/*"], | ||
"exclude": ["node_modules", "dist"] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23211
317