glassbox 0.7.4 → 0.7.6
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
|
@@ -6613,7 +6613,7 @@ async function main() {
|
|
|
6613
6613
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
6614
6614
|
}
|
|
6615
6615
|
if (debug) {
|
|
6616
|
-
console.log(`[debug] Build timestamp: ${"2026-04-
|
|
6616
|
+
console.log(`[debug] Build timestamp: ${"2026-04-03T03:37:38.430Z"}`);
|
|
6617
6617
|
}
|
|
6618
6618
|
if (projectDir !== null) {
|
|
6619
6619
|
process.chdir(projectDir);
|
package/package.json
CHANGED