File tree 5 files changed +17
-4
lines changed
5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/core/js-client" : " 0.8.1 " ,
2
+ "packages/core/js-client" : " 0.8.2 " ,
3
3
"packages/core/marine-worker" : " 0.5.1" ,
4
- "packages/core/aqua-to-js" : " 0.3.9 " ,
4
+ "packages/core/aqua-to-js" : " 0.3.10 " ,
5
5
"packages/core/js-client-isomorphic" : " 0.5.0" ,
6
6
"packages/core/interfaces" : " 0.11.0" ,
7
7
"packages/core/npm-aqua-compiler" : " 0.0.3"
Original file line number Diff line number Diff line change 69
69
* devDependencies
70
70
* @fluencelabs/js-client bumped to 0.8.1
71
71
72
+ ### Dependencies
73
+
74
+ * The following workspace dependencies were updated
75
+ * devDependencies
76
+ * @fluencelabs/js-client bumped to 0.8.2
77
+
72
78
## [ 0.3.5] ( https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.3.4...aqua-to-js-v0.3.5 ) (2023-12-15)
73
79
74
80
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.9 " ,
4
+ "version" : " 0.3.10 " ,
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.8.2] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.8.1...js-client-v0.8.2 ) (2024-02-09)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * ** js-client:** Improve logging of conversion API ([ #429 ] ( https://github.com/fluencelabs/js-client/issues/429 ) ) ([ 2b1d0f7] ( https://github.com/fluencelabs/js-client/commit/2b1d0f7f05de237733ad6f6c5aeb1ba787313dd7 ) )
21
+
15
22
## [ 0.8.1] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.8.0...js-client-v0.8.1 ) (2024-01-31)
16
23
17
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluencelabs/js-client" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
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