@wix/ditto-codegen-public 1.0.258 → 1.0.259
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/out.js +1 -1
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -342720,7 +342720,7 @@ var require_job_timeout_monitor = __commonJS({
|
|
|
342720
342720
|
var ditto_codegen_types_12 = require_dist4();
|
|
342721
342721
|
var utils_1 = require_utils9();
|
|
342722
342722
|
var logger_12 = require_logger();
|
|
342723
|
-
exports2.JOB_TIMEOUT_MS = 1e3 * 60 *
|
|
342723
|
+
exports2.JOB_TIMEOUT_MS = 1e3 * 60 * 20;
|
|
342724
342724
|
var JobTimeoutMonitor = class {
|
|
342725
342725
|
constructor(codeGenerationService) {
|
|
342726
342726
|
this.codeGenerationService = codeGenerationService;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.259",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"@wix/ditto-codegen": "1.0.0",
|
|
29
29
|
"esbuild": "^0.27.2"
|
|
30
30
|
},
|
|
31
|
-
"falconPackageHash": "
|
|
31
|
+
"falconPackageHash": "fd4a71938a24e982c71dddb32187979668f52dd543f32b280998fbf6"
|
|
32
32
|
}
|