@morambacrypto/connect 0.0.7 → 0.0.9

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 +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,11 +83,16 @@ 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 <a href="https://moramba.xyz" target="_blank" rel="noopener noreferrer">
87
+ moramba.xyz
88
+ </a>.
87
89
 
88
90
  ## Documentation
89
91
 
90
- For complete API documentation, visit [API Documentation](https://morambacrypto.readme.io/).
92
+ For complete API documentation, visit
93
+ <a href="https://morambacrypto.readme.io/" target="_blank" rel="noopener noreferrer">
94
+ API Documentation
95
+ </a>
91
96
 
92
97
  ## License
93
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morambacrypto/connect",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "This library use for interact with moramba-crypto project",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",