beam-wasm-client 7.4.13834 → 7.4.13844

Sign up to get free protection for your applications and to get access to all the features.
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.13834",
3
+ "version": "7.4.13844",
4
4
  "description": "WASM version of BEAM wallet client",
5
5
  "repository": {
6
6
  "type": "git",