@wix/create-app 0.0.216 → 0.0.217
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-RQABU6WU.js → chunk-P7PXBK72.js} +8 -5
- package/build/{chunk-RQABU6WU.js.map → chunk-P7PXBK72.js.map} +1 -1
- package/build/{generator-OX754MXD.js → generator-MTY4HUWZ.js} +2 -2
- package/build/index.js +145 -114
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-OX754MXD.js.map → generator-MTY4HUWZ.js.map} +0 -0
|
@@ -14711,9 +14711,9 @@ var CliSystemErrorCode = (0, import_variant.variant)({
|
|
|
14711
14711
|
FailedToListComponentByComponentType: {},
|
|
14712
14712
|
FailedToParseBackofficeExtensionContainer: {},
|
|
14713
14713
|
FailedToParseBackofficePages: {},
|
|
14714
|
-
|
|
14715
|
-
|
|
14716
|
-
|
|
14714
|
+
FailedToGetAppEnvironmentVariablesByEnvironment: {},
|
|
14715
|
+
FailedToBulkUpsertAppEnvironmentVariables: {},
|
|
14716
|
+
FailedToDeleteAppEnvironmentVariableByEnvironmentAndKey: {},
|
|
14717
14717
|
FailedToUploadStaticFiles: {},
|
|
14718
14718
|
FailedCreatingAppProject: {},
|
|
14719
14719
|
FailedToGetAppProject: {},
|
|
@@ -14869,7 +14869,10 @@ var CliUserErrorCode = (0, import_variant.variant)({
|
|
|
14869
14869
|
InvalidSiteComponentElementItem: (0, import_variant.fields)(),
|
|
14870
14870
|
TrustedAppIsNotMarkedAsInternal: {},
|
|
14871
14871
|
DevCommandFailed: {},
|
|
14872
|
-
VibeRepositorySetupTimedout: {}
|
|
14872
|
+
VibeRepositorySetupTimedout: {},
|
|
14873
|
+
MultipleConfigFiles: (0, import_variant.fields)(),
|
|
14874
|
+
ConfigNoDefaultExport: (0, import_variant.fields)(),
|
|
14875
|
+
InvalidConfigDefinition: (0, import_variant.fields)()
|
|
14873
14876
|
});
|
|
14874
14877
|
var CliErrorCode = (0, import_variant.variant)({
|
|
14875
14878
|
...CliSystemErrorCode,
|
|
@@ -17591,4 +17594,4 @@ queue-microtask/index.js:
|
|
|
17591
17594
|
run-parallel/index.js:
|
|
17592
17595
|
(*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
17593
17596
|
*/
|
|
17594
|
-
//# sourceMappingURL=chunk-
|
|
17597
|
+
//# sourceMappingURL=chunk-P7PXBK72.js.map
|