chore: release master (#308)

* chore: release master

* chore: Regenerate pnpm lock file
This commit is contained in:
fluencebot
2023-06-15 15:57:34 +03:00
committed by GitHub
parent 771086fddf
commit b9f549f54a
10 changed files with 304 additions and 104 deletions

View File

@ -24,6 +24,12 @@
* dependencies
* @fluencelabs/js-peer bumped from 0.8.7 to 0.8.8
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @fluencelabs/js-peer bumped from 0.8.8 to 0.8.9
## [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)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client.node",
"version": "0.6.9",
"version": "0.6.10",
"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.8",
"@fluencelabs/js-peer": "0.8.9",
"@fluencelabs/interfaces": "0.7.5",
"@fluencelabs/avm": "0.35.4",
"@fluencelabs/marine-js": "0.3.45",

View File

@ -18,6 +18,12 @@
* dependencies
* @fluencelabs/js-peer bumped from 0.8.7 to 0.8.8
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @fluencelabs/js-peer bumped from 0.8.8 to 0.8.9
## [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)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client.web.standalone",
"version": "0.13.8",
"version": "0.13.9",
"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.8",
"@fluencelabs/js-peer": "0.8.9",
"@fluencelabs/interfaces": "0.7.5",
"buffer": "6.0.3",
"process": "0.11.10"

View File

@ -6,6 +6,12 @@
* dependencies
* @fluencelabs/js-peer bumped from 0.8.7 to 0.8.8
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @fluencelabs/js-peer bumped from 0.8.8 to 0.8.9
## [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)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client.web",
"version": "0.2.1",
"version": "0.2.2",
"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.8",
"@fluencelabs/js-peer": "0.8.9",
"@fluencelabs/interfaces": "0.7.5"
},
"devDependencies": {