glassbox 0.7.9-rc.1 → 0.7.9
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
|
@@ -6656,7 +6656,7 @@ async function main() {
|
|
|
6656
6656
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
6657
6657
|
}
|
|
6658
6658
|
if (debug) {
|
|
6659
|
-
console.log(`[debug] Build timestamp: ${"2026-04-07T23:55:
|
|
6659
|
+
console.log(`[debug] Build timestamp: ${"2026-04-07T23:55:50.436Z"}`);
|
|
6660
6660
|
}
|
|
6661
6661
|
if (projectDir !== null) {
|
|
6662
6662
|
process.chdir(projectDir);
|
package/package.json
CHANGED