hacklab 26.921.3 → 26.921.4

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  // src/index.ts
4
4
  import { parseArgs } from "node:util";
5
5
  // package.json
6
- var version = "26.921.3";
6
+ var version = "26.921.4";
7
7
 
8
8
  // src/auth.ts
9
9
  import { spawn } from "node:child_process";
@@ -125,7 +125,7 @@ Waiting for you to connect your account…`);
125
125
 
126
126
  // src/origin.ts
127
127
  function cliOrigin() {
128
- return "https://hacklab.so";
128
+ return "https://beta.hacklab.so";
129
129
  }
130
130
 
131
131
  // src/sync.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hacklab",
3
- "version": "26.921.3",
3
+ "version": "26.921.4",
4
4
  "description": "CLI for syncing coding agent usage to Hacklab",
5
5
  "bin": {
6
6
  "hacklab": "./dist/index.js"