@wix/create-new 0.0.85 → 0.0.87

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.
@@ -13,7 +13,7 @@ import {
13
13
  require_lib,
14
14
  temporaryDirectory,
15
15
  updateEnvFile
16
- } from "./chunk-M3O4ATUB.js";
16
+ } from "./chunk-DS2P4V6Z.js";
17
17
  import {
18
18
  __toESM,
19
19
  init_esm_shims
@@ -115,4 +115,4 @@ async function generateApp({
115
115
  export {
116
116
  generateApp
117
117
  };
118
- //# sourceMappingURL=generator-PHWJIZIQ.js.map
118
+ //# sourceMappingURL=generator-32V7EKA3.js.map
package/build/index.js CHANGED
@@ -118,7 +118,7 @@ import {
118
118
  writeJson,
119
119
  writePackageJson,
120
120
  zod_default
121
- } from "./chunk-M3O4ATUB.js";
121
+ } from "./chunk-DS2P4V6Z.js";
122
122
  import {
123
123
  __commonJS,
124
124
  __dirname,
@@ -81260,13 +81260,14 @@ var BackendAsAServiceClient = class {
81260
81260
  });
81261
81261
  }
81262
81262
  };
81263
- createAppDeployment = async (appId, staticFilesMetadata, generateAppDeploymentGroupId) => {
81263
+ createAppDeployment = async (appId, files, staticFilesMetadata, generateAppDeploymentGroupId) => {
81264
81264
  try {
81265
81265
  const { data } = await pRetry(
81266
81266
  () => this.httpClient.request(
81267
81267
  createAppDeployment({
81268
81268
  appDeployment: {
81269
81269
  appProjectId: appId,
81270
+ files,
81270
81271
  staticFilesMetadata,
81271
81272
  appDeploymentGroupId: generateAppDeploymentGroupId ? randomUUID2() : void 0
81272
81273
  }
@@ -82024,7 +82025,7 @@ function getTasks({
82024
82025
  cause: e2
82025
82026
  });
82026
82027
  }
82027
- const { generateApp } = await import("./generator-PHWJIZIQ.js");
82028
+ const { generateApp } = await import("./generator-32V7EKA3.js");
82028
82029
  await generateApp({
82029
82030
  packageName,
82030
82031
  packageFolder,
@@ -94418,7 +94419,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
94418
94419
  var package_default = {
94419
94420
  name: "@wix/create-new",
94420
94421
  description: "General entry point for creating Wix projects",
94421
- version: "0.0.85",
94422
+ version: "0.0.87",
94422
94423
  bin: "bin/index.cjs",
94423
94424
  devDependencies: {
94424
94425
  "@commander-js/extra-typings": "^13.0.0",