build: replace circular-json with flatted

Fixes #2
This commit is contained in:
Karl-Philipp Wulfert
2019-02-14 13:20:36 +01:00
parent f26153d970
commit 2b54af6c7e
3 changed files with 387 additions and 441 deletions

View File

@@ -12,7 +12,7 @@
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import {stringify} from 'circular-json';
import {stringify} from 'flatted';
import {Transport, TransportWithVerification} from './Transport';
/**