File tree Expand file tree Collapse file tree 32 files changed +199
-18
lines changed Expand file tree Collapse file tree 32 files changed +199
-18
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0-beta.1] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-client@1.2.0-beta.0...@windingtree/sdk-client@1.2.0-beta.1 ) (2023-10-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * add force param to subscribe method in requests manager ([ ab77a45] ( https://github.com/windingtree/sdk/commit/ab77a45712c9dd7ce98ff4fccdea56cf1682137d ) )
12
+ * move renew subscribe flow to request manager ([ 90009e2] ( https://github.com/windingtree/sdk/commit/90009e2c20ef8b9a472cb3d5978b844280e928fc ) )
13
+ * update libp2p ([ 71daad4] ( https://github.com/windingtree/sdk/commit/71daad41838ae6b2833c76aa36b5b2071a041e92 ) )
14
+ * update reconnect flow, update e2e tests ([ 73da6f9] ( https://github.com/windingtree/sdk/commit/73da6f97656592b03851c95f45bcb955937e2a8d ) )
15
+
16
+
17
+
18
+
19
+
6
20
# [ 1.2.0-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-client@1.1.0...@windingtree/sdk-client@1.2.0-beta.0 ) (2023-07-31)
7
21
8
22
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-client" ,
3
- "version" : " 1.2.0-beta.0 " ,
3
+ "version" : " 1.2.0-beta.1 " ,
4
4
"description" : " The WindingTree market protocol client" ,
5
5
"repository" : " https://github.com/windingtree/sdk#readme" ,
6
6
"author" : " Kostiantyn Smyrnov <kostysh@gmail.com>" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-constants@1.1.0...@windingtree/sdk-constants@1.2.0-beta.0 ) (2023-10-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * improve test coverage ([ 9d49c6e] ( https://github.com/windingtree/sdk/commit/9d49c6e2e172cce2c6eb320a3f0e4b097d8e83a8 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 1.1.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-constants@1.1.0-beta.3...@windingtree/sdk-constants@1.1.0 ) (2023-07-27)
7
18
8
19
** Note:** Version bump only for package @windingtree/sdk-constants
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-constants" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2.0-beta .0" ,
4
4
"description" : " libp2p PubSub protocol implementation for the WindingTree market protocol" ,
5
5
"repository" : " https://github.com/windingtree/sdk#readme" ,
6
6
"author" : " Kostiantyn Smyrnov <kostysh@gmail.com>" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0-beta.1] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-contracts-manager@1.2.0-beta.0...@windingtree/sdk-contracts-manager@1.2.0-beta.1 ) (2023-10-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * improve test coverage ([ 9d49c6e] ( https://github.com/windingtree/sdk/commit/9d49c6e2e172cce2c6eb320a3f0e4b097d8e83a8 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 1.2.0-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-contracts-manager@1.1.0...@windingtree/sdk-contracts-manager@1.2.0-beta.0 ) (2023-07-31)
7
18
8
19
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-contracts-manager" ,
3
- "version" : " 1.2.0-beta.0 " ,
3
+ "version" : " 1.2.0-beta.1 " ,
4
4
"description" : " Utility class for interaction with the protocol smart contracts" ,
5
5
"repository" : " https://github.com/windingtree/sdk#readme" ,
6
6
"author" : " Kostiantyn Smyrnov <kostysh@gmail.com>" ,
35
35
"viem" : " ^1.3.0"
36
36
},
37
37
"devDependencies" : {
38
- "@windingtree/sdk-utils" : " workspace:*" ,
39
38
"@windingtree/sdk-test-utils" : " workspace:*" ,
39
+ "@windingtree/sdk-utils" : " workspace:*" ,
40
40
"wtmp-examples-shared-files" : " workspace:*"
41
41
},
42
42
"scripts" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0-beta.1] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-db@1.2.0-beta.0...@windingtree/sdk-db@1.2.0-beta.1 ) (2023-10-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * fix async issues ([ 803ab03] ( https://github.com/windingtree/sdk/commit/803ab03f1b5d176844247c2d065dfadabc12355f ) )
12
+ * improve test coverage ([ 9d49c6e] ( https://github.com/windingtree/sdk/commit/9d49c6e2e172cce2c6eb320a3f0e4b097d8e83a8 ) )
13
+ * move buildRandomDeal to messages package ([ e0aea26] ( https://github.com/windingtree/sdk/commit/e0aea265f62cd5ca91b259c6f683a596ceb3ddd4 ) )
14
+
15
+
16
+
17
+
18
+
6
19
# [ 1.2.0-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-db@1.1.0...@windingtree/sdk-db@1.2.0-beta.0 ) (2023-07-31)
7
20
8
21
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-db" ,
3
- "version" : " 1.2.0-beta.0 " ,
3
+ "version" : " 1.2.0-beta.1 " ,
4
4
"description" : " Databases for the WindingTree market protocol" ,
5
5
"repository" : " https://github.com/windingtree/sdk#readme" ,
6
6
"author" : " Kostiantyn Smyrnov <kostysh@gmail.com>" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.1.1-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-logger@1.1.0...@windingtree/sdk-logger@1.1.1-beta.0 ) (2023-10-25)
7
+
8
+ ** Note:** Version bump only for package @windingtree/sdk-logger
9
+
10
+
11
+
12
+
13
+
6
14
# [ 1.1.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-logger@1.1.0-beta.3...@windingtree/sdk-logger@1.1.0 ) (2023-07-27)
7
15
8
16
** Note:** Version bump only for package @windingtree/sdk-logger
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-logger" ,
3
- "version" : " 1.1.0" ,
3
+ "version" : " 1.1.1-beta. 0" ,
4
4
"description" : " Logger" ,
5
5
"repository" : " https://github.com/windingtree/sdk#readme" ,
6
6
"author" : " Kostiantyn Smyrnov <kostysh@gmail.com>" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0-beta.1] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-messages@1.2.0-beta.0...@windingtree/sdk-messages@1.2.0-beta.1 ) (2023-10-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * improve test coverage ([ 9d49c6e] ( https://github.com/windingtree/sdk/commit/9d49c6e2e172cce2c6eb320a3f0e4b097d8e83a8 ) )
12
+ * move buildRandomDeal to messages package ([ e0aea26] ( https://github.com/windingtree/sdk/commit/e0aea265f62cd5ca91b259c6f683a596ceb3ddd4 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 1.2.0-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-messages@1.1.0...@windingtree/sdk-messages@1.2.0-beta.0 ) (2023-07-31)
7
19
8
20
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-messages" ,
3
- "version" : " 1.2.0-beta.0 " ,
3
+ "version" : " 1.2.0-beta.1 " ,
4
4
"description" : " The WindingTree market protocol messages utilities" ,
5
5
"repository" : " https://github.com/windingtree/sdk#readme" ,
6
6
"author" : " Kostiantyn Smyrnov <kostysh@gmail.com>" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-node-api@1.1.1-beta.0...@windingtree/sdk-node-api@1.2.0-beta.0 ) (2023-10-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * improve test coverage ([ 9d49c6e] ( https://github.com/windingtree/sdk/commit/9d49c6e2e172cce2c6eb320a3f0e4b097d8e83a8 ) )
12
+ * move buildRandomDeal to messages package ([ e0aea26] ( https://github.com/windingtree/sdk/commit/e0aea265f62cd5ca91b259c6f683a596ceb3ddd4 ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 1.1.1-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-node-api@1.1.0...@windingtree/sdk-node-api@1.1.1-beta.0 ) (2023-07-31)
7
19
8
20
** Note:** Version bump only for package @windingtree/sdk-node-api
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-node-api" ,
3
- "version" : " 1.1.1 -beta.0" ,
3
+ "version" : " 1.2.0 -beta.0" ,
4
4
"description" : " The WindingTree market protocol node API server and client" ,
5
5
"repository" : " https://github.com/windingtree/sdk#readme" ,
6
6
"author" : " Kostiantyn Smyrnov <kostysh@gmail.com>" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-node@1.1.1-beta.0...@windingtree/sdk-node@1.2.0-beta.0 ) (2023-10-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * improve test coverage ([ 9d49c6e] ( https://github.com/windingtree/sdk/commit/9d49c6e2e172cce2c6eb320a3f0e4b097d8e83a8 ) )
12
+ * move renew subscribe flow to request manager ([ 90009e2] ( https://github.com/windingtree/sdk/commit/90009e2c20ef8b9a472cb3d5978b844280e928fc ) )
13
+ * update libp2p ([ 71daad4] ( https://github.com/windingtree/sdk/commit/71daad41838ae6b2833c76aa36b5b2071a041e92 ) )
14
+ * update reconnect flow, update e2e tests ([ 73da6f9] ( https://github.com/windingtree/sdk/commit/73da6f97656592b03851c95f45bcb955937e2a8d ) )
15
+
16
+
17
+
18
+
19
+
6
20
## [ 1.1.1-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-node@1.1.0...@windingtree/sdk-node@1.1.1-beta.0 ) (2023-07-31)
7
21
8
22
** Note:** Version bump only for package @windingtree/sdk-node
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-node" ,
3
- "version" : " 1.1.1 -beta.0" ,
3
+ "version" : " 1.2.0 -beta.0" ,
4
4
"description" : " The WindingTree market protocol node" ,
5
5
"repository" : " https://github.com/windingtree/sdk#readme" ,
6
6
"author" : " Kostiantyn Smyrnov <kostysh@gmail.com>" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-pubsub@1.1.1-beta.0...@windingtree/sdk-pubsub@1.2.0-beta.0 ) (2023-10-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * fix async issues ([ 803ab03] ( https://github.com/windingtree/sdk/commit/803ab03f1b5d176844247c2d065dfadabc12355f ) )
12
+ * update libp2p ([ 71daad4] ( https://github.com/windingtree/sdk/commit/71daad41838ae6b2833c76aa36b5b2071a041e92 ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 1.1.1-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-pubsub@1.1.0...@windingtree/sdk-pubsub@1.1.1-beta.0 ) (2023-07-31)
7
19
8
20
** Note:** Version bump only for package @windingtree/sdk-pubsub
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-pubsub" ,
3
- "version" : " 1.1.1 -beta.0" ,
3
+ "version" : " 1.2.0 -beta.0" ,
4
4
"description" : " libp2p PubSub protocol implementation for the WindingTree market protocol" ,
5
5
"repository" : " https://github.com/windingtree/sdk#readme" ,
6
6
"author" : " Kostiantyn Smyrnov <kostysh@gmail.com>" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0-beta.1] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-queue@1.2.0-beta.0...@windingtree/sdk-queue@1.2.0-beta.1 ) (2023-10-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * update libp2p ([ 71daad4] ( https://github.com/windingtree/sdk/commit/71daad41838ae6b2833c76aa36b5b2071a041e92 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 1.2.0-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-queue@1.1.0...@windingtree/sdk-queue@1.2.0-beta.0 ) (2023-07-31)
7
18
8
19
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-queue" ,
3
- "version" : " 1.2.0-beta.0 " ,
3
+ "version" : " 1.2.0-beta.1 " ,
4
4
"description" : " Jobs queue" ,
5
5
"repository" : " https://github.com/windingtree/sdk#readme" ,
6
6
"author" : " Kostiantyn Smyrnov <kostysh@gmail.com>" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-react@1.1.1-beta.0...@windingtree/sdk-react@1.2.0-beta.0 ) (2023-10-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * 🐛 Missed exaports are added to the react package ([ cbb4b75] ( https://github.com/windingtree/sdk/commit/cbb4b75f497b1a58e004d9135cd7e2a869de119f ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * 🎸 Added DealsManagerProvider to the react package ([ ac1129f] ( https://github.com/windingtree/sdk/commit/ac1129f5d1c45c9f93336718d59bfbe4c7bb60fc ) )
17
+ * 🎸 Added providers for client and requestsManager ([ b5f24b8] ( https://github.com/windingtree/sdk/commit/b5f24b879b6752654325e385841c4061d952a419 ) )
18
+
19
+
20
+
21
+
22
+
6
23
## [ 1.1.1-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-react@1.1.0...@windingtree/sdk-react@1.1.1-beta.0 ) (2023-07-31)
7
24
8
25
** Note:** Version bump only for package @windingtree/sdk-react
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-react" ,
3
- "version" : " 1.1.1 -beta.0" ,
3
+ "version" : " 1.2.0 -beta.0" ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
48
48
"@types/react" : " ^18.2.15" ,
49
49
"@types/react-dom" : " ^18.2.7" ,
50
50
"@vitejs/plugin-react" : " ^4.0.3" ,
51
+ "@windingtree/sdk-client" : " workspace:*" ,
51
52
"@windingtree/sdk-contracts-manager" : " workspace:*" ,
52
53
"@windingtree/sdk-node-api" : " workspace:*" ,
53
- "@windingtree/sdk-client" : " workspace:*" ,
54
54
"@windingtree/sdk-storage" : " workspace:*" ,
55
55
"@windingtree/sdk-types" : " workspace:*" ,
56
56
"eslint" : " ^8.45.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-server@1.1.1-beta.0...@windingtree/sdk-server@1.2.0-beta.0 ) (2023-10-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * update libp2p ([ 71daad4] ( https://github.com/windingtree/sdk/commit/71daad41838ae6b2833c76aa36b5b2071a041e92 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.1.1-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-server@1.1.0...@windingtree/sdk-server@1.1.1-beta.0 ) (2023-07-31)
7
18
8
19
** Note:** Version bump only for package @windingtree/sdk-server
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-server" ,
3
- "version" : " 1.1.1 -beta.0" ,
3
+ "version" : " 1.2.0 -beta.0" ,
4
4
"description" : " The WindingTree market protocol server" ,
5
5
"repository" : " https://github.com/windingtree/sdk#readme" ,
6
6
"author" : " Kostiantyn Smyrnov <kostysh@gmail.com>" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-storage@1.1.0...@windingtree/sdk-storage@1.2.0-beta.0 ) (2023-10-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * add level db storage ([ 7756a72] ( https://github.com/windingtree/sdk/commit/7756a720dd59e22183c758fa3845c637978a91a9 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 1.1.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-storage@1.1.0-beta.3...@windingtree/sdk-storage@1.1.0 ) (2023-07-27)
7
18
8
19
** Note:** Version bump only for package @windingtree/sdk-storage
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-storage" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2.0-beta .0" ,
4
4
"description" : " Key-value database abstraction layer" ,
5
5
"repository" : " https://github.com/windingtree/sdk#readme" ,
6
6
"author" : " Kostiantyn Smyrnov <kostysh@gmail.com>" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0-beta.1] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-test-utils@1.2.0-beta.0...@windingtree/sdk-test-utils@1.2.0-beta.1 ) (2023-10-25)
7
+
8
+ ** Note:** Version bump only for package @windingtree/sdk-test-utils
9
+
10
+
11
+
12
+
13
+
6
14
# [ 1.2.0-beta.0] ( https://github.com/windingtree/sdk/compare/@windingtree/sdk-test-utils@1.1.0...@windingtree/sdk-test-utils@1.2.0-beta.0 ) (2023-07-31)
7
15
8
16
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @windingtree/sdk-test-utils" ,
3
- "version" : " 1.2.0-beta.0 " ,
3
+ "version" : " 1.2.0-beta.1 " ,
4
4
"description" : " Testing utilities for the Windingtree market protocol SDK" ,
5
5
"repository" : " https://github.com/windingtree/sdk#readme" ,
6
6
"author" : " Kostiantyn Smyrnov <kostysh@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments