@wix/create-new 0.0.72 → 0.0.73
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 +5 -4
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -93994,7 +93994,9 @@ var getHeadlessInitCommand = ({
|
|
|
93994
93994
|
targetParentFolder: targetParentFolder2,
|
|
93995
93995
|
aiAgentName: aiAgentName2
|
|
93996
93996
|
}) => {
|
|
93997
|
-
return createCommand("init").description(
|
|
93997
|
+
return createCommand("init").description(
|
|
93998
|
+
"Initialize a new Wix project in one step. The command signs you in, creates the project, and saves the generated configuration files locally so you can start developing right away."
|
|
93999
|
+
).action(async (_2, command) => {
|
|
93998
94000
|
errorReporter2.setContext("Command Info", {
|
|
93999
94001
|
Arguments: command.args,
|
|
94000
94002
|
Options: command.opts()
|
|
@@ -94194,7 +94196,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
|
|
|
94194
94196
|
var package_default = {
|
|
94195
94197
|
name: "@wix/create-new",
|
|
94196
94198
|
description: "General entry point for creating Wix projects",
|
|
94197
|
-
version: "0.0.
|
|
94199
|
+
version: "0.0.73",
|
|
94198
94200
|
bin: "bin/index.cjs",
|
|
94199
94201
|
devDependencies: {
|
|
94200
94202
|
"@commander-js/extra-typings": "^13.0.0",
|
|
@@ -94316,8 +94318,7 @@ program2.addCommand(
|
|
|
94316
94318
|
cliSessionId,
|
|
94317
94319
|
targetParentFolder,
|
|
94318
94320
|
aiAgentName
|
|
94319
|
-
})
|
|
94320
|
-
{ hidden: true }
|
|
94321
|
+
})
|
|
94321
94322
|
);
|
|
94322
94323
|
try {
|
|
94323
94324
|
await program2.parseAsync();
|