glassbox 0.8.2-rc.1 → 0.8.2
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
|
@@ -6764,7 +6764,7 @@ async function main() {
|
|
|
6764
6764
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
6765
6765
|
}
|
|
6766
6766
|
if (debug) {
|
|
6767
|
-
console.log(`[debug] Build timestamp: ${"2026-05-
|
|
6767
|
+
console.log(`[debug] Build timestamp: ${"2026-05-03T02:47:39.743Z"}`);
|
|
6768
6768
|
}
|
|
6769
6769
|
if (projectDir !== null) {
|
|
6770
6770
|
process.chdir(projectDir);
|
package/package.json
CHANGED