glassbox 0.12.1-beta.1 → 0.13.2-rc.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/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -23821,7 +23821,7 @@ async function main() {
23821
23821
  console.log("AI service test mode enabled \u2014 using mock AI responses");
23822
23822
  }
23823
23823
  if (debug) {
23824
- console.log(`[debug] Build timestamp: ${"2026-06-16T04:35:45.711Z"}`);
23824
+ console.log(`[debug] Build timestamp: ${"2026-06-17T07:01:41.377Z"}`);
23825
23825
  }
23826
23826
  if (projectDir !== null) {
23827
23827
  process.chdir(projectDir);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glassbox",
3
- "version": "0.12.1-beta.1",
3
+ "version": "0.13.2-rc.4",
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",
@@ -75,7 +75,7 @@
75
75
  "@types/node": "^25.9.3",
76
76
  "@vitest/coverage-v8": "^4.1.9",
77
77
  "c8": "^11.0.0",
78
- "domotion-svg": "0.12.0",
78
+ "domotion-svg": "0.13.3",
79
79
  "esbuild": "^0.28.1",
80
80
  "eslint": "^10.5.0",
81
81
  "eslint-plugin-import-x": "^4.16.2",