@wix/create-app 0.0.169 → 0.0.170
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/{chunk-ZPLNYYYY.js → chunk-KLP34UUN.js} +5 -2
- package/build/chunk-KLP34UUN.js.map +1 -0
- package/build/{generator-XRFNCPHT.js → generator-AK5W7AYP.js} +2 -2
- package/build/index.js +58 -27
- package/build/index.js.map +1 -1
- package/package.json +3 -3
- package/build/chunk-ZPLNYYYY.js.map +0 -1
- /package/build/{generator-XRFNCPHT.js.map → generator-AK5W7AYP.js.map} +0 -0
|
@@ -12593,7 +12593,9 @@ var testOverridesSchema = zod_default.object({
|
|
|
12593
12593
|
panoramaReporterUrl: zod_default.string().optional(),
|
|
12594
12594
|
isCI: zod_default.boolean().optional(),
|
|
12595
12595
|
isPR: zod_default.boolean().optional(),
|
|
12596
|
-
ciName: zod_default.string().optional()
|
|
12596
|
+
ciName: zod_default.string().optional(),
|
|
12597
|
+
cliEnvName: zod_default.string().optional(),
|
|
12598
|
+
cliTrackingId: zod_default.string().optional()
|
|
12597
12599
|
});
|
|
12598
12600
|
var TEST_OVERRIDES_ENV_VAR = "WIX_CLI_TEST_OVERRIDES";
|
|
12599
12601
|
function getTestOverrides() {
|
|
@@ -12826,6 +12828,7 @@ var CliUserErrorCode = (0, import_variant.variant)({
|
|
|
12826
12828
|
FailedToSaveApiKeyAuthData: {},
|
|
12827
12829
|
FailedToRenewAuthTokenSiteNotFound: (0, import_variant.fields)(),
|
|
12828
12830
|
FailedToRenewAuthTokenRefreshTokenRevoked: {},
|
|
12831
|
+
FailedToLoginWithRefreshToken: {},
|
|
12829
12832
|
FailedToInstallPackage: (0, import_variant.fields)(),
|
|
12830
12833
|
FailedToInstallPackages: {},
|
|
12831
12834
|
FailedToUninstallPackage: (0, import_variant.fields)(),
|
|
@@ -15613,4 +15616,4 @@ queue-microtask/index.js:
|
|
|
15613
15616
|
run-parallel/index.js:
|
|
15614
15617
|
(*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
15615
15618
|
*/
|
|
15616
|
-
//# sourceMappingURL=chunk-
|
|
15619
|
+
//# sourceMappingURL=chunk-KLP34UUN.js.map
|