@morambacrypto/connect 0.0.7 → 0.0.8

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,11 +83,11 @@ const client = new MorambaClient({
83
83
 
84
84
  ## Support
85
85
 
86
- For issues and questions, please visit the [moramba.xyz](https://moramba.xyz).
86
+ For issues and questions, please visit the [moramba.xyz](https://moramba.xyz){:target="_blank"}.
87
87
 
88
88
  ## Documentation
89
89
 
90
- For complete API documentation, visit [API Documentation](https://morambacrypto.readme.io/).
90
+ For complete API documentation, visit [API Documentation](https://morambacrypto.readme.io/){:target="_blank"}.
91
91
 
92
92
  ## License
93
93
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morambacrypto/connect",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "This library use for interact with moramba-crypto project",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",