This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Expand file tree Collapse file tree 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.5.2 " ,
2
+ "packages/core/js-client" : " 0.5.3 " ,
3
3
"packages/core/marine-worker" : " 0.5.0" ,
4
- "packages/core/aqua-to-js" : " 0.3.2 " ,
4
+ "packages/core/aqua-to-js" : " 0.3.3 " ,
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 31
31
* @fluencelabs/interfaces bumped to 0.9.0
32
32
* @fluencelabs/js-client bumped to 0.5.2
33
33
34
+ ### Dependencies
35
+
36
+ * The following workspace dependencies were updated
37
+ * devDependencies
38
+ * @fluencelabs/js-client bumped to 0.5.3
39
+
34
40
## [ 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)
35
41
36
42
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.2 " ,
4
+ "version" : " 0.3.3 " ,
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.3] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.5.2...js-client-v0.5.3 ) (2023-11-23)
16
+
17
+
18
+ ### Features
19
+
20
+ * Additional export from js-client ([ fdd0ca0] ( https://github.com/fluencelabs/js-client/commit/fdd0ca0ea26407dbfd94d43e2a5ec1bbea7b96ff ) )
21
+
15
22
## [ 0.5.1] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.5.0...js-client-v0.5.1 ) (2023-11-23)
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.5.2 " ,
3
+ "version" : " 0.5.3 " ,
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