This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +218
-208
lines changed Expand file tree Collapse file tree 14 files changed +218
-208
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/client/api" : " 0.11.5 " ,
3
- "packages/client/js-client.node" : " 0.6.7 " ,
4
- "packages/client/js-client.web" : " 0.1 .0" ,
5
- "packages/client/js-client.web.standalone" : " 0.13.6 " ,
2
+ "packages/client/api" : " 0.11.6 " ,
3
+ "packages/client/js-client.node" : " 0.6.8 " ,
4
+ "packages/client/js-client.web" : " 0.2 .0" ,
5
+ "packages/client/js-client.web.standalone" : " 0.13.7 " ,
6
6
"packages/client/tools" : " 0.2.1" ,
7
- "packages/core/interfaces" : " 0.7.4 " ,
8
- "packages/core/js-peer" : " 0.8.6 "
7
+ "packages/core/interfaces" : " 0.7.5 " ,
8
+ "packages/core/js-peer" : " 0.8.7 "
9
9
}
Original file line number Diff line number Diff line change 12
12
* dependencies
13
13
* @fluencelabs/interfaces bumped from 0.7.3 to 0.7.4
14
14
15
+ ## [ 0.11.6] ( https://github.com/fluencelabs/js-client/compare/js-client.api-v0.11.5...js-client.api-v0.11.6 ) (2023-04-04)
16
+
17
+
18
+ ### Features
19
+
20
+ * Cleaning up technical debts ([ #295 ] ( https://github.com/fluencelabs/js-client/issues/295 ) ) ([ 0b2f12d] ( https://github.com/fluencelabs/js-client/commit/0b2f12d8ac223db341d6c30ff403166b3eae2e56 ) )
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @fluencelabs/interfaces bumped from 0.7.4 to 0.7.5
28
+
15
29
## [ 0.11.4] ( https://github.com/fluencelabs/js-client/compare/js-client.api-v0.11.3...js-client.api-v0.11.4 ) (2023-03-03)
16
30
17
31
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluencelabs/js-client.api" ,
3
- "version" : " 0.11.5 " ,
3
+ "version" : " 0.11.6 " ,
4
4
"description" : " JS Client API" ,
5
5
"engines" : {
6
6
"node" : " >=10" ,
25
25
"author" : " Fluence Labs" ,
26
26
"license" : " Apache-2.0" ,
27
27
"dependencies" : {
28
- "@fluencelabs/interfaces" : " 0.7.4 "
28
+ "@fluencelabs/interfaces" : " 0.7.5 "
29
29
},
30
30
"devDependencies" : {
31
31
"@fluencelabs/avm" : " 0.35.4" ,
Original file line number Diff line number Diff line change 18
18
* dependencies
19
19
* @fluencelabs/js-peer bumped from 0.8.4 to 0.8.5
20
20
21
+ ## [ 0.6.8] ( https://github.com/fluencelabs/js-client/compare/js-client.node-v0.6.7...js-client.node-v0.6.8 ) (2023-04-04)
22
+
23
+
24
+ ### Features
25
+
26
+ * Cleaning up technical debts ([ #295 ] ( https://github.com/fluencelabs/js-client/issues/295 ) ) ([ 0b2f12d] ( https://github.com/fluencelabs/js-client/commit/0b2f12d8ac223db341d6c30ff403166b3eae2e56 ) )
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @fluencelabs/js-peer bumped from 0.8.6 to 0.8.7
34
+ * @fluencelabs/interfaces bumped from 0.7.4 to 0.7.5
35
+
21
36
## [ 0.6.7] ( https://github.com/fluencelabs/js-client/compare/js-client.node-v0.6.6...js-client.node-v0.6.7 ) (2023-03-31)
22
37
23
38
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluencelabs/js-client.node" ,
3
- "version" : " 0.6.7 " ,
3
+ "version" : " 0.6.8 " ,
4
4
"description" : " TypeScript implementation of Fluence Peer" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"typings" : " ./dist/index.d.ts" ,
22
22
"author" : " Fluence Labs" ,
23
23
"license" : " Apache-2.0" ,
24
24
"dependencies" : {
25
- "@fluencelabs/js-peer" : " 0.8.6 " ,
26
- "@fluencelabs/interfaces" : " 0.7.4 " ,
25
+ "@fluencelabs/js-peer" : " 0.8.7 " ,
26
+ "@fluencelabs/interfaces" : " 0.7.5 " ,
27
27
"@fluencelabs/avm" : " 0.35.4" ,
28
28
"@fluencelabs/marine-js" : " 0.3.45" ,
29
29
"platform" : " 1.3.6"
Original file line number Diff line number Diff line change 12
12
* dependencies
13
13
* @fluencelabs/js-peer bumped from 0.8.4 to 0.8.5
14
14
15
+ ## [ 0.13.7] ( https://github.com/fluencelabs/js-client/compare/js-client.web.standalone-v0.13.6...js-client.web.standalone-v0.13.7 ) (2023-04-04)
16
+
17
+
18
+ ### Features
19
+
20
+ * Cleaning up technical debts ([ #295 ] ( https://github.com/fluencelabs/js-client/issues/295 ) ) ([ 0b2f12d] ( https://github.com/fluencelabs/js-client/commit/0b2f12d8ac223db341d6c30ff403166b3eae2e56 ) )
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @fluencelabs/js-peer bumped from 0.8.6 to 0.8.7
28
+ * @fluencelabs/interfaces bumped from 0.7.4 to 0.7.5
29
+
15
30
## [ 0.13.6] ( https://github.com/fluencelabs/js-client/compare/js-client.web.standalone-v0.13.5...js-client.web.standalone-v0.13.6 ) (2023-03-31)
16
31
17
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluencelabs/js-client.web.standalone" ,
3
- "version" : " 0.13.6 " ,
3
+ "version" : " 0.13.7 " ,
4
4
"description" : " TypeScript implementation of Fluence Peer" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"typings" : " ./dist/index.d.ts" ,
16
16
"author" : " Fluence Labs" ,
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
- "@fluencelabs/js-peer" : " 0.8.6 " ,
20
- "@fluencelabs/interfaces" : " 0.7.4 " ,
19
+ "@fluencelabs/js-peer" : " 0.8.7 " ,
20
+ "@fluencelabs/interfaces" : " 0.7.5 " ,
21
21
"buffer" : " 6.0.3" ,
22
22
"process" : " 0.11.10"
23
23
},
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 0.2.0] ( https://github.com/fluencelabs/js-client/compare/js-client.web-v0.1.0...js-client.web-v0.2.0 ) (2023-04-04)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * Expose updated JS Client API via ` js-client.api ` package ([ #246 ] ( https://github.com/fluencelabs/js-client/issues/246 ) )
9
+ * Standalone web JS Client ([ #243 ] ( https://github.com/fluencelabs/js-client/issues/243 ) )
10
+
11
+ ### Features
12
+
13
+ * Cleaning up technical debts ([ #295 ] ( https://github.com/fluencelabs/js-client/issues/295 ) ) ([ 0b2f12d] ( https://github.com/fluencelabs/js-client/commit/0b2f12d8ac223db341d6c30ff403166b3eae2e56 ) )
14
+ * Expose updated JS Client API via ` js-client.api ` package ([ #246 ] ( https://github.com/fluencelabs/js-client/issues/246 ) ) ([ d4bb8fb] ( https://github.com/fluencelabs/js-client/commit/d4bb8fb42964b3ba25154232980b9ae82c21e627 ) )
15
+ * Standalone web JS Client ([ #243 ] ( https://github.com/fluencelabs/js-client/issues/243 ) ) ([ 9667c4f] ( https://github.com/fluencelabs/js-client/commit/9667c4fec6868f984bba13249f3c47d293396406 ) )
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * NodeJS package building ([ #248 ] ( https://github.com/fluencelabs/js-client/issues/248 ) ) ([ 0d05e51] ( https://github.com/fluencelabs/js-client/commit/0d05e517d89529af513fcb96cfa6c722ccc357a7 ) )
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @fluencelabs/js-peer bumped from 0.8.6 to 0.8.7
28
+ * @fluencelabs/interfaces bumped from 0.7.4 to 0.7.5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluencelabs/js-client.web" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " TypeScript implementation of Fluence Peer" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"typings" : " ./dist/index.d.ts" ,
16
16
"author" : " Fluence Labs" ,
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
- "@fluencelabs/js-peer" : " 0.8.6 " ,
20
- "@fluencelabs/interfaces" : " 0.7.4 "
19
+ "@fluencelabs/js-peer" : " 0.8.7 " ,
20
+ "@fluencelabs/interfaces" : " 0.7.5 "
21
21
},
22
22
"devDependencies" : {
23
23
"@types/node" : " 16.11.59" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.5] ( https://github.com/fluencelabs/js-client/compare/interfaces-v0.7.4...interfaces-v0.7.5 ) (2023-04-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * Cleaning up technical debts ([ #295 ] ( https://github.com/fluencelabs/js-client/issues/295 ) ) ([ 0b2f12d] ( https://github.com/fluencelabs/js-client/commit/0b2f12d8ac223db341d6c30ff403166b3eae2e56 ) )
9
+
3
10
## [ 0.7.4] ( https://github.com/fluencelabs/js-client/compare/interfaces-v0.7.3...interfaces-v0.7.4 ) (2023-03-31)
4
11
5
12
You can’t perform that action at this time.
0 commit comments