This repository was archived by the owner on Aug 29, 2023. It is now read-only.
File tree 4 files changed +11
-15
lines changed
4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ module.exports = {
2
2
build : {
3
3
config : {
4
4
platform : 'node'
5
- }
5
+ } ,
6
+ bundlesizeMax : '44KB'
6
7
}
7
8
}
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v2
15
15
- run : npm install
16
16
- run : npm run lint
17
- - run : npx aegir dep-check -- -i wrtc -i electron-webrtc
17
+ - run : npx aegir dep-check
18
18
- run : npm run build
19
19
test-node :
20
20
needs : check
Original file line number Diff line number Diff line change 5
5
"leadMaintainer" :
" Jacob Heun <[email protected] >" ,
6
6
"main" : " src/index.js" ,
7
7
"scripts" : {
8
- "lint" : " aegir lint" ,
8
+ "lint" : " aegir ts -p check && aegir lint" ,
9
9
"build" : " aegir build" ,
10
10
"test" : " aegir test -t node" ,
11
11
"test:node" : " aegir test -t node" ,
43
43
"@types/debug" : " ^4.1.5" ,
44
44
"aegir" : " ^33.2.0" ,
45
45
"it-pipe" : " ^1.1.0" ,
46
- "libp2p-interfaces" : " ^0.11 .0" ,
47
- "sinon" : " ^10.0 .1" ,
48
- "streaming-iterables" : " ^5 .0.2 "
46
+ "libp2p-interfaces" : " ^0.12 .0" ,
47
+ "sinon" : " ^11.1 .1" ,
48
+ "streaming-iterables" : " ^6 .0.0 "
49
49
},
50
50
"dependencies" : {
51
51
"abortable-iterator" : " ^3.0.0" ,
52
52
"class-is" : " ^1.1.0" ,
53
53
"debug" : " ^4.3.1" ,
54
54
"err-code" : " ^3.0.1" ,
55
- "libp2p-utils" : " ^0.3 .0" ,
56
- "mafmt" : " ^9 .0.0" ,
57
- "multiaddr" : " ^9 .0.1 " ,
55
+ "libp2p-utils" : " ^0.4 .0" ,
56
+ "mafmt" : " ^10 .0.0" ,
57
+ "multiaddr" : " ^10 .0.0 " ,
58
58
"stream-to-it" : " ^0.2.2"
59
59
},
60
60
"contributors" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " aegir/src/config/tsconfig.aegir.json" ,
3
3
"compilerOptions" : {
4
- "outDir" : " dist" ,
5
- "baseUrl" : " ./" ,
6
- "paths" : {
7
- "*" : [" ./types/*" ]
8
- }
4
+ "outDir" : " dist"
9
5
},
10
6
"include" : [
11
- " types" ,
12
7
" src"
13
8
]
14
9
}
You can’t perform that action at this time.
0 commit comments