glassbox 0.2.2 → 0.2.3
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
|
@@ -4422,7 +4422,7 @@ async function main() {
|
|
|
4422
4422
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
4423
4423
|
}
|
|
4424
4424
|
if (debug) {
|
|
4425
|
-
console.log(`[debug] Build timestamp: ${"2026-03-13T08:
|
|
4425
|
+
console.log(`[debug] Build timestamp: ${"2026-03-13T08:33:54.919Z"}`);
|
|
4426
4426
|
}
|
|
4427
4427
|
if (projectDir) {
|
|
4428
4428
|
process.chdir(projectDir);
|
package/package.json
CHANGED