Skip to content

Commit 7bd6e20

Browse files
committed
Revert "chore: update pubsub interface to run subsystem tests (#113)"
This reverts commit baa7d67.
1 parent 04d8898 commit 7bd6e20

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [windows-latest, ubuntu-latest, macos-latest]
25-
node: [14, 16]
25+
node: [14, 15]
2626
fail-fast: true
2727
steps:
2828
- uses: actions/checkout@v2

package.json

+10-11
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,27 @@
4444
"homepage": "https://github.com/libp2p/js-libp2p-floodsub#readme",
4545
"devDependencies": {
4646
"@types/debug": "^4.1.5",
47-
"aegir": "^33.2.0",
47+
"aegir": "^33.0.0",
4848
"benchmark": "^2.1.4",
4949
"buffer": "^6.0.3",
5050
"chai": "^4.3.4",
51-
"ipfs-utils": "^8.1.0",
51+
"ipfs-utils": "^6.0.6",
5252
"it-pair": "^1.0.0",
53-
"libp2p": "^0.31.6",
54-
"libp2p-mplex": "^0.10.3",
55-
"libp2p-noise": "^3.0.0",
56-
"libp2p-websockets": "^0.15.7",
53+
"libp2p": "^0.30.0",
54+
"libp2p-mplex": "^0.10.1",
55+
"libp2p-noise": "^2.0.1",
56+
"libp2p-websockets": "^0.15.5",
5757
"multiaddr": "^9.0.1",
5858
"os": "^0.1.1",
5959
"p-wait-for": "^3.1.0",
60-
"peer-id": "^0.14.8",
61-
"sinon": "^11.1.1",
62-
"util": "^0.12.3"
60+
"peer-id": "^0.14.2",
61+
"sinon": "^10.0.0"
6362
},
6463
"dependencies": {
6564
"debug": "^4.2.0",
66-
"libp2p-interfaces": "^0.11.0",
65+
"libp2p-interfaces": "^0.10.0",
6766
"time-cache": "^0.3.0",
68-
"uint8arrays": "^2.1.5"
67+
"uint8arrays": "^2.1.4"
6968
},
7069
"contributors": [
7170
"David Dias <daviddias.p@gmail.com>",

0 commit comments

Comments
 (0)