beam-wasm-client 7.4.13780 → 7.4.13785

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Overview
2
2
 
3
- WASM wallet client is a thin wrapper around Beam client library build into WASM using Emscripten toolchain. This wrapper allows to run BEAM wallet inside any browser supporting WebAssembly and it provides the regular [BEAM wallet API](Beam-wallet-protocol-API) to communicated with it from external(javascript) code.
3
+ WASM wallet client is a thin wrapper around Beam client library build into WASM using Emscripten toolchain. This wrapper allows to run BEAM wallet inside any browser supporting WebAssembly and it provides the regular [BEAM wallet API](Beam-wallet-protocol-API) to communicate with it from external(javascript) code.
4
4
 
5
- Please, look at [documentation](https://github.com/BeamMW/beam/wiki/WASM-wallet-client) to start use it
5
+ Please, look at [documentation](https://github.com/BeamMW/beam/wiki/WASM-wallet-client) to start use it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beam-wasm-client",
3
- "version": "7.4.13780",
3
+ "version": "7.4.13785",
4
4
  "description": "WASM version of BEAM wallet client",
5
5
  "repository": {
6
6
  "type": "git",