@libp2p/interfaces
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@libp2p/interfaces", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Interfaces for JS Libp2p", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -147,3 +147,2 @@ interface-transport | ||
```Javascript | ||
const AbortController = require('abort-controller') | ||
const { AbortError } = require('libp2p-interfaces/src/transport/errors') | ||
@@ -150,0 +149,0 @@ const controller = new AbortController() |
1277312