@dainprotocol/cli 1.0.31 → 1.0.32

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.
@@ -17,6 +17,7 @@
17
17
  "typescript": "^5.5.4",
18
18
  "@types/express": "^4.17.13",
19
19
  "@types/node": "^22.5.4",
20
- "axios": "^1.7.5"
20
+ "axios": "^1.7.5",
21
+ "@dainprotocol/cli": "^1.0.31"
21
22
  }
22
23
  }
@@ -106,6 +106,7 @@ const dainService = defineDAINService({
106
106
  version: "1.0.0",
107
107
  author: "Your Name",
108
108
  tags: ["weather", "forecast", "dain"],
109
+ logo: "https://cdn-icons-png.flaticon.com/512/252/252035.png"
109
110
  },
110
111
  identity: {
111
112
  apiKey: process.env.DAIN_API_KEY,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dainprotocol/cli",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "CLI for Dain Protocol",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -17,6 +17,7 @@
17
17
  "typescript": "^5.5.4",
18
18
  "@types/express": "^4.17.13",
19
19
  "@types/node": "^22.5.4",
20
- "axios": "^1.7.5"
20
+ "axios": "^1.7.5",
21
+ "@dainprotocol/cli": "^1.0.31"
21
22
  }
22
23
  }
@@ -106,6 +106,7 @@ const dainService = defineDAINService({
106
106
  version: "1.0.0",
107
107
  author: "Your Name",
108
108
  tags: ["weather", "forecast", "dain"],
109
+ logo: "https://cdn-icons-png.flaticon.com/512/252/252035.png"
109
110
  },
110
111
  identity: {
111
112
  apiKey: process.env.DAIN_API_KEY,