taiwan-invoice-skill 2.4.2 → 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": "
|
|
4
|
+
"installType": "full",
|
|
5
5
|
"folderStructure": {
|
|
6
6
|
"root": ".agent",
|
|
7
|
-
"skillPath": "
|
|
8
|
-
"filename": "
|
|
9
|
-
"sharedRoot": ".shared",
|
|
10
|
-
"sharedPath": "taiwan-invoice"
|
|
7
|
+
"skillPath": "skills/taiwan-invoice",
|
|
8
|
+
"filename": "SKILL.md"
|
|
11
9
|
},
|
|
12
|
-
"scriptPath": "
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
13
11
|
"frontmatter": {
|
|
14
|
-
"
|
|
15
|
-
"
|
|
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": "
|
|
24
|
-
"description": "
|
|
25
|
-
"skillOrWorkflow": "
|
|
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
|
}
|
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"
|
|
15840
|
+
antigravity: [".agent"],
|
|
15841
15841
|
copilot: [".github"],
|
|
15842
15842
|
kiro: [".kiro"],
|
|
15843
15843
|
codex: [".codex"],
|