meshjs 1.9.0-beta.2 → 1.9.0-beta.21

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ![Mesh Logo](https://meshjs.dev/logo-mesh/mesh.png)
2
2
 
3
- Mesh is an open-source library to make building dApps accessible. Whether you're a beginner developer, startup, web3 market leader, or a large enterprise, Mesh makes web3 development easy with reliable, scalable, and well-engineered APIs & developer tools.
3
+ Mesh is an open-source library to make building applications accessible. Whether you're a beginner developer, startup, web3 market leader, or a large enterprise, Mesh makes web3 development easy with reliable, scalable, and well-engineered APIs & developer tools.
4
4
 
5
5
  ```sh
6
6
  Usage: create-mesh-app [options] <name>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "A quick and easy way to bootstrap your dApps on Cardano using Mesh.",
4
4
  "homepage": "https://meshjs.dev",
5
5
  "author": "MeshJS",
6
- "version": "1.9.0-beta.2",
6
+ "version": "1.9.0-beta.21",
7
7
  "license": "Apache-2.0",
8
8
  "type": "module",
9
9
  "main": "./dist/index.cjs",