File tree 19 files changed +251
-38
lines changed
19 files changed +251
-38
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/utils" : " 0.0.1 " ,
3
- "packages/proto" : " 0.0.2 " ,
4
- "packages/interfaces" : " 0.0.7 " ,
5
- "packages/enr" : " 0.0.5 " ,
6
- "packages/peer-exchange" : " 0.0.3 " ,
7
- "packages/core" : " 0.0.10 " ,
8
- "packages/dns-discovery" : " 0.0.5 " ,
9
- "packages/message-encryption" : " 0.0.9 " ,
10
- "packages/create" : " 0.0.6 "
2
+ "packages/utils" : " 0.0.2 " ,
3
+ "packages/proto" : " 0.0.3 " ,
4
+ "packages/interfaces" : " 0.0.8 " ,
5
+ "packages/enr" : " 0.0.6 " ,
6
+ "packages/peer-exchange" : " 0.0.4 " ,
7
+ "packages/core" : " 0.0.11 " ,
8
+ "packages/dns-discovery" : " 0.0.6 " ,
9
+ "packages/message-encryption" : " 0.0.10 " ,
10
+ "packages/create" : " 0.0.7 "
11
11
}
Original file line number Diff line number Diff line change @@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.0.11] ( https://github.com/waku-org/js-waku/compare/core-v0.0.10...core-v0.0.11 ) (2023-02-13)
9
+
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * bump typescript
14
+ * bump all prod dependencies
15
+ * bump libp2p dependencies
16
+
17
+ ### Features
18
+
19
+ * Codec as a property of the protocol implementations ([ a5ff788] ( https://github.com/waku-org/js-waku/commit/a5ff788eed419556e11319f22ca9e3109c81df92 ) )
20
+
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ * Bump all prod dependencies ([ 88cc76d] ( https://github.com/waku-org/js-waku/commit/88cc76d2b811e1fa4460207f38704ecfe18fb260 ) )
25
+ * Bump libp2p dependencies ([ 803ae7b] ( https://github.com/waku-org/js-waku/commit/803ae7bd8ed3de665026446c23cde90e7eba9d36 ) )
26
+ * Bump typescript ([ 12d86e6] ( https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000 ) )
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @waku/interfaces bumped from * to 0.0.8
34
+ * @waku/proto bumped from * to 0.0.3
35
+ * @waku/utils bumped from * to 0.0.2
36
+
8
37
## [ Unreleased]
9
38
10
39
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/core" ,
3
- "version" : " 0.0.10 " ,
3
+ "version" : " 0.0.11 " ,
4
4
"description" : " TypeScript implementation of the Waku v2 protocol" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
78
78
"dependencies" : {
79
79
"@chainsafe/libp2p-gossipsub" : " ^6.1.0" ,
80
80
"@noble/hashes" : " ^1.2.0" ,
81
- "@waku/interfaces" : " * " ,
82
- "@waku/proto" : " * " ,
83
- "@waku/utils" : " * " ,
81
+ "@waku/interfaces" : " 0.0.8 " ,
82
+ "@waku/proto" : " 0.0.3 " ,
83
+ "@waku/utils" : " 0.0.2 " ,
84
84
"debug" : " ^4.3.4" ,
85
85
"it-all" : " ^2.0.0" ,
86
86
"it-length-prefixed" : " ^8.0.4" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.0.7] ( https://github.com/waku-org/js-waku/compare/create-v0.0.6...create-v0.0.7 ) (2023-02-13)
9
+
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * bump typescript
14
+ * bump libp2p dependencies
15
+
16
+ ### Features
17
+
18
+ * DNS discovery as default bootstrap discovery ([ #1114 ] ( https://github.com/waku-org/js-waku/issues/1114 ) ) ([ 11819fc] ( https://github.com/waku-org/js-waku/commit/11819fc7b14e18385d421facaf2af0832cad1da8 ) )
19
+
20
+
21
+ ### Miscellaneous Chores
22
+
23
+ * Bump libp2p dependencies ([ 803ae7b] ( https://github.com/waku-org/js-waku/commit/803ae7bd8ed3de665026446c23cde90e7eba9d36 ) )
24
+ * Bump typescript ([ 12d86e6] ( https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000 ) )
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * dependencies
31
+ * @waku/core bumped from * to 0.0.11
32
+ * @waku/dns-discovery bumped from * to 0.0.6
33
+ * @waku/peer-exchange bumped from * to 0.0.4
34
+ * devDependencies
35
+ * @waku/interfaces bumped from * to 0.0.8
36
+
8
37
## [ Unreleased]
9
38
10
39
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/create" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.7 " ,
4
4
"description" : " Easily create a Waku node" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
53
53
"@chainsafe/libp2p-noise" : " ^11.0.0" ,
54
54
"@libp2p/mplex" : " ^7.1.1" ,
55
55
"@libp2p/websockets" : " ^5.0.3" ,
56
- "@waku/core" : " * " ,
57
- "@waku/dns-discovery" : " * " ,
58
- "@waku/peer-exchange" : " * " ,
56
+ "@waku/core" : " 0.0.11 " ,
57
+ "@waku/dns-discovery" : " 0.0.6 " ,
58
+ "@waku/peer-exchange" : " 0.0.4 " ,
59
59
"libp2p" : " ^0.42.2"
60
60
},
61
61
"devDependencies" : {
78
78
"@rollup/plugin-node-resolve" : " ^15.0.1" ,
79
79
"@typescript-eslint/eslint-plugin" : " ^5.51.0" ,
80
80
"@typescript-eslint/parser" : " ^5.51.0" ,
81
- "@waku/interfaces" : " * " ,
81
+ "@waku/interfaces" : " 0.0.8 " ,
82
82
"cspell" : " ^6.22.0" ,
83
83
"eslint" : " ^8.33.0" ,
84
84
"eslint-config-prettier" : " ^8.6.0" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.0.6] ( https://github.com/waku-org/js-waku/compare/dns-discovery-v0.0.5...dns-discovery-v0.0.6 ) (2023-02-13)
9
+
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * bump typescript
14
+ * bump libp2p dependencies
15
+
16
+ ### Features
17
+
18
+ * Add mocha to dns-discovery ([ #1154 ] ( https://github.com/waku-org/js-waku/issues/1154 ) ) ([ f945eb9] ( https://github.com/waku-org/js-waku/commit/f945eb90c49bb54322c4cb58c20cfdeee72ff4f2 ) )
19
+ * DNS discovery as default bootstrap discovery ([ #1114 ] ( https://github.com/waku-org/js-waku/issues/1114 ) ) ([ 11819fc] ( https://github.com/waku-org/js-waku/commit/11819fc7b14e18385d421facaf2af0832cad1da8 ) )
20
+
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ * Bump libp2p dependencies ([ 803ae7b] ( https://github.com/waku-org/js-waku/commit/803ae7bd8ed3de665026446c23cde90e7eba9d36 ) )
25
+ * Bump typescript ([ 12d86e6] ( https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000 ) )
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * dependencies
32
+ * @waku/enr bumped from * to 0.0.6
33
+ * @waku/utils bumped from * to 0.0.2
34
+ * devDependencies
35
+ * @waku/interfaces bumped from * to 0.0.8
36
+
8
37
## [ Unreleased]
9
38
10
39
## [ 0.0.5] - 2023-01-25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/dns-discovery" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.6 " ,
4
4
"description" : " DNS Peer Discovery (EIP-1459)" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
61
61
"dependencies" : {
62
62
"@libp2p/interface-peer-discovery" : " ^1.0.5" ,
63
63
"@libp2p/interfaces" : " ^3.3.1" ,
64
- "@waku/enr" : " * " ,
65
- "@waku/utils" : " * " ,
64
+ "@waku/enr" : " 0.0.6 " ,
65
+ "@waku/utils" : " 0.0.2 " ,
66
66
"debug" : " ^4.3.4" ,
67
67
"dns-query" : " ^0.11.2" ,
68
68
"hi-base32" : " ^0.5.1" ,
80
80
"@types/chai" : " ^4.3.4" ,
81
81
"@typescript-eslint/eslint-plugin" : " ^5.51.0" ,
82
82
"@typescript-eslint/parser" : " ^5.51.0" ,
83
- "@waku/interfaces" : " * " ,
83
+ "@waku/interfaces" : " 0.0.8 " ,
84
84
"chai" : " ^4.3.7" ,
85
85
"cspell" : " ^6.22.0" ,
86
86
"eslint" : " ^8.33.0" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.0.6] ( https://github.com/waku-org/js-waku/compare/enr-v0.0.5...enr-v0.0.6 ) (2023-02-13)
9
+
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * bump typescript
14
+ * bump all prod dependencies
15
+ * bump libp2p dependencies
16
+
17
+ ### Miscellaneous Chores
18
+
19
+ * Bump all prod dependencies ([ 88cc76d] ( https://github.com/waku-org/js-waku/commit/88cc76d2b811e1fa4460207f38704ecfe18fb260 ) )
20
+ * Bump libp2p dependencies ([ 803ae7b] ( https://github.com/waku-org/js-waku/commit/803ae7bd8ed3de665026446c23cde90e7eba9d36 ) )
21
+ * Bump typescript ([ 12d86e6] ( https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000 ) )
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @waku/utils bumped from * to 0.0.2
29
+ * devDependencies
30
+ * @waku/interfaces bumped from * to 0.0.8
31
+
8
32
## [ Unreleased]
9
33
10
34
## [ 0.0.5] - 2023-01-25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/enr" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.6 " ,
4
4
"description" : " ENR (EIP-778) for Waku" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
58
58
"@libp2p/peer-id" : " ^2.0.1" ,
59
59
"@multiformats/multiaddr" : " ^11.4.0" ,
60
60
"@noble/secp256k1" : " ^1.7.1" ,
61
- "@waku/utils" : " * " ,
61
+ "@waku/utils" : " 0.0.2 " ,
62
62
"debug" : " ^4.3.4" ,
63
63
"js-sha3" : " ^0.8.0"
64
64
},
72
72
"@types/mocha" : " ^10.0.1" ,
73
73
"@typescript-eslint/eslint-plugin" : " ^5.51.0" ,
74
74
"@typescript-eslint/parser" : " ^5.51.0" ,
75
- "@waku/interfaces" : " * " ,
75
+ "@waku/interfaces" : " 0.0.8 " ,
76
76
"chai" : " ^4.3.7" ,
77
77
"cspell" : " ^6.22.0" ,
78
78
"eslint" : " ^8.33.0" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.0.8] ( https://github.com/waku-org/js-waku/compare/interfaces-v0.0.7...interfaces-v0.0.8 ) (2023-02-13)
9
+
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * bump typescript
14
+ * bump libp2p dependencies
15
+
16
+ ### Features
17
+
18
+ * Codec as a property of the protocol implementations ([ a5ff788] ( https://github.com/waku-org/js-waku/commit/a5ff788eed419556e11319f22ca9e3109c81df92 ) )
19
+
20
+
21
+ ### Miscellaneous Chores
22
+
23
+ * Bump libp2p dependencies ([ 803ae7b] ( https://github.com/waku-org/js-waku/commit/803ae7bd8ed3de665026446c23cde90e7eba9d36 ) )
24
+ * Bump typescript ([ 12d86e6] ( https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000 ) )
25
+
8
26
## [ Unreleased]
9
27
10
28
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/interfaces" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"description" : " Definition of Waku interfaces" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.0.10] ( https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.9...message-encryption-v0.0.10 ) (2023-02-13)
9
+
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * bump typescript
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * Bump typescript ([ 12d86e6] ( https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000 ) )
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @waku/core bumped from * to 0.0.11
25
+ * @waku/interfaces bumped from * to 0.0.8
26
+ * @waku/proto bumped from * to 0.0.3
27
+ * @waku/utils bumped from * to 0.0.2
28
+
8
29
## [ Unreleased]
9
30
10
31
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/message-encryption" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"description" : " Waku Message Payload Encryption" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
74
74
},
75
75
"dependencies" : {
76
76
"@noble/secp256k1" : " ^1.7.1" ,
77
- "@waku/core" : " * " ,
78
- "@waku/interfaces" : " * " ,
79
- "@waku/proto" : " * " ,
80
- "@waku/utils" : " * " ,
77
+ "@waku/core" : " 0.0.11 " ,
78
+ "@waku/interfaces" : " 0.0.8 " ,
79
+ "@waku/proto" : " 0.0.3 " ,
80
+ "@waku/utils" : " 0.0.2 " ,
81
81
"debug" : " ^4.3.4" ,
82
82
"js-sha3" : " ^0.8.0"
83
83
},
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 0.0.4] ( https://github.com/waku-org/js-waku/compare/peer-exchange-v0.0.3...peer-exchange-v0.0.4 ) (2023-02-13)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * bump typescript
9
+ * bump all prod dependencies
10
+ * bump libp2p dependencies
11
+
12
+ ### Features
13
+
14
+ * Codec as a property of the protocol implementations ([ a5ff788] ( https://github.com/waku-org/js-waku/commit/a5ff788eed419556e11319f22ca9e3109c81df92 ) )
15
+ * DNS discovery as default bootstrap discovery ([ #1114 ] ( https://github.com/waku-org/js-waku/issues/1114 ) ) ([ 11819fc] ( https://github.com/waku-org/js-waku/commit/11819fc7b14e18385d421facaf2af0832cad1da8 ) )
16
+
17
+
18
+ ### Miscellaneous Chores
19
+
20
+ * Bump all prod dependencies ([ 88cc76d] ( https://github.com/waku-org/js-waku/commit/88cc76d2b811e1fa4460207f38704ecfe18fb260 ) )
21
+ * Bump libp2p dependencies ([ 803ae7b] ( https://github.com/waku-org/js-waku/commit/803ae7bd8ed3de665026446c23cde90e7eba9d36 ) )
22
+ * Bump typescript ([ 12d86e6] ( https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000 ) )
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @waku/enr bumped from * to 0.0.6
30
+ * @waku/proto bumped from * to 0.0.3
31
+ * @waku/utils bumped from * to 0.0.2
32
+ * devDependencies
33
+ * @waku/interfaces bumped from * to 0.0.8
You can’t perform that action at this time.
0 commit comments