-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(custody-keyring): get the bitgo api url from configuration api * fix(custody-keyrings): use config api isManualTokenInputSupported * chore(custodykeyring): improving logic * chore(custody-keyring): improve code * chore(github): remove support for node 16 * fix(tests): fix tests * chore(property value): this default value should be false, since it only exists in dev config * refactor(mmi_configuration): checks for the api url first before assigning it * chore(configuration): updates config * fix(remove file): removes file --------- Co-authored-by: Shane Terence Odlum <[email protected]> Co-authored-by: Antonio Regadas <[email protected]>
- Loading branch information
1 parent
3efcf66
commit 2e869d1
Showing
6 changed files
with
1,079 additions
and
1,565 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,9 +49,9 @@ | |
"jest-coverage-badges": "^1.1.2", | ||
"jest-junit": "^15.0.0", | ||
"jest-sonar-reporter": "^2.0.0", | ||
"lerna": "^6.6.1", | ||
"lerna": "^8.1.7", | ||
"lint-staged": "^13.1.2", | ||
"nx": "^19.4.0", | ||
"nx": "^19.5.4", | ||
"prettier": "^2.8.7", | ||
"rimraf": "^4.4.1", | ||
"ts-jest": "^29.0.5", | ||
|
@@ -73,5 +73,6 @@ | |
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.