staklink 0.3.22 → 0.3.23

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.
@@ -10905,7 +10905,7 @@ var glob = Object.assign(glob_, {
10905
10905
  glob.glob = glob;
10906
10906
 
10907
10907
  // src/proxy/version.ts
10908
- var VERSION = "0.3.22";
10908
+ var VERSION = "0.3.23";
10909
10909
 
10910
10910
  // src/cli.ts
10911
10911
  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.22",
5
+ "version": "0.3.23",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {
@@ -133,6 +133,7 @@
133
133
  "@ai-sdk/openai": "^1.3.20",
134
134
  "@anthropic-ai/sdk": "^0.39.0",
135
135
  "@google/generative-ai": "^0.24.0",
136
+ "@playwright/test": "^1.56.1",
136
137
  "@types/express": "^5.0.0",
137
138
  "@types/mocha": "^10.0.10",
138
139
  "@types/node": "20.x",