This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +26
-6
lines changed Expand file tree Collapse file tree 7 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/core/js-client" : " 0.8.0 " ,
2+ "packages/core/js-client" : " 0.8.1 " ,
33 "packages/core/marine-worker" : " 0.5.1" ,
4- "packages/core/aqua-to-js" : " 0.3.8 " ,
4+ "packages/core/aqua-to-js" : " 0.3.9 " ,
55 "packages/core/js-client-isomorphic" : " 0.5.0" ,
66 "packages/core/interfaces" : " 0.11.0" ,
7- "packages/core/npm-aqua-compiler" : " 0.0.2 "
7+ "packages/core/npm-aqua-compiler" : " 0.0.3 "
88}
Original file line number Diff line number Diff line change 6363 * devDependencies
6464 * @fluencelabs/js-client bumped to 0.8.0
6565
66+ ### Dependencies
67+
68+ * The following workspace dependencies were updated
69+ * devDependencies
70+ * @fluencelabs/js-client bumped to 0.8.1
71+
6672## [ 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)
6773
6874
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluencelabs/aqua-to-js" ,
33 "type" : " module" ,
4- "version" : " 0.3.8 " ,
4+ "version" : " 0.3.9 " ,
55 "description" : " Tool for generating aqua wrapper" ,
66 "main" : " dist/index.js" ,
77 "files" : [
Original file line number Diff line number Diff line change 1212 * dependencies
1313 * @fluencelabs/interfaces bumped to 0.9.0
1414
15+ ## [ 0.8.1] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.8.0...js-client-v0.8.1 ) (2024-01-31)
16+
17+
18+ ### Bug Fixes
19+
20+ * Dial interval ([ #421 ] ( https://github.com/fluencelabs/js-client/issues/421 ) ) ([ fa38328] ( https://github.com/fluencelabs/js-client/commit/fa38328fddac076831ecd0a352d802a0281c4ab4 ) )
21+
1522## [ 0.8.0] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.7.0...js-client-v0.8.0 ) (2024-01-29)
1623
1724
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluencelabs/js-client" ,
3- "version" : " 0.8.0 " ,
3+ "version" : " 0.8.1 " ,
44 "description" : " Client for interacting with Fluence network" ,
55 "engines" : {
66 "node" : " >=10" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.3] ( https://github.com/fluencelabs/js-client/compare/npm-aqua-compiler-v0.0.2...npm-aqua-compiler-v0.0.3 ) (2024-01-31)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** npm-aqua-compiler:** Support aquaDir inside the project's node_nodules ([ #427 ] ( https://github.com/fluencelabs/js-client/issues/427 ) ) ([ 514663a] ( https://github.com/fluencelabs/js-client/commit/514663a4fde716e216f3112277d4bef6370dfdae ) )
9+
310## [ 0.0.2] ( https://github.com/fluencelabs/js-client/compare/npm-aqua-compiler-v0.0.1...npm-aqua-compiler-v0.0.2 ) (2023-12-15)
411
512
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "name" : " @fluencelabs/npm-aqua-compiler" ,
4- "version" : " 0.0.2 " ,
4+ "version" : " 0.0.3 " ,
55 "description" : " Tool for converting npm imports to aqua compiler input" ,
66 "types" : " ./dist/imports.d.ts" ,
77 "exports" : {
You can’t perform that action at this time.
0 commit comments