chore: release master (#272)

* chore: release master

* chore: Regenerate pnpm lock file
This commit is contained in:
fluencebot
2023-02-22 12:48:55 +02:00
committed by GitHub
parent 78d98f15c1
commit e3548e9062
8 changed files with 37 additions and 10 deletions

View File

@ -6,6 +6,20 @@
* dependencies
* @fluencelabs/js-peer bumped from 0.8.1 to 0.8.2
## [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)
### Bug Fixes
* `nodenext` moduleResolution for js peer ([#271](https://github.com/fluencelabs/js-client/issues/271)) ([78d98f1](https://github.com/fluencelabs/js-client/commit/78d98f15c12431dee9fdd7b9869d57760503f8c7))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @fluencelabs/js-peer bumped from 0.8.3 to 0.8.4
## [0.13.3](https://github.com/fluencelabs/js-client/compare/js-client.web.standalone-v0.13.2...js-client.web.standalone-v0.13.3) (2023-02-16)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client.web.standalone",
"version": "0.13.3",
"version": "0.13.4",
"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.3",
"@fluencelabs/js-peer": "0.8.4",
"buffer": "6.0.3",
"process": "0.11.10"
},