taiwan-logistics-skill 1.0.3 → 1.0.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 +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -16125,7 +16125,7 @@ async function animatedDelay(ms) {
16125
16125
 
16126
16126
  // src/commands/init.ts
16127
16127
  async function initCommand(options) {
16128
- logger.title("Taiwan Invoice Skill Installer");
16128
+ logger.title("Taiwan Logistics Skill Installer");
16129
16129
  let aiType = options.ai;
16130
16130
  if (!aiType) {
16131
16131
  const { detected, suggested } = detectAIType();
@@ -16190,11 +16190,11 @@ async function initCommand(options) {
16190
16190
  console.log(` ${import_chalk3.default.green("\u2713")} ${folder}`);
16191
16191
  });
16192
16192
  console.log();
16193
- logger.success("Taiwan Invoice Skill installed successfully!");
16193
+ logger.success("Taiwan Logistics Skill installed successfully!");
16194
16194
  console.log();
16195
16195
  console.log(import_chalk3.default.bold("Next steps:"));
16196
16196
  console.log(import_chalk3.default.dim(" 1. Restart your AI coding assistant"));
16197
- console.log(import_chalk3.default.dim(' 2. Try: "Help me integrate ECPay invoice API"'));
16197
+ console.log(import_chalk3.default.dim(' 2. Try: "Help me integrate ECPay logistics API"'));
16198
16198
  console.log();
16199
16199
  } catch (error) {
16200
16200
  logger.error("Installation failed");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taiwan-logistics-skill",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "CLI to install Taiwan Logistics skill for AI coding assistants",
5
5
  "bin": {
6
6
  "taiwan-logistics": "./dist/index.js"