glassbox 1.1.0 → 1.1.2

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 +6 -4
package/dist/cli.js CHANGED
@@ -35117,7 +35117,7 @@ async function main() {
35117
35117
  console.log("AI service test mode enabled \u2014 using mock AI responses");
35118
35118
  }
35119
35119
  if (debug) {
35120
- console.log(`[debug] Build timestamp: ${"2026-08-03T08:38:24.884Z"}`);
35120
+ console.log(`[debug] Build timestamp: ${"2026-08-14T01:13:26.199Z"}`);
35121
35121
  }
35122
35122
  if (projectDir !== null) {
35123
35123
  if (!existsSync22(projectDir) || !statSync9(projectDir).isDirectory()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glassbox",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
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",
@@ -76,7 +76,7 @@
76
76
  "apple-fm": "^1.0.0",
77
77
  "hono": "^4.12.25",
78
78
  "jpeg-js": "^0.4.4",
79
- "kerfjs": "^4.1.0",
79
+ "kerfjs": "^4.1.1",
80
80
  "pglite-migrate": "^2.1.0",
81
81
  "pixelmatch": "^7.2.0",
82
82
  "pngjs": "^7.0.0",
@@ -93,7 +93,7 @@
93
93
  "@vitest/coverage-v8": "^4.1.9",
94
94
  "@viz-js/viz": "^3.28.0",
95
95
  "c8": "^11.0.0",
96
- "domotion-svg": "0.21.1",
96
+ "domotion-svg": "0.22.2",
97
97
  "esbuild": "^0.28.1",
98
98
  "eslint": "^10.5.0",
99
99
  "eslint-plugin-import-x": "^4.16.2",
@@ -110,6 +110,8 @@
110
110
  "vitest": "^4.1.9"
111
111
  },
112
112
  "overrides": {
113
- "esbuild": "^0.28.1"
113
+ "esbuild": "^0.28.1",
114
+ "fast-uri": "^3.1.5",
115
+ "ip-address": "^10.4.0"
114
116
  }
115
117
  }