glassbox 1.2.2-rc.1 → 1.2.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
|
@@ -35511,7 +35511,7 @@ async function main() {
|
|
|
35511
35511
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
35512
35512
|
}
|
|
35513
35513
|
if (debug) {
|
|
35514
|
-
console.log(`[debug] Build timestamp: ${"2026-09-
|
|
35514
|
+
console.log(`[debug] Build timestamp: ${"2026-09-08T04:01:44.301Z"}`);
|
|
35515
35515
|
}
|
|
35516
35516
|
if (projectDir !== null) {
|
|
35517
35517
|
if (!existsSync23(projectDir) || !statSync9(projectDir).isDirectory()) {
|
package/package.json
CHANGED