File tree 2 files changed +7
-38
lines changed
2 files changed +7
-38
lines changed Original file line number Diff line number Diff line change 1
- docs
2
- ** /node_modules /
3
- ** /* .log
4
- test /repo-tests *
5
-
6
- # Logs
7
- logs
8
- * .log
9
-
10
- coverage
11
-
12
- # Runtime data
13
- pids
14
- * .pid
15
- * .seed
16
-
17
- # Directory for instrumented libs generated by jscoverage/JSCover
18
- lib-cov
19
-
20
- # Coverage directory used by tools like istanbul
21
- coverage
22
-
23
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24
- .grunt
25
-
26
- # node-waf configuration
27
- .lock-wscript
28
-
29
- build
30
-
31
- # Dependency directory
32
- # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
33
1
node_modules
34
-
2
+ build
35
3
dist
36
-
37
- docs
38
-
4
+ .docs
5
+ .coverage
6
+ node_modules
39
7
package-lock.json
40
8
yarn.lock
9
+ .vscode
Original file line number Diff line number Diff line change 148
148
},
149
149
"dependencies" : {
150
150
"@libp2p/interface-peer-id" : " ^2.0.0" ,
151
- "@libp2p/interface-pubsub" : " ^3 .0.0" ,
151
+ "@libp2p/interface-pubsub" : " ^4 .0.0" ,
152
152
"@libp2p/logger" : " ^2.0.0" ,
153
153
"@libp2p/pubsub" : " ^6.0.0" ,
154
154
"protons-runtime" : " ^5.0.0" ,
155
155
"uint8arraylist" : " ^2.1.1" ,
156
156
"uint8arrays" : " ^4.0.3"
157
157
},
158
158
"devDependencies" : {
159
- "@libp2p/interface-mocks" : " ^9 .0.0" ,
159
+ "@libp2p/interface-mocks" : " ^10 .0.0" ,
160
160
"@libp2p/interface-pubsub-compliance-tests" : " ^5.0.0" ,
161
161
"@libp2p/peer-collections" : " ^3.0.0" ,
162
162
"@libp2p/peer-id-factory" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments