File tree 5 files changed +18
-4
lines changed
5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/core/js-client" : " 0.5.3 " ,
2
+ "packages/core/js-client" : " 0.5.4 " ,
3
3
"packages/core/marine-worker" : " 0.5.0" ,
4
- "packages/core/aqua-to-js" : " 0.3.3 " ,
4
+ "packages/core/aqua-to-js" : " 0.3.4 " ,
5
5
"packages/core/js-client-isomorphic" : " 0.3.0" ,
6
6
"packages/core/interfaces" : " 0.9.0"
7
7
}
Original file line number Diff line number Diff line change 37
37
* devDependencies
38
38
* @fluencelabs/js-client bumped to 0.5.3
39
39
40
+ ### Dependencies
41
+
42
+ * The following workspace dependencies were updated
43
+ * devDependencies
44
+ * @fluencelabs/js-client bumped to 0.5.4
45
+
40
46
## [ 0.3.0] ( https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.2.0...aqua-to-js-v0.3.0 ) (2023-11-22)
41
47
42
48
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluencelabs/aqua-to-js" ,
3
3
"type" : " module" ,
4
- "version" : " 0.3.3 " ,
4
+ "version" : " 0.3.4 " ,
5
5
"description" : " Tool for generating aqua wrapper" ,
6
6
"main" : " dist/index.js" ,
7
7
"files" : [
Original file line number Diff line number Diff line change 12
12
* dependencies
13
13
* @fluencelabs/interfaces bumped to 0.9.0
14
14
15
+ ## [ 0.5.4] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.5.3...js-client-v0.5.4 ) (2023-12-06)
16
+
17
+
18
+ ### Features
19
+
20
+ * ** js-client:** Update libp2p ecosystem [ fixes DXJ-551] ([ #393 ] ( https://github.com/fluencelabs/js-client/issues/393 ) ) ([ 44eb149] ( https://github.com/fluencelabs/js-client/commit/44eb1493b3a40fea56cfe726f7e18cd646ca6f92 ) )
21
+ * Support instance context [ fixes DXJ-541] ([ #392 ] ( https://github.com/fluencelabs/js-client/issues/392 ) ) ([ 1578b79] ( https://github.com/fluencelabs/js-client/commit/1578b791ac4ff483dc73aa3fd5083b1eeef79be8 ) )
22
+
15
23
## [ 0.5.3] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.5.2...js-client-v0.5.3 ) (2023-11-23)
16
24
17
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluencelabs/js-client" ,
3
- "version" : " 0.5.3 " ,
3
+ "version" : " 0.5.4 " ,
4
4
"description" : " Client for interacting with Fluence network" ,
5
5
"engines" : {
6
6
"node" : " >=10" ,
You can’t perform that action at this time.
0 commit comments