skild 0.2.0 → 0.2.2
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 +4 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -416,12 +416,12 @@ async function signup(options) {
|
|
|
416
416
|
} else if (parsed.verification.sent) {
|
|
417
417
|
console.log(chalk9.dim("Verification email sent. Check your inbox (and spam)."));
|
|
418
418
|
} else {
|
|
419
|
-
console.log(chalk9.yellow("Verification email was not sent. You may need to resend from the
|
|
419
|
+
console.log(chalk9.yellow("Verification email was not sent. You may need to resend from the Skild Hub."));
|
|
420
420
|
}
|
|
421
|
-
console.log(chalk9.dim(`Verify/resend in
|
|
421
|
+
console.log(chalk9.dim(`Verify/resend in Skild Hub: ${(parsed.verification.consoleUrl || "https://hub.skild.sh").replace(/\/+$/, "")}/verify-email/request`));
|
|
422
422
|
} else if (parsed.verification) {
|
|
423
423
|
console.log(chalk9.dim("Email verification is recommended. Publishing may be restricted in the future."));
|
|
424
|
-
console.log(chalk9.dim(`Verify/resend in
|
|
424
|
+
console.log(chalk9.dim(`Verify/resend in Skild Hub: ${(parsed.verification.consoleUrl || "https://hub.skild.sh").replace(/\/+$/, "")}/verify-email/request`));
|
|
425
425
|
}
|
|
426
426
|
} catch {
|
|
427
427
|
}
|
|
@@ -486,7 +486,7 @@ async function login(options) {
|
|
|
486
486
|
console.log(chalk10.green(`Logged in as ${chalk10.cyan(json.publisher.handle)}.`));
|
|
487
487
|
if (json.publisher.emailVerified === false) {
|
|
488
488
|
console.log(chalk10.yellow("Email not verified. Publishing may be restricted by server policy."));
|
|
489
|
-
console.log(chalk10.dim("Open the
|
|
489
|
+
console.log(chalk10.dim("Open the Skild Hub to verify: https://hub.skild.sh/verify-email/request"));
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
492
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skild",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "The npm for Agent Skills — Discover, install, manage, and publish AI Agent Skills with ease.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"commander": "^12.1.0",
|
|
38
38
|
"ora": "^8.0.1",
|
|
39
39
|
"tar": "^7.4.3",
|
|
40
|
-
"@skild/core": "^0.2.
|
|
40
|
+
"@skild/core": "^0.2.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^20.10.0",
|