Skip to content

Commit c9e7af4

Browse files
committed
fix: enum used from this dependency
1 parent c9a72f3 commit c9e7af4

File tree

2 files changed

+73
-11
lines changed

2 files changed

+73
-11
lines changed

package-lock.json

+72-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
},
7676
"dependencies": {
7777
"@chainsafe/libp2p-gossipsub": "^6.1.0",
78+
"@libp2p/interface-pubsub": "^3.0.7",
7879
"@noble/hashes": "^1.3.0",
7980
"@waku/interfaces": "0.0.11",
8081
"@waku/proto": "0.0.4",
@@ -92,7 +93,6 @@
9293
"@libp2p/interface-libp2p": "^1.1.2",
9394
"@libp2p/interface-peer-id": "^2.0.1",
9495
"@libp2p/interface-peer-store": "^1.2.8",
95-
"@libp2p/interface-pubsub": "^3.0.6",
9696
"@libp2p/interface-registrar": "^2.0.8",
9797
"@multiformats/multiaddr": "^12.0.0",
9898
"@rollup/plugin-commonjs": "^24.0.1",

0 commit comments

Comments
 (0)