Commit 009f419 1 parent 0b601b4 commit 009f419 Copy full SHA for 009f419
File tree 5 files changed +6466
-15
lines changed
5 files changed +6466
-15
lines changed Original file line number Diff line number Diff line change 119
119
"release" : " run-s build docs:no-publish npm:release docs" ,
120
120
"npm:release" : " aegir release" ,
121
121
"docs" : " aegir docs" ,
122
- "docs:no-publish" : " aegir docs --publish false"
122
+ "docs:no-publish" : " aegir docs --publish false" ,
123
+ "postinstall" : " patch-package && rm -rf node_modules/@chainsafe/libp2p-gossipsub/node_modules"
123
124
},
124
125
"dependencies" : {
125
126
"aegir" : " ^44.1.0" ,
126
- "npm-run-all" : " ^4.1.5"
127
+ "npm-run-all" : " ^4.1.5" ,
128
+ "patch-package" : " ^8.0.0" ,
129
+ "rimraf" : " ^6.0.1"
127
130
},
128
131
"workspaces" : [
129
132
" packages/*"
Original file line number Diff line number Diff line change 50
50
},
51
51
"dependencies" : {
52
52
"@libp2p/daemon-protocol" : " ^6.0.0" ,
53
- "@libp2p/interface" : " ^1.1.2 " ,
54
- "@libp2p/logger" : " ^4 .0.5 " ,
55
- "@libp2p/peer-id" : " ^4 .0.5 " ,
56
- "@libp2p/tcp" : " ^9 .0.13 " ,
53
+ "@libp2p/interface" : " ^2.0.0 " ,
54
+ "@libp2p/logger" : " ^5 .0.0 " ,
55
+ "@libp2p/peer-id" : " ^5 .0.0 " ,
56
+ "@libp2p/tcp" : " ^10 .0.0 " ,
57
57
"@multiformats/multiaddr" : " ^12.1.14" ,
58
58
"it-protobuf-stream" : " ^1.1.2" ,
59
59
"multiformats" : " ^13.0.1"
60
60
},
61
61
"devDependencies" : {
62
62
"@chainsafe/libp2p-gossipsub" : " ^13.0.0" ,
63
63
"@libp2p/daemon-server" : " ^7.0.0" ,
64
- "@libp2p/interface-compliance-tests" : " ^5.2 .0" ,
65
- "@libp2p/kad-dht" : " ^12 .0.5 " ,
64
+ "@libp2p/interface-compliance-tests" : " ^6.0 .0" ,
65
+ "@libp2p/kad-dht" : " ^13 .0.0 " ,
66
66
"aegir" : " ^44.1.0" ,
67
67
"it-all" : " ^3.0.4" ,
68
68
"it-pipe" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 69
69
"dep-check" : " aegir dep-check"
70
70
},
71
71
"dependencies" : {
72
- "@libp2p/interface" : " ^1.1.2 " ,
73
- "@libp2p/logger" : " ^4 .0.5 " ,
72
+ "@libp2p/interface" : " ^2.0.0 " ,
73
+ "@libp2p/logger" : " ^5 .0.0 " ,
74
74
"it-length-prefixed-stream" : " ^1.1.6" ,
75
75
"protons-runtime" : " ^5.4.0" ,
76
76
"uint8arraylist" : " ^2.4.8"
Original file line number Diff line number Diff line change 50
50
},
51
51
"dependencies" : {
52
52
"@chainsafe/libp2p-gossipsub" : " ^13.0.0" ,
53
+ "@libp2p/crypto" : " ^5.0.0" ,
53
54
"@libp2p/daemon-protocol" : " ^6.0.0" ,
54
- "@libp2p/interface" : " ^1.1.2 " ,
55
- "@libp2p/kad-dht" : " ^12 .0.5 " ,
56
- "@libp2p/logger" : " ^4 .0.5 " ,
57
- "@libp2p/peer-id" : " ^4 .0.5 " ,
58
- "@libp2p/tcp" : " ^9 .0.13 " ,
55
+ "@libp2p/interface" : " ^2.0.0 " ,
56
+ "@libp2p/kad-dht" : " ^13 .0.0 " ,
57
+ "@libp2p/logger" : " ^5 .0.0 " ,
58
+ "@libp2p/peer-id" : " ^5 .0.0 " ,
59
+ "@libp2p/tcp" : " ^10 .0.0 " ,
59
60
"@multiformats/multiaddr" : " ^12.1.14" ,
60
61
"it-drain" : " ^3.0.5" ,
61
62
"it-length-prefixed" : " ^9.0.4" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments