staklink 0.4.27 → 0.4.29
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
|
@@ -60988,7 +60988,7 @@ var SSEManager = class {
|
|
|
60988
60988
|
var sseManager = new SSEManager();
|
|
60989
60989
|
|
|
60990
60990
|
// src/proxy/version.ts
|
|
60991
|
-
var VERSION = "0.4.
|
|
60991
|
+
var VERSION = "0.4.29";
|
|
60992
60992
|
|
|
60993
60993
|
// node_modules/uuid/dist/esm/stringify.js
|
|
60994
60994
|
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.29";
|
|
11008
11008
|
|
|
11009
11009
|
// src/deps.ts
|
|
11010
11010
|
var import_child_process = require("child_process");
|
|
@@ -11013,7 +11013,7 @@ var import_fs3 = require("fs");
|
|
|
11013
11013
|
var import_os = require("os");
|
|
11014
11014
|
var import_path2 = require("path");
|
|
11015
11015
|
var execAsync = (0, import_util2.promisify)(import_child_process.exec);
|
|
11016
|
-
var GOOSE_VERSION = "1.
|
|
11016
|
+
var GOOSE_VERSION = "1.33.1";
|
|
11017
11017
|
var SKILLS = [
|
|
11018
11018
|
{ name: "agent-browser", repo: "https://github.com/vercel-labs/agent-browser" },
|
|
11019
11019
|
{ name: "code-simplifier", repo: "https://github.com/getsentry/skills" },
|