chore: release master (#297)

* chore: release master

* chore: Regenerate pnpm lock file
This commit is contained in:
fluencebot
2023-04-04 13:50:50 +03:00
committed by GitHub
parent c6c698a58a
commit ac25f497b1
14 changed files with 239 additions and 229 deletions

View File

@ -12,6 +12,21 @@
* dependencies
* @fluencelabs/js-peer bumped from 0.8.4 to 0.8.5
## [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)
### Features
* Cleaning up technical debts ([#295](https://github.com/fluencelabs/js-client/issues/295)) ([0b2f12d](https://github.com/fluencelabs/js-client/commit/0b2f12d8ac223db341d6c30ff403166b3eae2e56))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @fluencelabs/js-peer bumped from 0.8.6 to 0.8.7
* @fluencelabs/interfaces bumped from 0.7.4 to 0.7.5
## [0.13.6](https://github.com/fluencelabs/js-client/compare/js-client.web.standalone-v0.13.5...js-client.web.standalone-v0.13.6) (2023-03-31)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client.web.standalone",
"version": "0.13.6",
"version": "0.13.7",
"description": "TypeScript implementation of Fluence Peer",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
@ -16,8 +16,8 @@
"author": "Fluence Labs",
"license": "Apache-2.0",
"dependencies": {
"@fluencelabs/js-peer": "0.8.6",
"@fluencelabs/interfaces": "0.7.4",
"@fluencelabs/js-peer": "0.8.7",
"@fluencelabs/interfaces": "0.7.5",
"buffer": "6.0.3",
"process": "0.11.10"
},