File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const after = async () => {
48
48
}
49
49
50
50
module . exports = {
51
- bundlesize : { maxSize : '220kB ' } ,
51
+ bundlesize : { maxSize : '222kB ' } ,
52
52
hooks : {
53
53
pre : before ,
54
54
post : after
Original file line number Diff line number Diff line change 27
27
strategy :
28
28
matrix :
29
29
os : [windows-latest, ubuntu-latest, macos-latest]
30
- node : [12, 14]
30
+ node : [14]
31
31
fail-fast : true
32
32
steps :
33
33
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 15
15
"author" : " " ,
16
16
"license" : " ISC" ,
17
17
"dependencies" : {
18
- "@babel/preset-env" : " ^7.8.3 " ,
18
+ "@babel/preset-env" : " ^7.13.0 " ,
19
19
"libp2p" : " ../../" ,
20
20
"libp2p-bootstrap" : " ^0.12.1" ,
21
21
"libp2p-mplex" : " ^0.10.0" ,
24
24
"libp2p-websockets" : " ^0.14.0"
25
25
},
26
26
"devDependencies" : {
27
- "@babel/cli" : " ^7.8.3 " ,
28
- "@babel/core" : " ^7.8.3 " ,
27
+ "@babel/cli" : " ^7.13.10 " ,
28
+ "@babel/core" : " ^7.13.0 " ,
29
29
"babel-plugin-syntax-async-functions" : " ^6.13.0" ,
30
30
"babel-plugin-transform-regenerator" : " ^6.26.0" ,
31
31
"babel-polyfill" : " ^6.26.0" ,
32
- "parcel-bundler" : " ^ 1.12.4 "
32
+ "parcel-bundler" : " 1.12.3 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change 10
10
},
11
11
"license" : " ISC" ,
12
12
"devDependencies" : {
13
- "@babel/cli" : " ^7.8.3 " ,
14
- "@babel/core" : " ^7.8.3 " ,
13
+ "@babel/cli" : " ^7.13.10 " ,
14
+ "@babel/core" : " ^7.13.10 " ,
15
15
"babel-plugin-syntax-async-functions" : " ^6.13.0" ,
16
16
"babel-plugin-transform-regenerator" : " ^6.26.0" ,
17
17
"babel-polyfill" : " ^6.26.0" ,
18
- "parcel-bundler" : " ^ 1.12.4 "
18
+ "parcel-bundler" : " 1.12.3 "
19
19
},
20
20
"dependencies" : {
21
21
"libp2p" : " ../../" ,
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ class Stats extends EventEmitter {
82
82
/**
83
83
* Returns a clone of the internal movingAverages
84
84
*
85
- * @returns {MovingAverage }
85
+ * @returns {Object }
86
86
*/
87
87
get movingAverages ( ) {
88
88
return Object . assign ( { } , this . _movingAverages )
You can’t perform that action at this time.
0 commit comments