staklink 0.3.11 → 0.3.12

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.11";
33904
+ var VERSION = "0.3.12";
33905
33905
 
33906
33906
  // node_modules/uuid/dist/esm/stringify.js
33907
33907
  var byteToHex = [];
@@ -80366,6 +80366,8 @@ ${diff.trim()}`);
80366
80366
  } catch (diffError) {
80367
80367
  console.warn(`=> Could not check commit diff: ${diffError}`);
80368
80368
  }
80369
+ console.log(`=> Waiting for GitHub to process push...`);
80370
+ await new Promise((resolve3) => setTimeout(resolve3, 2e3));
80369
80371
  const gh = new GitHubCLI(
80370
80372
  code.git_credentials.auth_data.token,
80371
80373
  currentBranch,
@@ -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.11";
10908
+ var VERSION = "0.3.12";
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.11",
5
+ "version": "0.3.12",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {