taiwan-invoice-skill 2.4.1 → 2.4.3

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,18 +1,16 @@
1
1
  {
2
2
  "platform": "antigravity",
3
3
  "displayName": "Antigravity / Generic Agent",
4
- "installType": "workflow",
4
+ "installType": "full",
5
5
  "folderStructure": {
6
6
  "root": ".agent",
7
- "skillPath": "workflows",
8
- "filename": "taiwan-invoice.md",
9
- "sharedRoot": ".shared",
10
- "sharedPath": "taiwan-invoice"
7
+ "skillPath": "skills/taiwan-invoice",
8
+ "filename": "SKILL.md"
11
9
  },
12
- "scriptPath": ".shared/taiwan-invoice/scripts",
10
+ "scriptPath": "skills/taiwan-invoice/scripts",
13
11
  "frontmatter": {
14
- "description": "Taiwan E-Invoice API integration for ECPay, SmilePay, and Amego",
15
- "auto_execution_mode": "3"
12
+ "name": "taiwan-invoice",
13
+ "description": "Taiwan E-Invoice API integration for ECPay, SmilePay, and Amego. Provides B2C/B2B invoice issuance, void, allowance, query, and print functionality."
16
14
  },
17
15
  "sections": {
18
16
  "examples": true,
@@ -20,7 +18,7 @@
20
18
  "scripts": true,
21
19
  "quickReference": false
22
20
  },
23
- "title": "taiwan-invoice",
24
- "description": "台灣電子發票 API 整合工具。支援 ECPaySmilePayAmego 三家加值中心的 B2C/B2B 發票開立、作廢、折讓、查詢、列印功能。",
25
- "skillOrWorkflow": "Workflow"
21
+ "title": "Taiwan E-Invoice Skill",
22
+ "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
23
+ "skillOrWorkflow": "Skill"
26
24
  }
@@ -4,10 +4,10 @@
4
4
  "installType": "full",
5
5
  "folderStructure": {
6
6
  "root": ".cursor",
7
- "skillPath": "commands/taiwan-invoice",
7
+ "skillPath": "skills/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
- "scriptPath": "commands/taiwan-invoice/scripts",
10
+ "scriptPath": "skills/taiwan-invoice/scripts",
11
11
  "frontmatter": {
12
12
  "name": "taiwan-invoice",
13
13
  "description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego. Provides B2C/B2B invoice issuance, void, allowance, query, and print functionality. Includes encryption implementations (AES-128-CBC, MD5), tax calculations, and complete API specifications."
package/dist/index.js CHANGED
@@ -15837,7 +15837,7 @@ var AI_FOLDERS = {
15837
15837
  claude: [".claude"],
15838
15838
  cursor: [".cursor"],
15839
15839
  windsurf: [".windsurf"],
15840
- antigravity: [".agent", ".shared"],
15840
+ antigravity: [".agent"],
15841
15841
  copilot: [".github"],
15842
15842
  kiro: [".kiro"],
15843
15843
  codex: [".codex"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taiwan-invoice-skill",
3
- "version": "2.4.1",
3
+ "version": "2.4.3",
4
4
  "description": "CLI to install Taiwan E-Invoice skill for AI coding assistants",
5
5
  "bin": {
6
6
  "taiwan-invoice": "./dist/index.js"