staklink 0.4.24 → 0.4.25
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/proxy-server.cjs +1 -1
- package/dist/staklink-cli.cjs +2 -2
- package/package.json +1 -1
package/dist/proxy-server.cjs
CHANGED
|
@@ -60927,7 +60927,7 @@ var SSEManager = class {
|
|
|
60927
60927
|
var sseManager = new SSEManager();
|
|
60928
60928
|
|
|
60929
60929
|
// src/proxy/version.ts
|
|
60930
|
-
var VERSION = "0.4.
|
|
60930
|
+
var VERSION = "0.4.25";
|
|
60931
60931
|
|
|
60932
60932
|
// node_modules/uuid/dist/esm/stringify.js
|
|
60933
60933
|
var byteToHex = [];
|
package/dist/staklink-cli.cjs
CHANGED
|
@@ -11004,7 +11004,7 @@ var glob = Object.assign(glob_, {
|
|
|
11004
11004
|
glob.glob = glob;
|
|
11005
11005
|
|
|
11006
11006
|
// src/proxy/version.ts
|
|
11007
|
-
var VERSION = "0.4.
|
|
11007
|
+
var VERSION = "0.4.25";
|
|
11008
11008
|
|
|
11009
11009
|
// src/deps.ts
|
|
11010
11010
|
var import_child_process = require("child_process");
|
|
@@ -11101,7 +11101,7 @@ async function ensureSkillInstalled(skillName, repo) {
|
|
|
11101
11101
|
}
|
|
11102
11102
|
console.log(`\u{1F4E6} Installing ${skillName} skill...`);
|
|
11103
11103
|
try {
|
|
11104
|
-
await execAsync(`npx skills add ${repo} --skill ${skillName} -g -y`);
|
|
11104
|
+
await execAsync(`npx -y skills add ${repo} --skill ${skillName} -g -y`);
|
|
11105
11105
|
console.log(`\u2705 Skill "${skillName}" installed successfully`);
|
|
11106
11106
|
} catch (error2) {
|
|
11107
11107
|
console.error(`\u26A0\uFE0F Failed to install ${skillName} skill:`, error2);
|