Bump common (#500)

* Bump common

* CHANGELOG

* Direct rxjs import
This commit is contained in:
Jaco
2021-07-07 10:26:09 +03:00
committed by GitHub
parent ad59098b70
commit 99ea536891
17 changed files with 350 additions and 138 deletions
+2 -1
View File
@@ -5,8 +5,9 @@ import type { SingleAddress } from '../observable/types';
import type { KeyringStruct } from '../types';
import type { KeyringOptionInstance, KeyringOptions, KeyringSectionOption, KeyringSectionOptions } from './types';
import { BehaviorSubject } from 'rxjs';
import { assert } from '@polkadot/util';
import { BehaviorSubject } from '@polkadot/x-rxjs';
import { obervableAll } from '../observable';