chore: release master (#283)

* chore: release master

* chore: Regenerate pnpm lock file
This commit is contained in:
fluencebot
2023-03-31 16:13:43 +03:00
committed by GitHub
parent b6e7a9cf55
commit 9e0eb8d3bf
12 changed files with 196 additions and 218 deletions

View File

@@ -12,6 +12,20 @@
* dependencies
* @fluencelabs/js-peer bumped from 0.8.4 to 0.8.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)
### Features
* **logs:** Use `debug.js` library for logging [DXJ-327] ([#285](https://github.com/fluencelabs/js-client/issues/285)) ([e95c34a](https://github.com/fluencelabs/js-client/commit/e95c34a79220bd8ecdcee806802ac3d69a2af0cb))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @fluencelabs/js-peer bumped from 0.8.5 to 0.8.6
## [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.5",
"version": "0.13.6",
"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.5",
"@fluencelabs/js-peer": "0.8.6",
"buffer": "6.0.3",
"process": "0.11.10"
},