Fix/id params (#1414)

* watch config.json for changes when just building frontend

* fix version for data consistency

* clone param ids so not recursively stringified; add global type for stringified instances

* ensure only most recent data source grabbed to fix issue with service auto update on marketplace switch

* use take instead of shallow cloning data
This commit is contained in:
Lucy C
2022-05-10 12:20:32 -06:00
committed by GitHub
parent cc6cbbfb07
commit 8cf000198f
4 changed files with 22 additions and 3 deletions

View File

@@ -610,7 +610,7 @@ export module Mock {
}
} = {
bitcoind: {
'0.19.2': {
'0.19.0': {
icon: BTC_ICON,
license: 'licenseUrl',
instructions: 'instructionsUrl',