cli-confirm-protocol 7.0.18 → 7.0.19

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.
package/README.md CHANGED
@@ -6,4 +6,4 @@ Official CLI.Tax installer for the structured confirmation protocol skill.
6
6
  npx cli-confirm-protocol@latest install
7
7
  ```
8
8
 
9
- Source: https://gitee.com/Alyr_space/CLITax.git
9
+ Source: https://github.com/88208555/confirm-protocol-clitax.git
package/package.json CHANGED
@@ -14,8 +14,8 @@
14
14
  "name": "cli-confirm-protocol",
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://gitee.com/Alyr_space/CLITax.git"
17
+ "url": "https://github.com/88208555/confirm-protocol-clitax.git"
18
18
  },
19
19
  "type": "module",
20
- "version": "7.0.18"
20
+ "version": "7.0.19"
21
21
  }
package/skill/SKILL.md CHANGED
@@ -5,7 +5,7 @@ description: '把技能需要的用户确认转换为统一 interaction 协议
5
5
 
6
6
  # Confirm Protocol
7
7
 
8
- Package version: v7.0.18
8
+ Package version: v7.0.19
9
9
 
10
10
  Endpoint: https://cli.tax/Cf8Pr7Tm2Q
11
11
 
package/skill/skill.json CHANGED
@@ -5,6 +5,6 @@
5
5
  "schemaVersion": "confirm-protocol.skill.request/1.0",
6
6
  "endpoint": "https://cli.tax/Cf8Pr7Tm2Q",
7
7
  "method": "POST",
8
- "version": "v7.0.18",
8
+ "version": "v7.0.19",
9
9
  "type": "Skill"
10
10
  }