File tree 12 files changed +81
-14
lines changed
12 files changed +81
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/core/js-client" : " 0.8.4 " ,
3
- "packages/core/marine-worker" : " 0.5.1 " ,
4
- "packages/core/aqua-to-js" : " 0.3.12 " ,
5
- "packages/core/js-client-isomorphic" : " 0.5 .0" ,
6
- "packages/core/interfaces" : " 0.11 .0" ,
2
+ "packages/core/js-client" : " 0.9.0 " ,
3
+ "packages/core/marine-worker" : " 0.6.0 " ,
4
+ "packages/core/aqua-to-js" : " 0.3.13 " ,
5
+ "packages/core/js-client-isomorphic" : " 0.6 .0" ,
6
+ "packages/core/interfaces" : " 0.12 .0" ,
7
7
"packages/core/npm-aqua-compiler" : " 0.0.3"
8
8
}
Original file line number Diff line number Diff line change 87
87
* devDependencies
88
88
* @fluencelabs/js-client bumped to 0.8.4
89
89
90
+ ### Dependencies
91
+
92
+ * The following workspace dependencies were updated
93
+ * devDependencies
94
+ * @fluencelabs/interfaces bumped to 0.12.0
95
+ * @fluencelabs/js-client bumped to 0.9.0
96
+
90
97
## [ 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)
91
98
92
99
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.12 " ,
4
+ "version" : " 0.3.13 " ,
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.12.0] ( https://github.com/fluencelabs/js-client/compare/interfaces-v0.11.0...interfaces-v0.12.0 ) (2024-02-23)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * ** deps:** Update avm to 0.62 ([ #438 ] ( https://github.com/fluencelabs/js-client/issues/438 ) )
9
+
10
+ ### Bug Fixes
11
+
12
+ * ** deps:** Update avm to 0.62 ([ #438 ] ( https://github.com/fluencelabs/js-client/issues/438 ) ) ([ 702ad60] ( https://github.com/fluencelabs/js-client/commit/702ad605a8e9217f66d3992f31ae8461283ff0b1 ) )
13
+
3
14
## [ 0.11.0] ( https://github.com/fluencelabs/js-client/compare/interfaces-v0.10.0...interfaces-v0.11.0 ) (2024-01-26)
4
15
5
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluencelabs/interfaces" ,
3
3
"type" : " module" ,
4
- "version" : " 0.11 .0" ,
4
+ "version" : " 0.12 .0" ,
5
5
"description" : " Interfaces" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"typings" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.6.0] ( https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.5.0...js-client-isomorphic-v0.6.0 ) (2024-02-23)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * ** deps:** Update avm to 0.62 ([ #438 ] ( https://github.com/fluencelabs/js-client/issues/438 ) )
9
+
10
+ ### Bug Fixes
11
+
12
+ * ** deps:** Update avm to 0.62 ([ #438 ] ( https://github.com/fluencelabs/js-client/issues/438 ) ) ([ 702ad60] ( https://github.com/fluencelabs/js-client/commit/702ad605a8e9217f66d3992f31ae8461283ff0b1 ) )
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @fluencelabs/marine-worker bumped from 0.5.1 to 0.6.0
20
+
3
21
## [ 0.5.0] ( https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.4.0...js-client-isomorphic-v0.5.0 ) (2024-01-26)
4
22
5
23
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.5 .0" ,
4
+ "version" : " 0.6 .0" ,
5
5
"description" : " Isomorphic entities for js-client" ,
6
6
"files" : [
7
7
" dist"
24
24
"dependencies" : {
25
25
"@fluencelabs/avm" : " 0.62.0" ,
26
26
"@fluencelabs/marine-js" : " 0.13.0" ,
27
- "@fluencelabs/marine-worker" : " 0.5.1 " ,
27
+ "@fluencelabs/marine-worker" : " 0.6.0 " ,
28
28
"@fluencelabs/threads" : " ^2.0.0"
29
29
},
30
30
"keywords" : [],
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.9.0] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.8.4...js-client-v0.9.0 ) (2024-02-23)
16
+
17
+
18
+ ### ⚠ BREAKING CHANGES
19
+
20
+ * ** deps:** Update avm to 0.62 ([ #438 ] ( https://github.com/fluencelabs/js-client/issues/438 ) )
21
+
22
+ ### Bug Fixes
23
+
24
+ * ** deps:** Update avm to 0.62 ([ #438 ] ( https://github.com/fluencelabs/js-client/issues/438 ) ) ([ 702ad60] ( https://github.com/fluencelabs/js-client/commit/702ad605a8e9217f66d3992f31ae8461283ff0b1 ) )
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * dependencies
31
+ * @fluencelabs/interfaces bumped to 0.12.0
32
+ * @fluencelabs/js-client-isomorphic bumped to 0.6.0
33
+ * @fluencelabs/marine-worker bumped from 0.5.1 to 0.6.0
34
+
15
35
## [ 0.8.4] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.8.3...js-client-v0.8.4 ) (2024-02-23)
16
36
17
37
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluencelabs/js-client" ,
3
- "version" : " 0.8.4 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " Client for interacting with Fluence network" ,
5
5
"engines" : {
6
6
"node" : " >=10" ,
35
35
"@fluencelabs/avm" : " 0.62.0" ,
36
36
"@fluencelabs/interfaces" : " workspace:*" ,
37
37
"@fluencelabs/js-client-isomorphic" : " workspace:*" ,
38
- "@fluencelabs/marine-worker" : " 0.5.1 " ,
38
+ "@fluencelabs/marine-worker" : " 0.6.0 " ,
39
39
"@fluencelabs/threads" : " ^2.0.0" ,
40
40
"@libp2p/crypto" : " 4.0.1" ,
41
41
"@libp2p/identify" : " 1.0.11" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.6.0] ( https://github.com/fluencelabs/js-client/compare/marine-worker-v0.5.1...marine-worker-v0.6.0 ) (2024-02-23)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * ** deps:** Update avm to 0.62 ([ #438 ] ( https://github.com/fluencelabs/js-client/issues/438 ) )
9
+
10
+ ### Bug Fixes
11
+
12
+ * ** deps:** Update avm to 0.62 ([ #438 ] ( https://github.com/fluencelabs/js-client/issues/438 ) ) ([ 702ad60] ( https://github.com/fluencelabs/js-client/commit/702ad605a8e9217f66d3992f31ae8461283ff0b1 ) )
13
+
3
14
## [ 0.5.1] ( https://github.com/fluencelabs/js-client/compare/marine-worker-v0.5.0...marine-worker-v0.5.1 ) (2023-12-15)
4
15
5
16
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.5.1 " ,
4
+ "version" : " 0.6.0 " ,
5
5
"description" : " Marine worker" ,
6
6
"files" : [
7
7
" dist"
You can’t perform that action at this time.
0 commit comments