@morambacrypto/connect 0.0.5 → 0.0.6

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,8 +38,6 @@ const response = await client.auth.createJwtToken({
38
38
  });
39
39
 
40
40
  console.log("JWT Token:", response.data.token);
41
- console.log("Issued At:", response.data.iat);
42
- console.log("Expires At:", response.data.exp);
43
41
  ```
44
42
 
45
43
  ## API Reference
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morambacrypto/connect",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "This library use for interact with moramba-crypto project",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",