@wix/create-headless-site 0.0.49 → 0.0.51
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 +3 -1
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -15593,7 +15593,9 @@ var testOverridesSchema = zod_default.object({
|
|
|
15593
15593
|
panoramaReporterUrl: zod_default.string().optional(),
|
|
15594
15594
|
isCI: zod_default.boolean().optional(),
|
|
15595
15595
|
isPR: zod_default.boolean().optional(),
|
|
15596
|
-
ciName: zod_default.string().optional()
|
|
15596
|
+
ciName: zod_default.string().optional(),
|
|
15597
|
+
cliEnvName: zod_default.string().optional(),
|
|
15598
|
+
cliTrackingId: zod_default.string().optional()
|
|
15597
15599
|
});
|
|
15598
15600
|
var TEST_OVERRIDES_ENV_VAR = "WIX_CLI_TEST_OVERRIDES";
|
|
15599
15601
|
function getTestOverrides() {
|