@wix/create-new 0.0.31 → 0.0.32

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
@@ -82114,7 +82114,7 @@ function getTasks({
82114
82114
  "--yes",
82115
82115
  "skills",
82116
82116
  "add",
82117
- "wix/skills/wix-cli",
82117
+ "wix/skills",
82118
82118
  // The `skills` CLI uses -y/--yes to skip prompts.
82119
82119
  "-y"
82120
82120
  ];
@@ -94540,7 +94540,7 @@ var getHeadlessCommand = ({
94540
94540
  var package_default = {
94541
94541
  name: "@wix/create-new",
94542
94542
  description: "General entry point for creating Wix projects",
94543
- version: "0.0.31",
94543
+ version: "0.0.32",
94544
94544
  bin: "bin/index.cjs",
94545
94545
  devDependencies: {
94546
94546
  "@commander-js/extra-typings": "^13.0.0",