create-message-kit 1.2.10 → 1.2.11
Sign up to get free protection for your applications and to get access to all the features.
package/index.js
CHANGED
@@ -7,7 +7,7 @@ import { default as fs } from "fs-extra";
|
|
7
7
|
import { isCancel } from "@clack/prompts";
|
8
8
|
import { detect } from "detect-package-manager";
|
9
9
|
import pc from "picocolors";
|
10
|
-
const defVersion = "1.2.
|
10
|
+
const defVersion = "1.2.11";
|
11
11
|
const __dirname = dirname(fileURLToPath(import.meta.url));
|
12
12
|
|
13
13
|
// Read package.json to get the version
|
@@ -253,7 +253,7 @@ function createReadme(destDir, templateType, projectName, packageManager) {
|
|
253
253
|
|
254
254
|
const readmeContent = `# ${projectName}
|
255
255
|
|
256
|
-
This project is powered by [MessageKit](https://
|
256
|
+
This project is powered by [MessageKit](https://message-kit.org/)
|
257
257
|
|
258
258
|
## Setup
|
259
259
|
|
package/package.json
CHANGED
@@ -64,7 +64,7 @@ export const paymentRequest: Skill[] = [
|
|
64
64
|
skill: "/pay [amount] [token] [username] [address]",
|
65
65
|
examples: [
|
66
66
|
"/pay 10 vitalik.eth",
|
67
|
-
"/pay 1 usdc to
|
67
|
+
"/pay 1 usdc to 0xC60E6Bb79322392761BFe3081E302aEB79B30B03",
|
68
68
|
],
|
69
69
|
description:
|
70
70
|
"Send a specified amount of a cryptocurrency to a destination address. \nWhen tipping, you can assume it's 1 USDC.",
|
@@ -6,7 +6,7 @@ export const pay: Skill[] = [
|
|
6
6
|
skill: "/pay [amount] [token] [username] [address]",
|
7
7
|
examples: [
|
8
8
|
"/pay 10 vitalik.eth",
|
9
|
-
"/pay 1 usdc to
|
9
|
+
"/pay 1 usdc to 0xC60E6Bb79322392761BFe3081E302aEB79B30B03",
|
10
10
|
],
|
11
11
|
description:
|
12
12
|
"Send a specified amount of a cryptocurrency to a destination address. \nWhen tipping, you can asume its 1 usdc.",
|
@@ -64,7 +64,7 @@ export const paymentRequest: Skill[] = [
|
|
64
64
|
skill: "/pay [amount] [token] [username] [address]",
|
65
65
|
examples: [
|
66
66
|
"/pay 10 vitalik.eth",
|
67
|
-
"/pay 1 usdc to
|
67
|
+
"/pay 1 usdc to 0xC60E6Bb79322392761BFe3081E302aEB79B30B03",
|
68
68
|
],
|
69
69
|
description:
|
70
70
|
"Send a specified amount of a cryptocurrency to a destination address. \nWhen tipping, you can assume it's 1 USDC.",
|
@@ -64,7 +64,7 @@ export const paymentRequest: Skill[] = [
|
|
64
64
|
skill: "/pay [amount] [token] [username] [address]",
|
65
65
|
examples: [
|
66
66
|
"/pay 10 vitalik.eth",
|
67
|
-
"/pay 1 usdc to
|
67
|
+
"/pay 1 usdc to 0xC60E6Bb79322392761BFe3081E302aEB79B30B03",
|
68
68
|
],
|
69
69
|
description:
|
70
70
|
"Send a specified amount of a cryptocurrency to a destination address. \nWhen tipping, you can assume it's 1 USDC.",
|