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
10 changed files with 38 additions and 12 deletions

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"
},