File tree 12 files changed +92
-54
lines changed 12 files changed +92
-54
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/core/js-client" : " 0.5.4 " ,
3
- "packages/core/marine-worker" : " 0.5.0 " ,
4
- "packages/core/aqua-to-js" : " 0.3.4 " ,
5
- "packages/core/js-client-isomorphic" : " 0.3.0 " ,
2
+ "packages/core/js-client" : " 0.5.5 " ,
3
+ "packages/core/marine-worker" : " 0.5.1 " ,
4
+ "packages/core/aqua-to-js" : " 0.3.5 " ,
5
+ "packages/core/js-client-isomorphic" : " 0.3.1 " ,
6
6
"packages/core/interfaces" : " 0.9.0" ,
7
- "packages/core/npm-aqua-compiler" : " 0.0.1 "
7
+ "packages/core/npm-aqua-compiler" : " 0.0.2 "
8
8
}
Original file line number Diff line number Diff line change 43
43
* devDependencies
44
44
* @fluencelabs/js-client bumped to 0.5.4
45
45
46
+ ## [ 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)
47
+
48
+
49
+ ### Features
50
+
51
+ * ** npm-aqua-compiler:** create package ([ #401 ] ( https://github.com/fluencelabs/js-client/issues/401 ) ) ([ d600811] ( https://github.com/fluencelabs/js-client/commit/d6008110cf0ecaf23a63cfef0bb3f786a6eb0937 ) )
52
+
53
+
54
+ ### Dependencies
55
+
56
+ * The following workspace dependencies were updated
57
+ * devDependencies
58
+ * @fluencelabs/js-client bumped to 0.5.5
59
+
46
60
## [ 0.3.0] ( https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.2.0...aqua-to-js-v0.3.0 ) (2023-11-22)
47
61
48
62
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.4 " ,
4
+ "version" : " 0.3.5 " ,
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.3.1] ( https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.3.0...js-client-isomorphic-v0.3.1 ) (2023-12-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** npm-aqua-compiler:** create package ([ #401 ] ( https://github.com/fluencelabs/js-client/issues/401 ) ) ([ d600811] ( https://github.com/fluencelabs/js-client/commit/d6008110cf0ecaf23a63cfef0bb3f786a6eb0937 ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @fluencelabs/marine-worker bumped from 0.5.0 to 0.5.1
16
+
3
17
## [ 0.3.0] ( https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.2.2...js-client-isomorphic-v0.3.0 ) (2023-11-22)
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.3.0 " ,
4
+ "version" : " 0.3.1 " ,
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.8.0" ,
28
- "@fluencelabs/marine-worker" : " 0.5.0 " ,
28
+ "@fluencelabs/marine-worker" : " 0.5.1 " ,
29
29
"@fluencelabs/threads" : " ^2.0.0"
30
30
},
31
31
"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.5.5] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.5.4...js-client-v0.5.5 ) (2023-12-15)
16
+
17
+
18
+ ### Features
19
+
20
+ * ** js-client:** Add fire-and-forget flag [ DXJ-562] ([ #400 ] ( https://github.com/fluencelabs/js-client/issues/400 ) ) ([ 86a7302] ( https://github.com/fluencelabs/js-client/commit/86a73027e523cf3db4fc9cf58fc7625e44638d0a ) )
21
+ * ** npm-aqua-compiler:** create package ([ #401 ] ( https://github.com/fluencelabs/js-client/issues/401 ) ) ([ d600811] ( https://github.com/fluencelabs/js-client/commit/d6008110cf0ecaf23a63cfef0bb3f786a6eb0937 ) )
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * ** js-client:** Remove log truncation. ([ #403 ] ( https://github.com/fluencelabs/js-client/issues/403 ) ) ([ 9b629ee] ( https://github.com/fluencelabs/js-client/commit/9b629eef2e188331cfb338efe775f20dac9bc2fb ) )
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @fluencelabs/js-client-isomorphic bumped to 0.3.1
34
+ * @fluencelabs/marine-worker bumped from 0.5.0 to 0.5.1
35
+
15
36
## [ 0.5.4] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.5.3...js-client-v0.5.4 ) (2023-12-06)
16
37
17
38
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluencelabs/js-client" ,
3
- "version" : " 0.5.4 " ,
3
+ "version" : " 0.5.5 " ,
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.5.0 " ,
38
+ "@fluencelabs/marine-worker" : " 0.5.1 " ,
39
39
"@fluencelabs/threads" : " ^2.0.0" ,
40
40
"@libp2p/crypto" : " 3.0.1" ,
41
41
"@libp2p/identify" : " 1.0.4" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.5.1] ( https://github.com/fluencelabs/js-client/compare/marine-worker-v0.5.0...marine-worker-v0.5.1 ) (2023-12-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** npm-aqua-compiler:** create package ([ #401 ] ( https://github.com/fluencelabs/js-client/issues/401 ) ) ([ d600811] ( https://github.com/fluencelabs/js-client/commit/d6008110cf0ecaf23a63cfef0bb3f786a6eb0937 ) )
9
+
3
10
## [ 0.5.0] ( https://github.com/fluencelabs/js-client/compare/marine-worker-v0.4.2...marine-worker-v0.5.0 ) (2023-11-22)
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.5.0 " ,
4
+ "version" : " 0.5.1 " ,
5
5
"description" : " Marine worker" ,
6
6
"files" : [
7
7
" dist"
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 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
+
5
+
6
+ ### Features
7
+
8
+ * ** npm-aqua-compiler:** create package ([ #401 ] ( https://github.com/fluencelabs/js-client/issues/401 ) ) ([ d600811] ( https://github.com/fluencelabs/js-client/commit/d6008110cf0ecaf23a63cfef0bb3f786a6eb0937 ) )
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.1 " ,
4
+ "version" : " 0.0.2 " ,
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