This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +124
-39
lines changed Expand file tree Collapse file tree 10 files changed +124
-39
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/client/api" : " 0.12.1 " ,
3- "packages/core/js-client" : " 0.0.10 " ,
4- "packages/core/marine-worker" : " 0.2.10 " ,
5- "packages/core/interfaces" : " 0.8.1 "
2+ "packages/client/api" : " 0.13.0 " ,
3+ "packages/core/js-client" : " 0.1.0 " ,
4+ "packages/core/marine-worker" : " 0.3.0 " ,
5+ "packages/core/interfaces" : " 0.8.2 "
66}
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.13.0] ( https://github.com/fluencelabs/js-client/compare/js-client.api-v0.12.1...js-client.api-v0.13.0 ) (2023-08-24)
16+
17+
18+ ### ⚠ BREAKING CHANGES
19+
20+ * Unify all packages ([ #327 ] ( https://github.com/fluencelabs/js-client/issues/327 ) )
21+
22+ ### Features
23+
24+ * Unify all packages ([ #327 ] ( https://github.com/fluencelabs/js-client/issues/327 ) ) ([ 97c2491] ( https://github.com/fluencelabs/js-client/commit/97c24918d84b34e7ac58337838dc8343cbd44b19 ) )
25+ * use marine-js 0.7.2 ([ #321 ] ( https://github.com/fluencelabs/js-client/issues/321 ) ) ([ c99a509] ( https://github.com/fluencelabs/js-client/commit/c99a509c8743471856b0beb25696ffe7357d5399 ) )
26+
27+
28+ ### Dependencies
29+
30+ * The following workspace dependencies were updated
31+ * dependencies
32+ * @fluencelabs/js-client bumped from 0.0.10 to 0.1.0
33+ * devDependencies
34+ * @fluencelabs/interfaces bumped to 0.8.2
35+
1536## [ 0.12.1] ( https://github.com/fluencelabs/js-client/compare/js-client.api-v0.12.0...js-client.api-v0.12.1 ) (2023-08-08)
1637
1738
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluencelabs/js-client.api" ,
3- "version" : " 0.12.1 " ,
3+ "version" : " 0.13.0 " ,
44 "description" : " JS Client API" ,
55 "engines" : {
66 "node" : " >=10" ,
3232 "microbundle" : " 0.15.1"
3333 },
3434 "dependencies" : {
35- "@fluencelabs/js-client" : " 0.0.10 "
35+ "@fluencelabs/js-client" : " 0.1.0 "
3636 }
3737}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.8.2] ( https://github.com/fluencelabs/js-client/compare/interfaces-v0.8.1...interfaces-v0.8.2 ) (2023-08-24)
4+
5+
6+ ### Features
7+
8+ * use marine-js 0.7.2 ([ #321 ] ( https://github.com/fluencelabs/js-client/issues/321 ) ) ([ c99a509] ( https://github.com/fluencelabs/js-client/commit/c99a509c8743471856b0beb25696ffe7357d5399 ) )
9+
310## [ 0.8.1] ( https://github.com/fluencelabs/js-client/compare/interfaces-v0.8.0...interfaces-v0.8.1 ) (2023-08-08)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluencelabs/interfaces" ,
33 "type" : " module" ,
4- "version" : " 0.8.1 " ,
4+ "version" : " 0.8.2 " ,
55 "description" : " Interfaces" ,
66 "main" : " ./dist/index.js" ,
77 "typings" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.0] ( https://github.com/fluencelabs/js-client/compare/js-client-v0.0.10...js-client-v0.1.0 ) (2023-08-24)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * Unify all packages ([ #327 ] ( https://github.com/fluencelabs/js-client/issues/327 ) )
9+
10+ ### Features
11+
12+ * Unify all packages ([ #327 ] ( https://github.com/fluencelabs/js-client/issues/327 ) ) ([ 97c2491] ( https://github.com/fluencelabs/js-client/commit/97c24918d84b34e7ac58337838dc8343cbd44b19 ) )
13+
14+
15+ ### Dependencies
16+
17+ * The following workspace dependencies were updated
18+ * dependencies
19+ * @fluencelabs/interfaces bumped from 0.8.1 to 0.8.2
20+ * devDependencies
21+ * @fluencelabs/marine-worker bumped to 0.3.0
22+
323## [ 0.9.1] ( https://github.com/fluencelabs/js-client/compare/js-peer-v0.9.0...js-peer-v0.9.1 ) (2023-08-08)
424
525
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluencelabs/js-client" ,
3- "version" : " 0.0.10 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " Client for interacting with Fluence network" ,
55 "engines" : {
66 "node" : " >=10" ,
2727 "license" : " Apache-2.0" ,
2828 "dependencies" : {
2929 "@chainsafe/libp2p-noise" : " 13.0.0" ,
30- "@fluencelabs/interfaces" : " 0.8.1 " ,
30+ "@fluencelabs/interfaces" : " 0.8.2 " ,
3131 "@libp2p/crypto" : " 2.0.3" ,
3232 "@libp2p/interface" : " 0.1.2" ,
3333 "@libp2p/mplex" : " 9.0.4" ,
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.3.0] ( https://github.com/fluencelabs/js-client/compare/marine-worker-v0.2.10...marine-worker-v0.3.0 ) (2023-08-24)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * Unify all packages ([ #327 ] ( https://github.com/fluencelabs/js-client/issues/327 ) )
9+
10+ ### Features
11+
12+ * Unify all packages ([ #327 ] ( https://github.com/fluencelabs/js-client/issues/327 ) ) ([ 97c2491] ( https://github.com/fluencelabs/js-client/commit/97c24918d84b34e7ac58337838dc8343cbd44b19 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluencelabs/marine-worker" ,
3- "version" : " 0.2.10 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " Marine worker" ,
55 "files" : [
66 " dist"
You can’t perform that action at this time.
0 commit comments