File tree 20 files changed +131
-40
lines changed
20 files changed +131
-40
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/utils" : " 0.0.2 " ,
3
- "packages/proto" : " 0.0.3 " ,
4
- "packages/interfaces" : " 0.0.9 " ,
5
- "packages/enr" : " 0.0.7 " ,
6
- "packages/peer-exchange" : " 0.0.5 " ,
7
- "packages/core" : " 0.0.12 " ,
8
- "packages/dns-discovery" : " 0.0.7 " ,
9
- "packages/message-encryption" : " 0.0.11 " ,
10
- "packages/create" : " 0.0.8 "
2
+ "packages/utils" : " 0.0.3 " ,
3
+ "packages/proto" : " 0.0.4 " ,
4
+ "packages/interfaces" : " 0.0.10 " ,
5
+ "packages/enr" : " 0.0.8 " ,
6
+ "packages/peer-exchange" : " 0.0.6 " ,
7
+ "packages/core" : " 0.0.13 " ,
8
+ "packages/dns-discovery" : " 0.0.8 " ,
9
+ "packages/message-encryption" : " 0.0.12 " ,
10
+ "packages/create" : " 0.0.9 "
11
11
}
Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The file is maintained by [ Release Please] ( https://github.com/googleapis/release-please ) based on [ Conventional Commits] ( https://www.conventionalcommits.org ) specification,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.0.13] ( https://github.com/waku-org/js-waku/compare/core-v0.0.12...core-v0.0.13 ) (2023-03-24)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * ** utils:** Include all ts files ([ #1267 ] ( https://github.com/waku-org/js-waku/issues/1267 ) ) ([ c284159] ( https://github.com/waku-org/js-waku/commit/c284159ac8eab5bed2313fa5bc7fbea0e83d390f ) )
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * The following workspace dependencies were updated
19
+ * dependencies
20
+ * @waku/interfaces bumped from 0.0.9 to 0.0.10
21
+ * @waku/proto bumped from 0.0.3 to 0.0.4
22
+ * @waku/utils bumped from 0.0.2 to 0.0.3
23
+
8
24
## [ 0.0.12] ( https://github.com/waku-org/js-waku/compare/core-v0.0.11...core-v0.0.12 ) (2023-03-23)
9
25
10
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/core" ,
3
- "version" : " 0.0.12 " ,
3
+ "version" : " 0.0.13 " ,
4
4
"description" : " TypeScript implementation of the Waku v2 protocol" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
82
82
"dependencies" : {
83
83
"@chainsafe/libp2p-gossipsub" : " ^6.1.0" ,
84
84
"@noble/hashes" : " ^1.3.0" ,
85
- "@waku/interfaces" : " 0.0.9 " ,
86
- "@waku/proto" : " 0.0.3 " ,
87
- "@waku/utils" : " 0.0.2 " ,
85
+ "@waku/interfaces" : " 0.0.10 " ,
86
+ "@waku/proto" : " 0.0.4 " ,
87
+ "@waku/utils" : " 0.0.3 " ,
88
88
"debug" : " ^4.3.4" ,
89
89
"it-all" : " ^2.0.0" ,
90
90
"it-length-prefixed" : " ^8.0.4" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The file is maintained by [ Release Please] ( https://github.com/googleapis/release-please ) based on [ Conventional Commits] ( https://www.conventionalcommits.org ) specification,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.0.9] ( https://github.com/waku-org/js-waku/compare/create-v0.0.8...create-v0.0.9 ) (2023-03-24)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * ** utils:** Include all ts files ([ #1267 ] ( https://github.com/waku-org/js-waku/issues/1267 ) ) ([ c284159] ( https://github.com/waku-org/js-waku/commit/c284159ac8eab5bed2313fa5bc7fbea0e83d390f ) )
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * The following workspace dependencies were updated
19
+ * dependencies
20
+ * @waku/core bumped from 0.0.12 to 0.0.13
21
+ * @waku/dns-discovery bumped from 0.0.7 to 0.0.8
22
+ * devDependencies
23
+ * @waku/interfaces bumped from 0.0.9 to 0.0.10
24
+
8
25
## [ 0.0.8] ( https://github.com/waku-org/js-waku/compare/create-v0.0.7...create-v0.0.8 ) (2023-03-23)
9
26
10
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/create" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.0.9 " ,
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" : " 0.0.12 " ,
57
- "@waku/dns-discovery" : " 0.0.7 " ,
56
+ "@waku/core" : " 0.0.13 " ,
57
+ "@waku/dns-discovery" : " 0.0.8 " ,
58
58
"libp2p" : " ^0.42.2"
59
59
},
60
60
"devDependencies" : {
78
78
"@typescript-eslint/eslint-plugin" : " ^5.55.0" ,
79
79
"@typescript-eslint/parser" : " ^5.51.0" ,
80
80
"@waku/build-utils" : " *" ,
81
- "@waku/interfaces" : " 0.0.9 " ,
81
+ "@waku/interfaces" : " 0.0.10 " ,
82
82
"cspell" : " ^6.28.0" ,
83
83
"eslint" : " ^8.35.0" ,
84
84
"eslint-config-prettier" : " ^8.6.0" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
* devDependencies
14
14
* @waku/interfaces bumped from 0.0.8 to 0.0.9
15
15
16
+ ### Dependencies
17
+
18
+ * The following workspace dependencies were updated
19
+ * dependencies
20
+ * @waku/enr bumped from 0.0.7 to 0.0.8
21
+ * @waku/utils bumped from 0.0.2 to 0.0.3
22
+ * devDependencies
23
+ * @waku/interfaces bumped from 0.0.9 to 0.0.10
24
+
16
25
## [ 0.0.6] ( https://github.com/waku-org/js-waku/compare/dns-discovery-v0.0.5...dns-discovery-v0.0.6 ) (2023-03-16)
17
26
18
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/dns-discovery" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
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" : " 0.0.7 " ,
65
- "@waku/utils" : " 0.0.2 " ,
64
+ "@waku/enr" : " 0.0.8 " ,
65
+ "@waku/utils" : " 0.0.3 " ,
66
66
"debug" : " ^4.3.4" ,
67
67
"dns-query" : " ^0.11.2" ,
68
68
"hi-base32" : " ^0.5.1" ,
81
81
"@typescript-eslint/eslint-plugin" : " ^5.55.0" ,
82
82
"@typescript-eslint/parser" : " ^5.51.0" ,
83
83
"@waku/build-utils" : " *" ,
84
- "@waku/interfaces" : " 0.0.9 " ,
84
+ "@waku/interfaces" : " 0.0.10 " ,
85
85
"chai" : " ^4.3.7" ,
86
86
"cspell" : " ^6.28.0" ,
87
87
"eslint" : " ^8.35.0" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
* devDependencies
12
12
* @waku/interfaces bumped from 0.0.8 to 0.0.9
13
13
14
+ ### Dependencies
15
+
16
+ * The following workspace dependencies were updated
17
+ * dependencies
18
+ * @waku/utils bumped from 0.0.2 to 0.0.3
19
+ * devDependencies
20
+ * @waku/interfaces bumped from 0.0.9 to 0.0.10
21
+
14
22
## [ 0.0.6] ( https://github.com/waku-org/js-waku/compare/enr-v0.0.5...enr-v0.0.6 ) (2023-03-16)
15
23
16
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/enr" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
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.2" ,
59
59
"@multiformats/multiaddr" : " ^12.0.0" ,
60
60
"@noble/secp256k1" : " ^1.7.1" ,
61
- "@waku/utils" : " 0.0.2 " ,
61
+ "@waku/utils" : " 0.0.3 " ,
62
62
"debug" : " ^4.3.4" ,
63
63
"js-sha3" : " ^0.8.0"
64
64
},
74
74
"@typescript-eslint/eslint-plugin" : " ^5.55.0" ,
75
75
"@typescript-eslint/parser" : " ^5.51.0" ,
76
76
"@waku/build-utils" : " *" ,
77
- "@waku/interfaces" : " 0.0.9 " ,
77
+ "@waku/interfaces" : " 0.0.10 " ,
78
78
"chai" : " ^4.3.7" ,
79
79
"cspell" : " ^6.28.0" ,
80
80
"eslint" : " ^8.35.0" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The file is maintained by [ Release Please] ( https://github.com/googleapis/release-please ) based on [ Conventional Commits] ( https://www.conventionalcommits.org ) specification,
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/interfaces-v0.0.9...interfaces-v0.0.10 ) (2023-03-24)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * ** utils:** Include all ts files ([ #1267 ] ( https://github.com/waku-org/js-waku/issues/1267 ) ) ([ c284159] ( https://github.com/waku-org/js-waku/commit/c284159ac8eab5bed2313fa5bc7fbea0e83d390f ) )
14
+
8
15
## [ 0.0.9] ( https://github.com/waku-org/js-waku/compare/interfaces-v0.0.8...interfaces-v0.0.9 ) (2023-03-23)
9
16
10
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/interfaces" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.0.10 " ,
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 @@ -12,6 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
* @waku/core bumped from 0.0.11 to 0.0.12
13
13
* @waku/interfaces bumped from 0.0.8 to 0.0.9
14
14
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @waku/core bumped from 0.0.12 to 0.0.13
20
+ * @waku/interfaces bumped from 0.0.9 to 0.0.10
21
+ * @waku/proto bumped from 0.0.3 to 0.0.4
22
+ * @waku/utils bumped from 0.0.2 to 0.0.3
23
+
15
24
## [ 0.0.10] ( https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.9...message-encryption-v0.0.10 ) (2023-03-16)
16
25
17
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/message-encryption" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.0.12 " ,
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" : " 0.0.12 " ,
78
- "@waku/interfaces" : " 0.0.9 " ,
79
- "@waku/proto" : " 0.0.3 " ,
80
- "@waku/utils" : " 0.0.2 " ,
77
+ "@waku/core" : " 0.0.13 " ,
78
+ "@waku/interfaces" : " 0.0.10 " ,
79
+ "@waku/proto" : " 0.0.4 " ,
80
+ "@waku/utils" : " 0.0.3 " ,
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
1
# Changelog
2
2
3
+ ### Dependencies
4
+
5
+ * The following workspace dependencies were updated
6
+ * dependencies
7
+ * @waku/core bumped from 0.0.12 to 0.0.13
8
+ * @waku/enr bumped from 0.0.7 to 0.0.8
9
+ * @waku/proto bumped from 0.0.3 to 0.0.4
10
+ * @waku/utils bumped from * to 0.0.3
11
+ * devDependencies
12
+ * @waku/interfaces bumped from 0.0.9 to 0.0.10
13
+
3
14
## [ 0.0.5] ( https://github.com/waku-org/js-waku/compare/peer-exchange-v0.0.4...peer-exchange-v0.0.5 ) (2023-03-23)
4
15
5
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/peer-exchange" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.6 " ,
4
4
"description" : " Peer Exchange (https://rfc.vac.dev/spec/34/) protocol for Waku" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
52
52
"dependencies" : {
53
53
"@libp2p/interface-peer-discovery" : " ^1.0.5" ,
54
54
"@libp2p/interfaces" : " ^3.3.1" ,
55
- "@waku/core" : " 0.0.12 " ,
56
- "@waku/enr" : " 0.0.7 " ,
57
- "@waku/proto" : " 0.0.3 " ,
58
- "@waku/utils" : " * " ,
55
+ "@waku/core" : " 0.0.13 " ,
56
+ "@waku/enr" : " 0.0.8 " ,
57
+ "@waku/proto" : " 0.0.4 " ,
58
+ "@waku/utils" : " 0.0.3 " ,
59
59
"debug" : " ^4.3.4" ,
60
60
"it-all" : " ^2.0.0" ,
61
61
"it-length-prefixed" : " ^8.0.4" ,
73
73
"@typescript-eslint/eslint-plugin" : " ^5.55.0" ,
74
74
"@typescript-eslint/parser" : " ^5.51.0" ,
75
75
"@waku/build-utils" : " *" ,
76
- "@waku/interfaces" : " 0.0.9 " ,
76
+ "@waku/interfaces" : " 0.0.10 " ,
77
77
"chai" : " ^4.3.7" ,
78
78
"cspell" : " ^6.28.0" ,
79
79
"eslint" : " ^8.35.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.4] ( https://github.com/waku-org/js-waku/compare/proto-v0.0.3...proto-v0.0.4 ) (2023-03-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** utils:** Include all ts files ([ #1267 ] ( https://github.com/waku-org/js-waku/issues/1267 ) ) ([ c284159] ( https://github.com/waku-org/js-waku/commit/c284159ac8eab5bed2313fa5bc7fbea0e83d390f ) )
9
+
3
10
## [ 0.0.3] ( https://github.com/waku-org/js-waku/compare/proto-v0.0.2...proto-v0.0.3 ) (2023-03-16)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/proto" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"description" : " Protobuf definitions for Waku" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.3] ( https://github.com/waku-org/js-waku/compare/utils-v0.0.2...utils-v0.0.3 ) (2023-03-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** utils:** Include all ts files ([ #1267 ] ( https://github.com/waku-org/js-waku/issues/1267 ) ) ([ c284159] ( https://github.com/waku-org/js-waku/commit/c284159ac8eab5bed2313fa5bc7fbea0e83d390f ) )
9
+
3
10
## [ 0.0.2] ( https://github.com/waku-org/js-waku/compare/utils-v0.0.1...utils-v0.0.2 ) (2023-03-16)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/utils" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Different utilities for Waku" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments