@wix/create-new 0.0.4 → 0.0.5

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
@@ -11080,9 +11080,9 @@ var require_is_ci = __commonJS({
11080
11080
  }
11081
11081
  });
11082
11082
 
11083
- // ../../node_modules/signal-exit/signals.js
11083
+ // ../../node_modules/ink/node_modules/signal-exit/signals.js
11084
11084
  var require_signals = __commonJS({
11085
- "../../node_modules/signal-exit/signals.js"(exports, module2) {
11085
+ "../../node_modules/ink/node_modules/signal-exit/signals.js"(exports, module2) {
11086
11086
  "use strict";
11087
11087
  init_esm_shims();
11088
11088
  module2.exports = [
@@ -11119,9 +11119,9 @@ var require_signals = __commonJS({
11119
11119
  }
11120
11120
  });
11121
11121
 
11122
- // ../../node_modules/signal-exit/index.js
11122
+ // ../../node_modules/ink/node_modules/signal-exit/index.js
11123
11123
  var require_signal_exit = __commonJS({
11124
- "../../node_modules/signal-exit/index.js"(exports, module2) {
11124
+ "../../node_modules/ink/node_modules/signal-exit/index.js"(exports, module2) {
11125
11125
  "use strict";
11126
11126
  init_esm_shims();
11127
11127
  var process30 = global.process;
@@ -77335,6 +77335,12 @@ function resolveWixDevcenterAppsV1AppsServiceUrl(opts) {
77335
77335
  srcPath: "/apps-service",
77336
77336
  destPath: ""
77337
77337
  }
77338
+ ],
77339
+ "vibe._base_domain_": [
77340
+ {
77341
+ srcPath: "/_api/apps-service",
77342
+ destPath: ""
77343
+ }
77338
77344
  ]
77339
77345
  };
77340
77346
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -86721,10 +86727,10 @@ var normalizeStdio = (options) => {
86721
86727
  init_esm_shims();
86722
86728
  import os6 from "node:os";
86723
86729
 
86724
- // ../../node_modules/execa/node_modules/signal-exit/dist/mjs/index.js
86730
+ // ../../node_modules/signal-exit/dist/mjs/index.js
86725
86731
  init_esm_shims();
86726
86732
 
86727
- // ../../node_modules/execa/node_modules/signal-exit/dist/mjs/signals.js
86733
+ // ../../node_modules/signal-exit/dist/mjs/signals.js
86728
86734
  init_esm_shims();
86729
86735
  var signals = [];
86730
86736
  signals.push("SIGHUP", "SIGINT", "SIGTERM");
@@ -86749,7 +86755,7 @@ if (process.platform === "linux") {
86749
86755
  signals.push("SIGIO", "SIGPOLL", "SIGPWR", "SIGSTKFLT");
86750
86756
  }
86751
86757
 
86752
- // ../../node_modules/execa/node_modules/signal-exit/dist/mjs/index.js
86758
+ // ../../node_modules/signal-exit/dist/mjs/index.js
86753
86759
  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";
86754
86760
  var kExitEmitter = Symbol.for("signal-exit emitter");
86755
86761
  var global2 = globalThis;
@@ -88902,7 +88908,7 @@ var dependenciesJsonSchema = external_exports.object({
88902
88908
  // ../gena/src/assets-generator.ts
88903
88909
  init_esm_shims();
88904
88910
 
88905
- // ../cli-astro-definitions/src/index.ts
88911
+ // ../cli-astro-definitions/src/definitions.ts
88906
88912
  init_esm_shims();
88907
88913
  import { join as join13 } from "node:path";
88908
88914
  var import_variant41 = __toESM(require_lib(), 1);
@@ -89678,7 +89684,7 @@ var getAppCommand = ({
89678
89684
  var package_default = {
89679
89685
  name: "@wix/create-new",
89680
89686
  description: "General entry point for creating Wix projects",
89681
- version: "0.0.4",
89687
+ version: "0.0.5",
89682
89688
  bin: "bin/index.cjs",
89683
89689
  devDependencies: {
89684
89690
  "@commander-js/extra-typings": "^13.0.0",