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 +258
-240
lines changed Expand file tree Collapse file tree 14 files changed +258
-240
lines changed Original file line number Diff line number Diff line change 11{
2-   "packages/client/api" : " 0.10 .0" 
3-   "packages/client/js-client.node" : " 0.5 .0" 
4-   "packages/client/js-client.web.standalone" : " 0.12 .0" 
5-   "packages/client/tools" : " 0.1 .0" 
6-   "packages/core/interfaces" : " 0.6 .0" 
7-   "packages/core/js-peer" : " 0.7 .0" 
2+   "packages/client/api" : " 0.11 .0" 
3+   "packages/client/js-client.node" : " 0.6 .0" 
4+   "packages/client/js-client.web.standalone" : " 0.13 .0" 
5+   "packages/client/tools" : " 0.2 .0" 
6+   "packages/core/interfaces" : " 0.7 .0" 
7+   "packages/core/js-peer" : " 0.8 .0" 
88}
Original file line number Diff line number Diff line change 1+ # Changelog  
2+ 
3+ ## [ 0.11.0] ( https://github.com/fluencelabs/fluence-js/compare/js-client.api-v0.10.0...js-client.api-v0.11.0 )  (2023-02-15) 
4+ 
5+ 
6+ ### ⚠ BREAKING CHANGES  
7+ 
8+ *  Expose updated JS Client API via ` js-client.api `  package ([ #246  ] ( https://github.com/fluencelabs/fluence-js/issues/246 ) )
9+ *  Standalone web JS Client ([ #243  ] ( https://github.com/fluencelabs/fluence-js/issues/243 ) )
10+ 
11+ ### Features  
12+ 
13+ *  Expose updated JS Client API via ` js-client.api `  package ([ #246  ] ( https://github.com/fluencelabs/fluence-js/issues/246 ) ) ([ d4bb8fb] ( https://github.com/fluencelabs/fluence-js/commit/d4bb8fb42964b3ba25154232980b9ae82c21e627 ) )
14+ *  Standalone web JS Client ([ #243  ] ( https://github.com/fluencelabs/fluence-js/issues/243 ) ) ([ 9667c4f] ( https://github.com/fluencelabs/fluence-js/commit/9667c4fec6868f984bba13249f3c47d293396406 ) )
15+ 
16+ 
17+ ### Bug Fixes  
18+ 
19+ *  NodeJS package building ([ #248  ] ( https://github.com/fluencelabs/fluence-js/issues/248 ) ) ([ 0d05e51] ( https://github.com/fluencelabs/fluence-js/commit/0d05e517d89529af513fcb96cfa6c722ccc357a7 ) )
20+ 
21+ 
22+ ### Dependencies  
23+ 
24+ *  The following workspace dependencies were updated
25+   *  dependencies
26+     *  @fluencelabs/interfaces   bumped from 0.6.0 to 0.7.0
Original file line number Diff line number Diff line change 11{
22    "name" : " @fluencelabs/js-client.api" 
3-     "version" : " 0.10 .0" 
3+     "version" : " 0.11 .0" 
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.6 .0" 
28+         "@fluencelabs/interfaces" : " 0.7 .0" 
2929    },
3030    "devDependencies" : {
3131        "@fluencelabs/avm" : " 0.35.4" 
Original file line number Diff line number Diff line change 1+ # Changelog  
2+ 
3+ ## [ 0.6.0] ( https://github.com/fluencelabs/fluence-js/compare/js-client.node-v0.5.0...js-client.node-v0.6.0 )  (2023-02-15) 
4+ 
5+ 
6+ ### ⚠ BREAKING CHANGES  
7+ 
8+ *  Expose updated JS Client API via ` js-client.api `  package ([ #246  ] ( https://github.com/fluencelabs/fluence-js/issues/246 ) )
9+ *  Standalone web JS Client ([ #243  ] ( https://github.com/fluencelabs/fluence-js/issues/243 ) )
10+ 
11+ ### Features  
12+ 
13+ *  Expose updated JS Client API via ` js-client.api `  package ([ #246  ] ( https://github.com/fluencelabs/fluence-js/issues/246 ) ) ([ d4bb8fb] ( https://github.com/fluencelabs/fluence-js/commit/d4bb8fb42964b3ba25154232980b9ae82c21e627 ) )
14+ *  Standalone web JS Client ([ #243  ] ( https://github.com/fluencelabs/fluence-js/issues/243 ) ) ([ 9667c4f] ( https://github.com/fluencelabs/fluence-js/commit/9667c4fec6868f984bba13249f3c47d293396406 ) )
15+ 
16+ 
17+ ### Bug Fixes  
18+ 
19+ *  NodeJS package building ([ #248  ] ( https://github.com/fluencelabs/fluence-js/issues/248 ) ) ([ 0d05e51] ( https://github.com/fluencelabs/fluence-js/commit/0d05e517d89529af513fcb96cfa6c722ccc357a7 ) )
20+ 
21+ 
22+ ### Dependencies  
23+ 
24+ *  The following workspace dependencies were updated
25+   *  dependencies
26+     *  @fluencelabs/js-peer   bumped from 0.7.0 to 0.8.0
Original file line number Diff line number Diff line change 11{
22    "name" : " @fluencelabs/js-client.node" 
3-     "version" : " 0.5 .0" 
3+     "version" : " 0.6 .0" 
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.7 .0" 
25+         "@fluencelabs/js-peer" : " 0.8 .0" 
2626        "@fluencelabs/avm" : " 0.35.4" 
2727        "@fluencelabs/marine-js" : " 0.3.45" 
2828        "platform" : " 1.3.6" 
Original file line number Diff line number Diff line change 1+ # Changelog  
2+ 
3+ ## [ 0.13.0] ( https://github.com/fluencelabs/fluence-js/compare/js-client.web.standalone-v0.12.0...js-client.web.standalone-v0.13.0 )  (2023-02-15) 
4+ 
5+ 
6+ ### ⚠ BREAKING CHANGES  
7+ 
8+ *  Expose updated JS Client API via ` js-client.api `  package ([ #246  ] ( https://github.com/fluencelabs/fluence-js/issues/246 ) )
9+ *  Standalone web JS Client ([ #243  ] ( https://github.com/fluencelabs/fluence-js/issues/243 ) )
10+ 
11+ ### Features  
12+ 
13+ *  Expose updated JS Client API via ` js-client.api `  package ([ #246  ] ( https://github.com/fluencelabs/fluence-js/issues/246 ) ) ([ d4bb8fb] ( https://github.com/fluencelabs/fluence-js/commit/d4bb8fb42964b3ba25154232980b9ae82c21e627 ) )
14+ *  Standalone web JS Client ([ #243  ] ( https://github.com/fluencelabs/fluence-js/issues/243 ) ) ([ 9667c4f] ( https://github.com/fluencelabs/fluence-js/commit/9667c4fec6868f984bba13249f3c47d293396406 ) )
15+ 
16+ 
17+ ### Bug Fixes  
18+ 
19+ *  NodeJS package building ([ #248  ] ( https://github.com/fluencelabs/fluence-js/issues/248 ) ) ([ 0d05e51] ( https://github.com/fluencelabs/fluence-js/commit/0d05e517d89529af513fcb96cfa6c722ccc357a7 ) )
20+ 
21+ 
22+ ### Dependencies  
23+ 
24+ *  The following workspace dependencies were updated
25+   *  dependencies
26+     *  @fluencelabs/js-peer   bumped from 0.7.0 to 0.8.0
Original file line number Diff line number Diff line change 11{
22    "name" : " @fluencelabs/js-client.web.standalone" 
3-     "version" : " 0.12 .0" 
3+     "version" : " 0.13 .0" 
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.7 .0" 
19+         "@fluencelabs/js-peer" : " 0.8 .0" 
2020        "buffer" : " 6.0.3" 
2121        "process" : " 0.11.10" 
2222    },
Original file line number Diff line number Diff line change 1+ # Changelog  
2+ 
3+ ## [ 0.2.0] ( https://github.com/fluencelabs/fluence-js/compare/tools-v0.1.0...tools-v0.2.0 )  (2023-02-15) 
4+ 
5+ 
6+ ### ⚠ BREAKING CHANGES  
7+ 
8+ *  Standalone web JS Client ([ #243  ] ( https://github.com/fluencelabs/fluence-js/issues/243 ) )
9+ 
10+ ### Features  
11+ 
12+ *  Standalone web JS Client ([ #243  ] ( https://github.com/fluencelabs/fluence-js/issues/243 ) ) ([ 9667c4f] ( https://github.com/fluencelabs/fluence-js/commit/9667c4fec6868f984bba13249f3c47d293396406 ) )
Original file line number Diff line number Diff line change 11{
22    "name" : " @fluencelabs/tools" 
3-     "version" : " 0.1 .0" 
3+     "version" : " 0.2 .0" 
44    "description" : " Fluence JS Client tools" 
55    "main" : " ./dist/index.js" 
66    "typings" : " ./dist/index.d.ts" 
Original file line number Diff line number Diff line change 1+ # Changelog  
2+ 
3+ ## [ 0.7.0] ( https://github.com/fluencelabs/fluence-js/compare/interfaces-v0.6.0...interfaces-v0.7.0 )  (2023-02-15) 
4+ 
5+ 
6+ ### ⚠ BREAKING CHANGES  
7+ 
8+ *  Expose updated JS Client API via ` js-client.api `  package ([ #246  ] ( https://github.com/fluencelabs/fluence-js/issues/246 ) )
9+ *  Standalone web JS Client ([ #243  ] ( https://github.com/fluencelabs/fluence-js/issues/243 ) )
10+ 
11+ ### Features  
12+ 
13+ *  Expose updated JS Client API via ` js-client.api `  package ([ #246  ] ( https://github.com/fluencelabs/fluence-js/issues/246 ) ) ([ d4bb8fb] ( https://github.com/fluencelabs/fluence-js/commit/d4bb8fb42964b3ba25154232980b9ae82c21e627 ) )
14+ *  Standalone web JS Client ([ #243  ] ( https://github.com/fluencelabs/fluence-js/issues/243 ) ) ([ 9667c4f] ( https://github.com/fluencelabs/fluence-js/commit/9667c4fec6868f984bba13249f3c47d293396406 ) )
15+ 
16+ 
17+ ### Bug Fixes  
18+ 
19+ *  NodeJS package building ([ #248  ] ( https://github.com/fluencelabs/fluence-js/issues/248 ) ) ([ 0d05e51] ( https://github.com/fluencelabs/fluence-js/commit/0d05e517d89529af513fcb96cfa6c722ccc357a7 ) )
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments