@wix/create-new 0.0.31 → 0.0.33

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
  ];
@@ -92190,7 +92190,7 @@ async function extend2(projectFolder) {
92190
92190
  dependencies: {
92191
92191
  "@wix/sdk": "^1.15.23",
92192
92192
  "@wix/essentials": "^0.1.23",
92193
- "@wix/dashboard": "^1.3.35"
92193
+ "@wix/dashboard": "^1.3.43"
92194
92194
  },
92195
92195
  devDependencies: {
92196
92196
  "@astrojs/cloudflare": "^12.5.3",
@@ -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.33",
94544
94544
  bin: "bin/index.cjs",
94545
94545
  devDependencies: {
94546
94546
  "@commander-js/extra-typings": "^13.0.0",