Skip to content

Commit 2d678cd

Browse files
authored
🤖 Merge PR #69947 fix: drop incorrect types for webtorrent org packages: webtorrent, create-torrent, parse-torrent, bittorrent-protocol by @ThaUnknown
1 parent 2259615 commit 2d678cd

22 files changed

Lines changed: 17 additions & 997 deletions

‎notNeededPackages.json‎

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,10 @@
408408
"libraryName": "bitcoinjs-lib",
409409
"asOfVersion": "5.0.0"
410410
},
411+
"bittorrent-protocol": {
412+
"libraryName": "bittorrent-protocol",
413+
"asOfVersion": "3.5.4"
414+
},
411415
"bitwise": {
412416
"libraryName": "bitwise",
413417
"asOfVersion": "2.0.0"
@@ -1132,6 +1136,10 @@
11321136
"libraryName": "create-html-element",
11331137
"asOfVersion": "2.1.0"
11341138
},
1139+
"create-torrent": {
1140+
"libraryName": "create-torrent",
1141+
"asOfVersion": "6.0.0"
1142+
},
11351143
"credit-card-type": {
11361144
"libraryName": "credit-card-type",
11371145
"asOfVersion": "9.0.0"
@@ -4125,6 +4133,10 @@
41254133
"libraryName": "parse-ms",
41264134
"asOfVersion": "2.1.0"
41274135
},
4136+
"parse-torrent": {
4137+
"libraryName": "parse-torrent",
4138+
"asOfVersion": "11.0.0"
4139+
},
41284140
"parse5": {
41294141
"libraryName": "parse5",
41304142
"asOfVersion": "7.0.0"
@@ -6495,6 +6507,10 @@
64956507
"libraryName": "webpack-virtual-modules",
64966508
"asOfVersion": "0.4.2"
64976509
},
6510+
"webtorrent": {
6511+
"libraryName": "webtorrent",
6512+
"asOfVersion": "2.0.0"
6513+
},
64986514
"whatwg-streams": {
64996515
"libraryName": "typescript",
65006516
"asOfVersion": "3.2.1"
@@ -6864,4 +6880,4 @@
68646880
"asOfVersion": "4.6.0"
68656881
}
68666882
}
6867-
}
6883+
}

‎types/bittorrent-protocol/.eslintrc.json‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎types/bittorrent-protocol/.npmignore‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎types/bittorrent-protocol/bittorrent-protocol-tests.ts‎

Lines changed: 0 additions & 33 deletions
This file was deleted.

‎types/bittorrent-protocol/index.d.ts‎

Lines changed: 0 additions & 101 deletions
This file was deleted.

‎types/bittorrent-protocol/package.json‎

Lines changed: 0 additions & 28 deletions
This file was deleted.

‎types/bittorrent-protocol/tsconfig.json‎

Lines changed: 0 additions & 19 deletions
This file was deleted.

‎types/create-torrent/.npmignore‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎types/create-torrent/create-torrent-tests.ts‎

Lines changed: 0 additions & 38 deletions
This file was deleted.

‎types/create-torrent/index.d.ts‎

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)