staklink 0.3.60 → 0.3.62

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.
@@ -10967,7 +10967,7 @@ var glob = Object.assign(glob_, {
10967
10967
  glob.glob = glob;
10968
10968
 
10969
10969
  // src/proxy/version.ts
10970
- var VERSION = "0.3.59";
10970
+ var VERSION = "0.3.62";
10971
10971
 
10972
10972
  // src/cli.ts
10973
10973
  var STAKLINK_PROXY = "staklink-proxy";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "staklink",
3
3
  "displayName": "staklink",
4
4
  "description": "staklink process manager",
5
- "version": "0.3.60",
5
+ "version": "0.3.62",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {
@@ -116,8 +116,9 @@
116
116
  "dependencies": {
117
117
  "@ai-sdk/anthropic": "^3.0.9",
118
118
  "@ai-sdk/google": "^3.0.6",
119
+ "@types/jsonwebtoken": "^9.0.10",
119
120
  "ai": "^6.0.26",
120
- "ai-sdk-provider-goose": "^0.1.2",
121
+ "ai-sdk-provider-goose": "^0.1.8",
121
122
  "aieo": "^0.1.29",
122
123
  "async-mutex": "^0.5.0",
123
124
  "commander": "^14.0.1",
@@ -125,6 +126,7 @@
125
126
  "express": "^4.21.2",
126
127
  "glob": "^11.0.2",
127
128
  "jsonc-parser": "^3.3.1",
129
+ "jsonwebtoken": "^9.0.3",
128
130
  "playwright-core": "^1.56.1",
129
131
  "undici": "^7.16.0",
130
132
  "uuid": "^11.1.0",