This repository was archived by the owner on Dec 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66(modification: no type change headlines) and this project adheres to
77[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
88
9+ ## [ 3.0.3] - 2020-09-29
10+
11+ - Moved ` TypeScript ` type packages for ` lru-cache ` and ` bl ` from ` devDependencies ` to
12+ ` dependencies ` , PR [ #90 ] ( https://github.com/ethereumjs/ethereumjs-devp2p/pull/90 )
13+
14+ [ 3.0.3 ] : https://github.com/ethereumjs/ethereumjs-devp2p/compare/v3.0.2...v3.0.3
15+
916## [ 3.0.2] - 2020-09-28
1017
1118- Fixed ` TypeScript ` import issue causing problems when integrating the library in a
Original file line number Diff line number Diff line change 11{
22 "name" : " ethereumjs-devp2p" ,
3- "version" : " 3.0.2 " ,
3+ "version" : " 3.0.3 " ,
44 "description" : " A JavaScript implementation of ÐΞVp2p" ,
55 "keywords" : [
66 " ethereum" ,
5353 "test" : " node_modules/tape/bin/tape -r ts-node/register ./test/index.ts"
5454 },
5555 "dependencies" : {
56+ "@types/bl" : " ^2.1.0" ,
5657 "@types/k-bucket" : " ^5.0.0" ,
58+ "@types/lru-cache" : " ^5.1.0" ,
5759 "babel-runtime" : " ^6.11.6" ,
5860 "bl" : " ^1.1.2" ,
5961 "debug" : " ^2.2.0" ,
7274 "@ethereumjs/config-tsc" : " ^1.1.1" ,
7375 "@ethereumjs/config-tslint" : " ^1.1.1" ,
7476 "@types/async" : " ^2.4.1" ,
75- "@types/bl" : " ^2.1.0" ,
7677 "@types/chalk" : " ^2.2.0" ,
7778 "@types/debug" : " ^4.1.4" ,
7879 "@types/ethereumjs-tx" : " ^1.0.1" ,
7980 "@types/ip" : " ^1.1.0" ,
80- "@types/lru-cache" : " ^5.1.0" ,
8181 "@types/ms" : " ^0.7.30" ,
8282 "@types/secp256k1" : " ^4.0.1" ,
8383 "@types/tape" : " ^4.2.33" ,
You can’t perform that action at this time.
0 commit comments