glassbox 1.0.0-rc.1 → 1.0.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
|
@@ -32626,7 +32626,7 @@ async function main() {
|
|
|
32626
32626
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
32627
32627
|
}
|
|
32628
32628
|
if (debug) {
|
|
32629
|
-
console.log(`[debug] Build timestamp: ${"2026-07-23T02:
|
|
32629
|
+
console.log(`[debug] Build timestamp: ${"2026-07-23T02:30:34.669Z"}`);
|
|
32630
32630
|
}
|
|
32631
32631
|
if (projectDir !== null) {
|
|
32632
32632
|
if (!existsSync20(projectDir) || !statSync8(projectDir).isDirectory()) {
|
package/package.json
CHANGED