glassbox 0.1.0 → 0.1.1

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/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -3637,7 +3637,7 @@ async function main() {
3637
3637
  }
3638
3638
  const { mode, port, resume, forceUpdateCheck, debug } = parsed;
3639
3639
  if (debug) {
3640
- console.log(`Build timestamp: ${"2026-03-05T06:52:47.945Z"}`);
3640
+ console.log(`Build timestamp: ${"2026-03-05T06:57:46.838Z"}`);
3641
3641
  }
3642
3642
  await checkForUpdates(forceUpdateCheck);
3643
3643
  const cwd = process.cwd();
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "glassbox",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A local code review tool for AI-generated code. Review diffs, annotate lines, and export structured feedback that AI tools can act on.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": "westphal",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/westphal/glassbox"
10
+ "url": "https://github.com/brianwestphal/glassbox"
11
11
  },
12
12
  "keywords": [
13
13
  "code-review",