File tree 7 files changed +26
-6
lines changed
7 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/core/js-client" : " 0.8.0 " ,
2
+ "packages/core/js-client" : " 0.8.1 " ,
3
3
"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 " ,
5
5
"packages/core/js-client-isomorphic" : " 0.5.0" ,
6
6
"packages/core/interfaces" : " 0.11.0" ,
7
- "packages/core/npm-aqua-compiler" : " 0.0.2 "
7
+ "packages/core/npm-aqua-compiler" : " 0.0.3 "
8
8
}
Original file line number Diff line number Diff line change 63
63
* devDependencies
64
64
* @fluencelabs/js-client bumped to 0.8.0
65
65
66
+ ### Dependencies
67
+
68
+ * The following workspace dependencies were updated
69
+ * devDependencies
70
+ * @fluencelabs/js-client bumped to 0.8.1
71
+
66
72
## [ 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)
67
73
68
74
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.8 " ,
4
+ "version" : " 0.3.9 " ,
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 12
12
* dependencies
13
13
* @fluencelabs/interfaces bumped to 0.9.0
14
14
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
+
15
22
## [ 0.8.0] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.7.0...js-client-v0.8.0 ) (2024-01-29)
16
23
17
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluencelabs/js-client" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " Client for interacting with Fluence network" ,
5
5
"engines" : {
6
6
"node" : " >=10" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 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)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " module" ,
3
3
"name" : " @fluencelabs/npm-aqua-compiler" ,
4
- "version" : " 0.0.2 " ,
4
+ "version" : " 0.0.3 " ,
5
5
"description" : " Tool for converting npm imports to aqua compiler input" ,
6
6
"types" : " ./dist/imports.d.ts" ,
7
7
"exports" : {
You can’t perform that action at this time.
0 commit comments