@wix/create-app 0.0.144 → 0.0.145

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 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.144",
73670
+ version: "0.0.145",
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.125.0",
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/execa/node_modules/signal-exit/dist/mjs/index.js
74446
+ // ../../node_modules/signal-exit/dist/mjs/index.js
74447
74447
  init_esm_shims();
74448
74448
 
74449
- // ../../node_modules/execa/node_modules/signal-exit/dist/mjs/signals.js
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/execa/node_modules/signal-exit/dist/mjs/index.js
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 }));