@wix/create-headless-site 0.0.51 → 0.0.53
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/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -15583,7 +15583,7 @@ var testOverridesSchema = zod_default.object({
|
|
|
15583
15583
|
wixCliDependencyVersion: zod_default.string().optional(),
|
|
15584
15584
|
wixCliAppDependencyVersion: zod_default.string().optional(),
|
|
15585
15585
|
disableTTY: zod_default.boolean().optional(),
|
|
15586
|
-
|
|
15586
|
+
loginWithDeviceCodeInterval: zod_default.number().optional(),
|
|
15587
15587
|
registryUrl: zod_default.string().optional(),
|
|
15588
15588
|
fsCacheDir: zod_default.string().optional(),
|
|
15589
15589
|
localTunnel: zod_default.boolean().optional(),
|