staklink 0.3.12 → 0.3.13

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.
@@ -33901,7 +33901,7 @@ var SSEManager = class {
33901
33901
  var sseManager = new SSEManager();
33902
33902
 
33903
33903
  // src/proxy/version.ts
33904
- var VERSION = "0.3.12";
33904
+ var VERSION = "0.3.13";
33905
33905
 
33906
33906
  // node_modules/uuid/dist/esm/stringify.js
33907
33907
  var byteToHex = [];
@@ -80390,7 +80390,8 @@ ${diff.trim()}`);
80390
80390
  }
80391
80391
  } catch (prError) {
80392
80392
  console.error(`=> Failed to create PR for ${r.url}:`, prError);
80393
- prs[repoName] = `Error: ${prError instanceof Error ? prError.message : String(prError)}`;
80393
+ fail(res, prError);
80394
+ return;
80394
80395
  }
80395
80396
  }
80396
80397
  }
@@ -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.12";
10908
+ var VERSION = "0.3.13";
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.12",
5
+ "version": "0.3.13",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {