Bundle adjust (#504)

* Bundle adjust

* Bumps
This commit is contained in:
Jaco
2021-07-09 18:19:48 +03:00
committed by GitHub
parent 3803286251
commit 0cd16ee2d7
14 changed files with 184 additions and 171 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/networks": "^6.11.2-14",
"@polkadot/util": "^6.11.2-14",
"@polkadot/networks": "^6.11.2-15",
"@polkadot/util": "^6.11.2-15",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+1
View File
@@ -4,6 +4,7 @@
import { Settings, settings } from './Settings';
export { ENDPOINT_DEFAULT, ICON_DEFAULT, ICON_DEFAULT_HOST, LANGUAGE_DEFAULT, LOCKING_DEFAULT, PREFIX_DEFAULT, UIMODE_DEFAULT, UITHEME_DEFAULT } from './defaults';
export { chains } from './defaults/chains';
export { packageInfo } from './packageInfo';
export { settings, Settings };