@peeramid-labs/sdk 3.0.1 → 3.0.2

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.
@@ -1,4 +1,4 @@
1
- # Rankify SDK API Documentation - v3.0.1
1
+ # Rankify SDK API Documentation - v3.0.2
2
2
 
3
3
  ## Table of contents
4
4
 
package/docs/index.md CHANGED
@@ -1,4 +1,4 @@
1
- # Rankify SDK API Documentation - v3.0.1
1
+ # Rankify SDK API Documentation - v3.0.2
2
2
 
3
3
  ## Table of contents
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@peeramid-labs/sdk",
3
3
  "description": "Peeramid Labs JavaScript SDK and CLI tools for building your community",
4
- "version": "3.0.1",
4
+ "version": "3.0.2",
5
5
  "type": "commonjs",
6
6
  "main": "./lib.commonjs/index.js",
7
7
  "module": "./lib.esm/index.js",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@peeramid-labs/eds": "^2.2.0",
29
29
  "@peeramid-labs/multipass": "^0.3.2",
30
- "chalk": "^5.4.1",
30
+ "chalk": "^4.1.2",
31
31
  "commander": "^13.0.0",
32
32
  "crypto-js": "^4.1.1",
33
33
  "inquirer": "^12.3.0",