This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +94
-14
lines changed Expand file tree Collapse file tree 13 files changed +94
-14
lines changed Original file line number Diff line number Diff line change 11{
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- "packages/core/npm-aqua-compiler" : " 0.0.3 "
2+ "packages/core/js-client" : " 0.9.1 " ,
3+ "packages/core/marine-worker" : " 0.6.1 " ,
4+ "packages/core/aqua-to-js" : " 0.3.14 " ,
5+ "packages/core/js-client-isomorphic" : " 0.6.1 " ,
6+ "packages/core/interfaces" : " 0.12.1 " ,
7+ "packages/core/npm-aqua-compiler" : " 0.0.4 "
88}
Original file line number Diff line number Diff line change 9494 * @fluencelabs/interfaces bumped to 0.12.0
9595 * @fluencelabs/js-client bumped to 0.9.0
9696
97+ ## [ 0.3.14] ( https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.3.13...aqua-to-js-v0.3.14 ) (2024-08-14)
98+
99+
100+ ### Features
101+
102+ * ** fluence-network-environment:** Introduce fluence-network-environment package ([ #442 ] ( https://github.com/fluencelabs/js-client/issues/442 ) ) ([ 9eeeb0f] ( https://github.com/fluencelabs/js-client/commit/9eeeb0fae0c73c0f576f839f4a0affa4ddf61b77 ) )
103+ * update copyright ([ #449 ] ( https://github.com/fluencelabs/js-client/issues/449 ) ) ([ 3ca9713] ( https://github.com/fluencelabs/js-client/commit/3ca9713e45a49b24aa5cec773e2953debfeb4f4d ) )
104+
105+
106+ ### Bug Fixes
107+
108+ * move zod from devDependencies to dependencies ([ #450 ] ( https://github.com/fluencelabs/js-client/issues/450 ) ) ([ 5c346f6] ( https://github.com/fluencelabs/js-client/commit/5c346f6566a280a3c88967d417b12056cb10a734 ) )
109+
110+
111+ ### Dependencies
112+
113+ * The following workspace dependencies were updated
114+ * devDependencies
115+ * @fluencelabs/interfaces bumped to 0.12.1
116+ * @fluencelabs/js-client bumped to 0.9.1
117+
97118## [ 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)
98119
99120
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluencelabs/aqua-to-js" ,
33 "type" : " module" ,
4- "version" : " 0.3.13 " ,
4+ "version" : " 0.3.14 " ,
55 "description" : " Tool for generating aqua wrapper" ,
66 "main" : " dist/index.js" ,
77 "files" : [
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.12.1] ( https://github.com/fluencelabs/js-client/compare/interfaces-v0.12.0...interfaces-v0.12.1 ) (2024-08-14)
4+
5+
6+ ### Features
7+
8+ * ** fluence-network-environment:** Introduce fluence-network-environment package ([ #442 ] ( https://github.com/fluencelabs/js-client/issues/442 ) ) ([ 9eeeb0f] ( https://github.com/fluencelabs/js-client/commit/9eeeb0fae0c73c0f576f839f4a0affa4ddf61b77 ) )
9+ * update copyright ([ #449 ] ( https://github.com/fluencelabs/js-client/issues/449 ) ) ([ 3ca9713] ( https://github.com/fluencelabs/js-client/commit/3ca9713e45a49b24aa5cec773e2953debfeb4f4d ) )
10+
311## [ 0.12.0] ( https://github.com/fluencelabs/js-client/compare/interfaces-v0.11.0...interfaces-v0.12.0 ) (2024-02-23)
412
513
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluencelabs/interfaces" ,
33 "type" : " module" ,
4- "version" : " 0.12.0 " ,
4+ "version" : " 0.12.1 " ,
55 "description" : " Interfaces" ,
66 "main" : " ./dist/index.js" ,
77 "typings" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.1] ( https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.6.0...js-client-isomorphic-v0.6.1 ) (2024-08-14)
4+
5+
6+ ### Features
7+
8+ * update copyright ([ #449 ] ( https://github.com/fluencelabs/js-client/issues/449 ) ) ([ 3ca9713] ( https://github.com/fluencelabs/js-client/commit/3ca9713e45a49b24aa5cec773e2953debfeb4f4d ) )
9+
10+
11+ ### Dependencies
12+
13+ * The following workspace dependencies were updated
14+ * dependencies
15+ * @fluencelabs/marine-worker bumped from 0.6.0 to 0.6.1
16+
317## [ 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)
418
519
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "name" : " @fluencelabs/js-client-isomorphic" ,
4- "version" : " 0.6.0 " ,
4+ "version" : " 0.6.1 " ,
55 "description" : " Isomorphic entities for js-client" ,
66 "files" : [
77 " dist"
2424 "dependencies" : {
2525 "@fluencelabs/avm" : " 0.62.0" ,
2626 "@fluencelabs/marine-js" : " 0.13.0" ,
27- "@fluencelabs/marine-worker" : " 0.6.0 " ,
27+ "@fluencelabs/marine-worker" : " 0.6.1 " ,
2828 "@fluencelabs/threads" : " ^2.0.0"
2929 },
3030 "keywords" : [],
Original file line number Diff line number Diff line change 1212 * dependencies
1313 * @fluencelabs/interfaces bumped to 0.9.0
1414
15+ ## [ 0.9.1] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.9.0...js-client-v0.9.1 ) (2024-08-14)
16+
17+
18+ ### Features
19+
20+ * ** fluence-network-environment:** Introduce fluence-network-environment package ([ #442 ] ( https://github.com/fluencelabs/js-client/issues/442 ) ) ([ 9eeeb0f] ( https://github.com/fluencelabs/js-client/commit/9eeeb0fae0c73c0f576f839f4a0affa4ddf61b77 ) )
21+ * update copyright ([ #449 ] ( https://github.com/fluencelabs/js-client/issues/449 ) ) ([ 3ca9713] ( https://github.com/fluencelabs/js-client/commit/3ca9713e45a49b24aa5cec773e2953debfeb4f4d ) )
22+
23+
24+ ### Bug Fixes
25+
26+ * ** deps:** use external fluence-network-environment 1.2.2 ([ ea9daa8] ( https://github.com/fluencelabs/js-client/commit/ea9daa8dc7987b83ceea0ccbb734938627aa5e13 ) )
27+ * ** deps:** use external fluence-network-environment 1.2.2 [ fixes FLU-689] ([ #454 ] ( https://github.com/fluencelabs/js-client/issues/454 ) ) ([ ea9daa8] ( https://github.com/fluencelabs/js-client/commit/ea9daa8dc7987b83ceea0ccbb734938627aa5e13 ) )
28+
29+
30+ ### Dependencies
31+
32+ * The following workspace dependencies were updated
33+ * dependencies
34+ * @fluencelabs/interfaces bumped to 0.12.1
35+ * @fluencelabs/js-client-isomorphic bumped to 0.6.1
36+ * @fluencelabs/marine-worker bumped from 0.6.0 to 0.6.1
37+
1538## [ 0.9.0] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.8.4...js-client-v0.9.0 ) (2024-02-23)
1639
1740
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluencelabs/js-client" ,
3- "version" : " 0.9.0 " ,
3+ "version" : " 0.9.1 " ,
44 "description" : " Client for interacting with Fluence network" ,
55 "engines" : {
66 "node" : " >=10" ,
3636 "@fluencelabs/interfaces" : " workspace:*" ,
3737 "@fluencelabs/js-client-isomorphic" : " workspace:*" ,
3838 "@fluencelabs/fluence-network-environment" : " 1.2.2" ,
39- "@fluencelabs/marine-worker" : " 0.6.0 " ,
39+ "@fluencelabs/marine-worker" : " 0.6.1 " ,
4040 "@fluencelabs/threads" : " ^2.0.0" ,
4141 "@libp2p/crypto" : " 4.0.1" ,
4242 "@libp2p/identify" : " 1.0.11" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.1] ( https://github.com/fluencelabs/js-client/compare/marine-worker-v0.6.0...marine-worker-v0.6.1 ) (2024-08-14)
4+
5+
6+ ### Features
7+
8+ * update copyright ([ #449 ] ( https://github.com/fluencelabs/js-client/issues/449 ) ) ([ 3ca9713] ( https://github.com/fluencelabs/js-client/commit/3ca9713e45a49b24aa5cec773e2953debfeb4f4d ) )
9+
310## [ 0.6.0] ( https://github.com/fluencelabs/js-client/compare/marine-worker-v0.5.1...marine-worker-v0.6.0 ) (2024-02-23)
411
512
You can’t perform that action at this time.
0 commit comments