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 +112
-28
lines changed Expand file tree Collapse file tree 14 files changed +112
-28
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/client/api" : " 0.11.6 " ,
3- "packages/client/js-client.node" : " 0.6.10 " ,
4- "packages/client/js-client.web" : " 0.2.2 " ,
5- "packages/client/js-client.web.standalone" : " 0.13.9 " ,
2+ "packages/client/api" : " 0.11.7 " ,
3+ "packages/client/js-client.node" : " 0.6.11 " ,
4+ "packages/client/js-client.web" : " 0.2.3 " ,
5+ "packages/client/js-client.web.standalone" : " 0.13.10 " ,
66 "packages/client/tools" : " 0.2.1" ,
7- "packages/core/interfaces" : " 0.7.5 " ,
8- "packages/core/js-peer" : " 0.8.9 "
7+ "packages/core/interfaces" : " 0.7.6 " ,
8+ "packages/core/js-peer" : " 0.8.10 "
99}
Original file line number Diff line number Diff line change 1212 * dependencies
1313 * @fluencelabs/interfaces bumped from 0.7.3 to 0.7.4
1414
15+ ## [ 0.11.7] ( https://github.com/fluencelabs/js-client/compare/js-client.api-v0.11.6...js-client.api-v0.11.7 ) (2023-06-20)
16+
17+
18+ ### Features
19+
20+ * support signatures [ fixes DXJ-389] ([ #310 ] ( https://github.com/fluencelabs/js-client/issues/310 ) ) ([ a60dfe0] ( https://github.com/fluencelabs/js-client/commit/a60dfe0d680b4d9ac5092dec64e2ebf478bf80eb ) )
21+
22+
23+ ### Dependencies
24+
25+ * The following workspace dependencies were updated
26+ * dependencies
27+ * @fluencelabs/interfaces bumped from 0.7.5 to 0.7.6
28+
1529## [ 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)
1630
1731
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluencelabs/js-client.api" ,
3- "version" : " 0.11.6 " ,
3+ "version" : " 0.11.7 " ,
44 "description" : " JS Client API" ,
55 "engines" : {
66 "node" : " >=10" ,
2525 "author" : " Fluence Labs" ,
2626 "license" : " Apache-2.0" ,
2727 "dependencies" : {
28- "@fluencelabs/interfaces" : " 0.7.5 "
28+ "@fluencelabs/interfaces" : " 0.7.6 "
2929 },
3030 "devDependencies" : {
3131 "@fluencelabs/avm" : " https://github.com/fluencelabs/js-client/raw/feat/add-signatures/avm-0.39.1-feat-VM-276-aquavm-keypair-e2816f6-1588-1.0.tgz" ,
Original file line number Diff line number Diff line change 3030 * dependencies
3131 * @fluencelabs/js-peer bumped from 0.8.8 to 0.8.9
3232
33+ ## [ 0.6.11] ( https://github.com/fluencelabs/js-client/compare/js-client.node-v0.6.10...js-client.node-v0.6.11 ) (2023-06-20)
34+
35+
36+ ### Features
37+
38+ * support signatures [ fixes DXJ-389] ([ #310 ] ( https://github.com/fluencelabs/js-client/issues/310 ) ) ([ a60dfe0] ( https://github.com/fluencelabs/js-client/commit/a60dfe0d680b4d9ac5092dec64e2ebf478bf80eb ) )
39+
40+
41+ ### Dependencies
42+
43+ * The following workspace dependencies were updated
44+ * dependencies
45+ * @fluencelabs/js-peer bumped from 0.8.9 to 0.8.10
46+ * @fluencelabs/interfaces bumped from 0.7.5 to 0.7.6
47+
3348## [ 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)
3449
3550
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluencelabs/js-client.node" ,
3- "version" : " 0.6.10 " ,
3+ "version" : " 0.6.11 " ,
44 "description" : " TypeScript implementation of Fluence Peer" ,
55 "main" : " ./dist/index.js" ,
66 "typings" : " ./dist/index.d.ts" ,
2222 "author" : " Fluence Labs" ,
2323 "license" : " Apache-2.0" ,
2424 "dependencies" : {
25- "@fluencelabs/js-peer" : " 0.8.9 " ,
26- "@fluencelabs/interfaces" : " 0.7.5 " ,
25+ "@fluencelabs/js-peer" : " 0.8.10 " ,
26+ "@fluencelabs/interfaces" : " 0.7.6 " ,
2727 "@fluencelabs/avm" : " https://github.com/fluencelabs/js-client/raw/feat/add-signatures/avm-0.39.1-feat-VM-276-aquavm-keypair-e2816f6-1588-1.0.tgz" ,
2828 "@fluencelabs/marine-js" : " 0.3.45" ,
2929 "platform" : " 1.3.6"
Original file line number Diff line number Diff line change 2424 * dependencies
2525 * @fluencelabs/js-peer bumped from 0.8.8 to 0.8.9
2626
27+ ## [ 0.13.10] ( https://github.com/fluencelabs/js-client/compare/js-client.web.standalone-v0.13.9...js-client.web.standalone-v0.13.10 ) (2023-06-20)
28+
29+
30+ ### Features
31+
32+ * support signatures [ fixes DXJ-389] ([ #310 ] ( https://github.com/fluencelabs/js-client/issues/310 ) ) ([ a60dfe0] ( https://github.com/fluencelabs/js-client/commit/a60dfe0d680b4d9ac5092dec64e2ebf478bf80eb ) )
33+
34+
35+ ### Dependencies
36+
37+ * The following workspace dependencies were updated
38+ * dependencies
39+ * @fluencelabs/js-peer bumped from 0.8.9 to 0.8.10
40+ * @fluencelabs/interfaces bumped from 0.7.5 to 0.7.6
41+
2742## [ 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)
2843
2944
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluencelabs/js-client.web.standalone" ,
3- "version" : " 0.13.9 " ,
3+ "version" : " 0.13.10 " ,
44 "description" : " TypeScript implementation of Fluence Peer" ,
55 "main" : " ./dist/index.js" ,
66 "typings" : " ./dist/index.d.ts" ,
1616 "author" : " Fluence Labs" ,
1717 "license" : " Apache-2.0" ,
1818 "dependencies" : {
19- "@fluencelabs/js-peer" : " 0.8.9 " ,
20- "@fluencelabs/interfaces" : " 0.7.5 " ,
19+ "@fluencelabs/js-peer" : " 0.8.10 " ,
20+ "@fluencelabs/interfaces" : " 0.7.6 " ,
2121 "buffer" : " 6.0.3" ,
2222 "process" : " 0.11.10"
2323 },
Original file line number Diff line number Diff line change 1212 * dependencies
1313 * @fluencelabs/js-peer bumped from 0.8.8 to 0.8.9
1414
15+ ## [ 0.2.3] ( https://github.com/fluencelabs/js-client/compare/js-client.web-v0.2.2...js-client.web-v0.2.3 ) (2023-06-20)
16+
17+
18+ ### Features
19+
20+ * support signatures [ fixes DXJ-389] ([ #310 ] ( https://github.com/fluencelabs/js-client/issues/310 ) ) ([ a60dfe0] ( https://github.com/fluencelabs/js-client/commit/a60dfe0d680b4d9ac5092dec64e2ebf478bf80eb ) )
21+
22+
23+ ### Dependencies
24+
25+ * The following workspace dependencies were updated
26+ * dependencies
27+ * @fluencelabs/js-peer bumped from 0.8.9 to 0.8.10
28+ * @fluencelabs/interfaces bumped from 0.7.5 to 0.7.6
29+
1530## [ 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)
1631
1732
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluencelabs/js-client.web" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "description" : " TypeScript implementation of Fluence Peer" ,
55 "main" : " ./dist/index.js" ,
66 "typings" : " ./dist/index.d.ts" ,
1616 "author" : " Fluence Labs" ,
1717 "license" : " Apache-2.0" ,
1818 "dependencies" : {
19- "@fluencelabs/js-peer" : " 0.8.9 " ,
20- "@fluencelabs/interfaces" : " 0.7.5 "
19+ "@fluencelabs/js-peer" : " 0.8.10 " ,
20+ "@fluencelabs/interfaces" : " 0.7.6 "
2121 },
2222 "devDependencies" : {
2323 "@types/node" : " 16.11.59" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.6] ( https://github.com/fluencelabs/js-client/compare/interfaces-v0.7.5...interfaces-v0.7.6 ) (2023-06-20)
4+
5+
6+ ### Features
7+
8+ * support signatures [ fixes DXJ-389] ([ #310 ] ( https://github.com/fluencelabs/js-client/issues/310 ) ) ([ a60dfe0] ( https://github.com/fluencelabs/js-client/commit/a60dfe0d680b4d9ac5092dec64e2ebf478bf80eb ) )
9+
310## [ 0.7.5] ( https://github.com/fluencelabs/js-client/compare/interfaces-v0.7.4...interfaces-v0.7.5 ) (2023-04-04)
411
512
You can’t perform that action at this time.
0 commit comments