@wix/create-app 0.0.144 → 0.0.146
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 +42 -19
- package/build/index.js.map +1 -1
- package/package.json +3 -3
package/build/index.js
CHANGED
|
@@ -1119,9 +1119,9 @@ var require_is_ci = __commonJS({
|
|
|
1119
1119
|
}
|
|
1120
1120
|
});
|
|
1121
1121
|
|
|
1122
|
-
// ../../node_modules/signal-exit/signals.js
|
|
1122
|
+
// ../../node_modules/ink/node_modules/signal-exit/signals.js
|
|
1123
1123
|
var require_signals = __commonJS({
|
|
1124
|
-
"../../node_modules/signal-exit/signals.js"(exports, module2) {
|
|
1124
|
+
"../../node_modules/ink/node_modules/signal-exit/signals.js"(exports, module2) {
|
|
1125
1125
|
"use strict";
|
|
1126
1126
|
init_esm_shims();
|
|
1127
1127
|
module2.exports = [
|
|
@@ -1158,9 +1158,9 @@ var require_signals = __commonJS({
|
|
|
1158
1158
|
}
|
|
1159
1159
|
});
|
|
1160
1160
|
|
|
1161
|
-
// ../../node_modules/signal-exit/index.js
|
|
1161
|
+
// ../../node_modules/ink/node_modules/signal-exit/index.js
|
|
1162
1162
|
var require_signal_exit = __commonJS({
|
|
1163
|
-
"../../node_modules/signal-exit/index.js"(exports, module2) {
|
|
1163
|
+
"../../node_modules/ink/node_modules/signal-exit/index.js"(exports, module2) {
|
|
1164
1164
|
"use strict";
|
|
1165
1165
|
init_esm_shims();
|
|
1166
1166
|
var process30 = global.process;
|
|
@@ -73667,7 +73667,7 @@ function reportCommandStartEvent({
|
|
|
73667
73667
|
var package_default = {
|
|
73668
73668
|
name: "@wix/create-app",
|
|
73669
73669
|
description: "Create Wix apps",
|
|
73670
|
-
version: "0.0.
|
|
73670
|
+
version: "0.0.146",
|
|
73671
73671
|
author: "Ihor Machuzhak",
|
|
73672
73672
|
bin: "bin/index.cjs",
|
|
73673
73673
|
devDependencies: {
|
|
@@ -73677,7 +73677,7 @@ var package_default = {
|
|
|
73677
73677
|
"@types/react": "^18.3.3",
|
|
73678
73678
|
"@types/semver": "^7.5.8",
|
|
73679
73679
|
"@types/validate-npm-package-name": "^4.0.2",
|
|
73680
|
-
"@wix/bi-logger-dev-tools-data": "^1.
|
|
73680
|
+
"@wix/bi-logger-dev-tools-data": "^1.127.0",
|
|
73681
73681
|
"@wix/cli-auth": "workspace:*",
|
|
73682
73682
|
"@wix/cli-error": "workspace:*",
|
|
73683
73683
|
"@wix/cli-error-reporting": "workspace:*",
|
|
@@ -74443,10 +74443,10 @@ var normalizeStdio = (options) => {
|
|
|
74443
74443
|
init_esm_shims();
|
|
74444
74444
|
import os6 from "node:os";
|
|
74445
74445
|
|
|
74446
|
-
// ../../node_modules/
|
|
74446
|
+
// ../../node_modules/signal-exit/dist/mjs/index.js
|
|
74447
74447
|
init_esm_shims();
|
|
74448
74448
|
|
|
74449
|
-
// ../../node_modules/
|
|
74449
|
+
// ../../node_modules/signal-exit/dist/mjs/signals.js
|
|
74450
74450
|
init_esm_shims();
|
|
74451
74451
|
var signals = [];
|
|
74452
74452
|
signals.push("SIGHUP", "SIGINT", "SIGTERM");
|
|
@@ -74471,7 +74471,7 @@ if (process.platform === "linux") {
|
|
|
74471
74471
|
signals.push("SIGIO", "SIGPOLL", "SIGPWR", "SIGSTKFLT");
|
|
74472
74472
|
}
|
|
74473
74473
|
|
|
74474
|
-
// ../../node_modules/
|
|
74474
|
+
// ../../node_modules/signal-exit/dist/mjs/index.js
|
|
74475
74475
|
var processOk = (process30) => !!process30 && typeof process30 === "object" && typeof process30.removeListener === "function" && typeof process30.emit === "function" && typeof process30.reallyExit === "function" && typeof process30.listeners === "function" && typeof process30.kill === "function" && typeof process30.pid === "number" && typeof process30.on === "function";
|
|
74476
74476
|
var kExitEmitter = Symbol.for("signal-exit emitter");
|
|
74477
74477
|
var global2 = globalThis;
|
|
@@ -77825,6 +77825,12 @@ function resolveWixDevcenterAppsV1AppsServiceUrl(opts) {
|
|
|
77825
77825
|
srcPath: "/apps-service",
|
|
77826
77826
|
destPath: ""
|
|
77827
77827
|
}
|
|
77828
|
+
],
|
|
77829
|
+
"vibe._base_domain_": [
|
|
77830
|
+
{
|
|
77831
|
+
srcPath: "/_api/apps-service",
|
|
77832
|
+
destPath: ""
|
|
77833
|
+
}
|
|
77828
77834
|
]
|
|
77829
77835
|
};
|
|
77830
77836
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -79116,11 +79122,11 @@ function managedApps(payload5) {
|
|
|
79116
79122
|
// ../../node_modules/@wix/ambassador-devcenter-managedapps-v1-managed-app/build/es/types.impl.js
|
|
79117
79123
|
init_esm_shims();
|
|
79118
79124
|
var UninstallActions;
|
|
79119
|
-
(function(
|
|
79120
|
-
|
|
79121
|
-
|
|
79122
|
-
|
|
79123
|
-
|
|
79125
|
+
(function(UninstallActions4) {
|
|
79126
|
+
UninstallActions4["NONE_ACTION"] = "NONE_ACTION";
|
|
79127
|
+
UninstallActions4["NO_ACTION"] = "NO_ACTION";
|
|
79128
|
+
UninstallActions4["REMOVE_ALL_PRODUCT"] = "REMOVE_ALL_PRODUCT";
|
|
79129
|
+
UninstallActions4["SHIPPING_RATES_REGION"] = "SHIPPING_RATES_REGION";
|
|
79124
79130
|
})(UninstallActions || (UninstallActions = {}));
|
|
79125
79131
|
var OpenConsentIn;
|
|
79126
79132
|
(function(OpenConsentIn3) {
|
|
@@ -80182,6 +80188,11 @@ var ResponsivenessBehaviour;
|
|
|
80182
80188
|
ResponsivenessBehaviour3["STACK"] = "STACK";
|
|
80183
80189
|
ResponsivenessBehaviour3["WRAP"] = "WRAP";
|
|
80184
80190
|
})(ResponsivenessBehaviour || (ResponsivenessBehaviour = {}));
|
|
80191
|
+
var TestEnum;
|
|
80192
|
+
(function(TestEnum3) {
|
|
80193
|
+
TestEnum3["UNKNOWN_TEST_ENUM"] = "UNKNOWN_TEST_ENUM";
|
|
80194
|
+
TestEnum3["FIRST_TEST"] = "FIRST_TEST";
|
|
80195
|
+
})(TestEnum || (TestEnum = {}));
|
|
80185
80196
|
var CalendarType;
|
|
80186
80197
|
(function(CalendarType3) {
|
|
80187
80198
|
CalendarType3["UNDEFINED"] = "UNDEFINED";
|
|
@@ -82961,6 +82972,11 @@ var ResponsivenessBehaviour2;
|
|
|
82961
82972
|
ResponsivenessBehaviour3["STACK"] = "STACK";
|
|
82962
82973
|
ResponsivenessBehaviour3["WRAP"] = "WRAP";
|
|
82963
82974
|
})(ResponsivenessBehaviour2 || (ResponsivenessBehaviour2 = {}));
|
|
82975
|
+
var TestEnum2;
|
|
82976
|
+
(function(TestEnum3) {
|
|
82977
|
+
TestEnum3["UNKNOWN_TEST_ENUM"] = "UNKNOWN_TEST_ENUM";
|
|
82978
|
+
TestEnum3["FIRST_TEST"] = "FIRST_TEST";
|
|
82979
|
+
})(TestEnum2 || (TestEnum2 = {}));
|
|
82964
82980
|
var CalendarType2;
|
|
82965
82981
|
(function(CalendarType3) {
|
|
82966
82982
|
CalendarType3["UNDEFINED"] = "UNDEFINED";
|
|
@@ -84487,11 +84503,11 @@ var OpenConsentIn2;
|
|
|
84487
84503
|
OpenConsentIn3["NEW_TAB"] = "NEW_TAB";
|
|
84488
84504
|
})(OpenConsentIn2 || (OpenConsentIn2 = {}));
|
|
84489
84505
|
var UninstallActions2;
|
|
84490
|
-
(function(
|
|
84491
|
-
|
|
84492
|
-
|
|
84493
|
-
|
|
84494
|
-
|
|
84506
|
+
(function(UninstallActions4) {
|
|
84507
|
+
UninstallActions4["NONE_ACTION"] = "NONE_ACTION";
|
|
84508
|
+
UninstallActions4["NO_ACTION"] = "NO_ACTION";
|
|
84509
|
+
UninstallActions4["REMOVE_ALL_PRODUCT"] = "REMOVE_ALL_PRODUCT";
|
|
84510
|
+
UninstallActions4["SHIPPING_RATES_REGION"] = "SHIPPING_RATES_REGION";
|
|
84495
84511
|
})(UninstallActions2 || (UninstallActions2 = {}));
|
|
84496
84512
|
var MediaType;
|
|
84497
84513
|
(function(MediaType2) {
|
|
@@ -84599,6 +84615,13 @@ var OpenButtonAction;
|
|
|
84599
84615
|
OpenButtonAction2["UNKNOWN_ACTION"] = "UNKNOWN_ACTION";
|
|
84600
84616
|
OpenButtonAction2["OPEN_COMPONENT_ID"] = "OPEN_COMPONENT_ID";
|
|
84601
84617
|
})(OpenButtonAction || (OpenButtonAction = {}));
|
|
84618
|
+
var UninstallActions3;
|
|
84619
|
+
(function(UninstallActions4) {
|
|
84620
|
+
UninstallActions4["NONE_ACTION"] = "NONE_ACTION";
|
|
84621
|
+
UninstallActions4["NO_ACTION"] = "NO_ACTION";
|
|
84622
|
+
UninstallActions4["REMOVE_ALL_PRODUCT"] = "REMOVE_ALL_PRODUCT";
|
|
84623
|
+
UninstallActions4["SHIPPING_RATES_REGION"] = "SHIPPING_RATES_REGION";
|
|
84624
|
+
})(UninstallActions3 || (UninstallActions3 = {}));
|
|
84602
84625
|
|
|
84603
84626
|
// ../dev-center-client/src/schemas.ts
|
|
84604
84627
|
var createAppSchema = external_exports.object({
|