taiwan-logistics-skill 1.0.2 → 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.
- package/dist/index.js +3 -3
- package/package.json +4 -4
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
|
|
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
|
|
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
|
|
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
|
+
"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"
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "git+https://github.com/Moksa1123/taiwan-
|
|
35
|
+
"url": "git+https://github.com/Moksa1123/taiwan-invoice.git"
|
|
36
36
|
},
|
|
37
37
|
"bugs": {
|
|
38
|
-
"url": "https://github.com/Moksa1123/taiwan-
|
|
38
|
+
"url": "https://github.com/Moksa1123/taiwan-invoice/issues"
|
|
39
39
|
},
|
|
40
|
-
"homepage": "https://github.com/Moksa1123/taiwan-
|
|
40
|
+
"homepage": "https://github.com/Moksa1123/taiwan-invoice#readme",
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"chalk": "^4.1.2",
|
|
43
43
|
"cli-progress": "^3.12.0",
|