Bump dev (w/ some node:test adjustments) (#743)

* Bump dev (w/ some node:test adjustments)

* Adjust EventEmitter import

* 3.1.3
This commit is contained in:
Jaco
2023-03-25 12:57:09 +02:00
committed by GitHub
parent bbf77d7b84
commit 2c5db364ba
11 changed files with 56 additions and 42 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
import type { Endpoint, EndpointType, Option, SettingsStruct } from './types.js';
import EventEmitter from 'eventemitter3';
import { EventEmitter } from 'eventemitter3';
import store from 'store';
import { hasProcess, isUndefined } from '@polkadot/util';