chore: release master (#279)

* chore: release master

* chore: Regenerate pnpm lock file
This commit is contained in:
fluencebot 2023-03-03 13:15:57 +02:00 committed by GitHub
parent 1ccc483532
commit baf367e88a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 38 additions and 12 deletions

View File

@ -1,8 +1,8 @@
{
"packages/client/api": "0.11.3",
"packages/client/js-client.node": "0.6.5",
"packages/client/js-client.web.standalone": "0.13.4",
"packages/client/api": "0.11.4",
"packages/client/js-client.node": "0.6.6",
"packages/client/js-client.web.standalone": "0.13.5",
"packages/client/tools": "0.2.1",
"packages/core/interfaces": "0.7.3",
"packages/core/js-peer": "0.8.4"
"packages/core/js-peer": "0.8.5"
}

View File

@ -6,6 +6,13 @@
* dependencies
* @fluencelabs/interfaces bumped from 0.7.1 to 0.7.2
## [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)
### Bug Fixes
* **docs:** Use link to specific page in error message about incorrect JS Client library installation [DXJ 271] ([#278](https://github.com/fluencelabs/js-client/issues/278)) ([9ed1e2e](https://github.com/fluencelabs/js-client/commit/9ed1e2eafcad47e1a37367128d12a36bb63496f3))
## [0.11.3](https://github.com/fluencelabs/js-client/compare/js-client.api-v0.11.2...js-client.api-v0.11.3) (2023-02-16)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client.api",
"version": "0.11.3",
"version": "0.11.4",
"description": "JS Client API",
"engines": {
"node": ">=10",

View File

@ -12,6 +12,12 @@
* dependencies
* @fluencelabs/js-peer bumped from 0.8.3 to 0.8.4
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @fluencelabs/js-peer bumped from 0.8.4 to 0.8.5
## [0.6.4](https://github.com/fluencelabs/js-client/compare/js-client.node-v0.6.3...js-client.node-v0.6.4) (2023-02-16)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client.node",
"version": "0.6.5",
"version": "0.6.6",
"description": "TypeScript implementation of Fluence Peer",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
@ -22,7 +22,7 @@
"author": "Fluence Labs",
"license": "Apache-2.0",
"dependencies": {
"@fluencelabs/js-peer": "0.8.4",
"@fluencelabs/js-peer": "0.8.5",
"@fluencelabs/avm": "0.35.4",
"@fluencelabs/marine-js": "0.3.45",
"platform": "1.3.6"

View File

@ -6,6 +6,12 @@
* dependencies
* @fluencelabs/js-peer bumped from 0.8.1 to 0.8.2
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @fluencelabs/js-peer bumped from 0.8.4 to 0.8.5
## [0.13.4](https://github.com/fluencelabs/js-client/compare/js-client.web.standalone-v0.13.3...js-client.web.standalone-v0.13.4) (2023-02-22)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client.web.standalone",
"version": "0.13.4",
"version": "0.13.5",
"description": "TypeScript implementation of Fluence Peer",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
@ -16,7 +16,7 @@
"author": "Fluence Labs",
"license": "Apache-2.0",
"dependencies": {
"@fluencelabs/js-peer": "0.8.4",
"@fluencelabs/js-peer": "0.8.5",
"buffer": "6.0.3",
"process": "0.11.10"
},

View File

@ -1,5 +1,12 @@
# Changelog
## [0.8.5](https://github.com/fluencelabs/js-client/compare/js-peer-v0.8.4...js-peer-v0.8.5) (2023-03-03)
### Bug Fixes
* Increase number of inbound and outbound streams to 1024 ([#280](https://github.com/fluencelabs/js-client/issues/280)) ([1ccc483](https://github.com/fluencelabs/js-client/commit/1ccc4835328426b546f31e1646d3a49ed042fdf9))
## [0.8.4](https://github.com/fluencelabs/js-client/compare/js-peer-v0.8.3...js-peer-v0.8.4) (2023-02-22)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-peer",
"version": "0.8.4",
"version": "0.8.5",
"description": "TypeScript implementation of Fluence Peer",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

4
pnpm-lock.yaml generated
View File

@ -101,7 +101,7 @@ importers:
packages/client/js-client.node:
specifiers:
'@fluencelabs/avm': 0.35.4
'@fluencelabs/js-peer': 0.8.4
'@fluencelabs/js-peer': 0.8.5
'@fluencelabs/marine-js': 0.3.45
'@types/platform': 1.3.4
platform: 1.3.6
@ -116,7 +116,7 @@ importers:
packages/client/js-client.web.standalone:
specifiers:
'@fluencelabs/avm': 0.35.4
'@fluencelabs/js-peer': 0.8.4
'@fluencelabs/js-peer': 0.8.5
'@fluencelabs/marine-js': 0.3.45
'@rollup/plugin-inject': 5.0.3
'@types/jest': 28.1.0