This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +62
-69
lines changed Expand file tree Collapse file tree 8 files changed +62
-69
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/core/js-client" : " 0.4.2 " ,
3
- "packages/core/marine-worker" : " 0.4.1 " ,
2
+ "packages/core/js-client" : " 0.4.3 " ,
3
+ "packages/core/marine-worker" : " 0.4.2 " ,
4
4
"packages/core/aqua-to-js" : " 0.2.0" ,
5
- "packages/core/js-client-isomorphic" : " 0.2.1 "
5
+ "packages/core/js-client-isomorphic" : " 0.2.2 "
6
6
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.2] ( https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.2.1...js-client-isomorphic-v0.2.2 ) (2023-11-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * JS-client bugs and tech debt [ fixes DXJ-520] ([ #374 ] ( https://github.com/fluencelabs/js-client/issues/374 ) ) ([ b460491] ( https://github.com/fluencelabs/js-client/commit/b460491fbd0d07e3507a6c70f162014580c6d6da ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @fluencelabs/marine-worker bumped from 0.4.1 to 0.4.2
16
+
3
17
## [ 0.2.1] ( https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.2.0...js-client-isomorphic-v0.2.1 ) (2023-10-30)
4
18
5
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " module" ,
3
3
"name" : " @fluencelabs/js-client-isomorphic" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"description" : " Isomorphic entities for js-client" ,
6
6
"files" : [
7
7
" dist"
25
25
"dependencies" : {
26
26
"@fluencelabs/avm" : " 0.54.0" ,
27
27
"@fluencelabs/marine-js" : " 0.7.2" ,
28
- "@fluencelabs/marine-worker" : " 0.4.1 " ,
28
+ "@fluencelabs/marine-worker" : " 0.4.2 " ,
29
29
"@fluencelabs/threads" : " ^2.0.0"
30
30
},
31
31
"keywords" : [],
Original file line number Diff line number Diff line change 6
6
* dependencies
7
7
* @fluencelabs/js-client-isomorphic bumped to 0.2.0
8
8
9
+ ## [ 0.4.3] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.4.2...js-client-v0.4.3 ) (2023-11-06)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * JS-client bugs and tech debt [ fixes DXJ-520] ([ #374 ] ( https://github.com/fluencelabs/js-client/issues/374 ) ) ([ b460491] ( https://github.com/fluencelabs/js-client/commit/b460491fbd0d07e3507a6c70f162014580c6d6da ) )
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * dependencies
21
+ * @fluencelabs/js-client-isomorphic bumped to 0.2.2
22
+ * @fluencelabs/marine-worker bumped from 0.4.1 to 0.4.2
23
+
9
24
## [ 0.4.2] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.4.1...js-client-v0.4.2 ) (2023-10-30)
10
25
11
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluencelabs/js-client" ,
3
- "version" : " 0.4.2 " ,
3
+ "version" : " 0.4.3 " ,
4
4
"description" : " Client for interacting with Fluence network" ,
5
5
"engines" : {
6
6
"node" : " >=10" ,
35
35
"@fluencelabs/avm" : " 0.54.0" ,
36
36
"@fluencelabs/interfaces" : " workspace:*" ,
37
37
"@fluencelabs/js-client-isomorphic" : " workspace:*" ,
38
- "@fluencelabs/marine-worker" : " 0.4.1 " ,
38
+ "@fluencelabs/marine-worker" : " 0.4.2 " ,
39
39
"@fluencelabs/threads" : " ^2.0.0" ,
40
40
"@libp2p/crypto" : " 2.0.3" ,
41
41
"@libp2p/interface" : " 0.1.2" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.4.2] ( https://github.com/fluencelabs/js-client/compare/marine-worker-v0.4.1...marine-worker-v0.4.2 ) (2023-11-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * JS-client bugs and tech debt [ fixes DXJ-520] ([ #374 ] ( https://github.com/fluencelabs/js-client/issues/374 ) ) ([ b460491] ( https://github.com/fluencelabs/js-client/commit/b460491fbd0d07e3507a6c70f162014580c6d6da ) )
9
+
3
10
## [ 0.4.1] ( https://github.com/fluencelabs/js-client/compare/marine-worker-v0.4.0...marine-worker-v0.4.1 ) (2023-10-25)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " module" ,
3
3
"name" : " @fluencelabs/marine-worker" ,
4
- "version" : " 0.4.1 " ,
4
+ "version" : " 0.4.2 " ,
5
5
"description" : " Marine worker" ,
6
6
"files" : [
7
7
" dist"
You can’t perform that action at this time.
0 commit comments