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 +26
-4
lines changed Expand file tree Collapse file tree 5 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/core/js-client" : " 0.3 .0" ,
2
+ "packages/core/js-client" : " 0.4 .0" ,
3
3
"packages/core/marine-worker" : " 0.4.0" ,
4
- "packages/core/aqua-to-js" : " 0.1 .0"
4
+ "packages/core/aqua-to-js" : " 0.2 .0"
5
5
}
Original file line number Diff line number Diff line change 18
18
* devDependencies
19
19
* @fluencelabs/js-client bumped to 0.2.1
20
20
21
+ ## [ 0.2.0] ( https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.1.0...aqua-to-js-v0.2.0 ) (2023-10-25)
22
+
23
+
24
+ ### ⚠ BREAKING CHANGES
25
+
26
+ * ** js-client:** Simplify/optimize js-client and update README [ fixes DXJ-490] ([ #366 ] ( https://github.com/fluencelabs/js-client/issues/366 ) )
27
+
28
+ ### Miscellaneous Chores
29
+
30
+ * ** js-client:** Simplify/optimize js-client and update README [ fixes DXJ-490] ([ #366 ] ( https://github.com/fluencelabs/js-client/issues/366 ) ) ([ f9abc64] ( https://github.com/fluencelabs/js-client/commit/f9abc6419c9b32aacec4b05a625d08ec7ff407ba ) )
31
+
21
32
## [ 0.1.0] ( https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.0.4...aqua-to-js-v0.1.0 ) (2023-10-18)
22
33
23
34
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.1 .0" ,
4
+ "version" : " 0.2 .0" ,
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 1
1
# Changelog
2
2
3
+ ## [ 0.4.0] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.3.0...js-client-v0.4.0 ) (2023-10-25)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * ** js-client:** Simplify/optimize js-client and update README [ fixes DXJ-490] ([ #366 ] ( https://github.com/fluencelabs/js-client/issues/366 ) )
9
+
10
+ ### Miscellaneous Chores
11
+
12
+ * ** js-client:** Simplify/optimize js-client and update README [ fixes DXJ-490] ([ #366 ] ( https://github.com/fluencelabs/js-client/issues/366 ) ) ([ f9abc64] ( https://github.com/fluencelabs/js-client/commit/f9abc6419c9b32aacec4b05a625d08ec7ff407ba ) )
13
+
3
14
## [ 0.3.0] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.2.1...js-client-v0.3.0 ) (2023-10-18)
4
15
5
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluencelabs/js-client" ,
3
- "version" : " 0.3 .0" ,
3
+ "version" : " 0.4 .0" ,
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