taiwan-invoice-skill 2.6.3 → 2.6.4

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -16286,8 +16286,8 @@ async function initCommand(options) {
16286
16286
  console.log();
16287
16287
  console.log(import_chalk3.default.yellow("\u652F\u63F4\u7684\u767C\u7968\u5E73\u53F0\uFF1A"));
16288
16288
  console.log(import_chalk3.default.dim(" \u2022 \u7DA0\u754C\u767C\u7968 (ECPay)"));
16289
- console.log(import_chalk3.default.dim(" \u2022 \u7B11\u81C9\u79D1\u6280 (SmilePay)"));
16290
- console.log(import_chalk3.default.dim(" \u2022 \u5B89\u7F8E\u6208\u79D1\u6280 (Amego)"));
16289
+ console.log(import_chalk3.default.dim(" \u2022 \u901F\u8CB7\u914D (SmilePay)"));
16290
+ console.log(import_chalk3.default.dim(" \u2022 \u5149\u8CBF (Amego)"));
16291
16291
  console.log();
16292
16292
  console.log(import_chalk3.default.yellow("\u5E38\u898B\u4F7F\u7528\u7BC4\u4F8B\uFF1A"));
16293
16293
  console.log(import_chalk3.default.dim(" 1. \u300C\u5E6B\u6211\u6574\u5408\u7DA0\u754C\u96FB\u5B50\u767C\u7968\u958B\u7ACB\u300D"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taiwan-invoice-skill",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "CLI to install Taiwan E-Invoice skill for AI coding assistants",
5
5
  "bin": {
6
6
  "taiwan-invoice": "./dist/index.js"