glassbox 0.8.0-rc.1 → 0.8.0
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
|
@@ -6825,7 +6825,7 @@ async function main() {
|
|
|
6825
6825
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
6826
6826
|
}
|
|
6827
6827
|
if (debug) {
|
|
6828
|
-
console.log(`[debug] Build timestamp: ${"2026-04-08T00:37
|
|
6828
|
+
console.log(`[debug] Build timestamp: ${"2026-04-08T00:38:37.701Z"}`);
|
|
6829
6829
|
}
|
|
6830
6830
|
if (projectDir !== null) {
|
|
6831
6831
|
process.chdir(projectDir);
|
package/package.json
CHANGED