glassbox 0.3.4 → 0.3.5
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.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -5265,7 +5265,7 @@ async function main() {
|
|
|
5265
5265
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
5266
5266
|
}
|
|
5267
5267
|
if (debug) {
|
|
5268
|
-
console.log(`[debug] Build timestamp: ${"2026-03-16T22:
|
|
5268
|
+
console.log(`[debug] Build timestamp: ${"2026-03-16T22:38:43.536Z"}`);
|
|
5269
5269
|
}
|
|
5270
5270
|
if (projectDir) {
|
|
5271
5271
|
process.chdir(projectDir);
|
package/package.json
CHANGED