@wix/create-new 0.0.22 → 0.0.24

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
@@ -83159,7 +83159,7 @@ ${errorMessage2}`
83159
83159
  ErrorMessage,
83160
83160
  {
83161
83161
  message: "Your component configuration is incorrect. It's encountering the error 'scriptAsset is not supported'. This typically indicates that your app isn't recognized as a Wix App.",
83162
- hint: "To resolve this, please visit your app dashboard in Dev Center and ensure the 'Wix App' toggle is enabled."
83162
+ hint: "To resolve this, please visit your app dashboard in Dev Center and ensure the app is marked as 'Developed by Wix'."
83163
83163
  }
83164
83164
  );
83165
83165
  },
@@ -112246,7 +112246,7 @@ var getHeadlessCommand = ({
112246
112246
  var package_default = {
112247
112247
  name: "@wix/create-new",
112248
112248
  description: "General entry point for creating Wix projects",
112249
- version: "0.0.22",
112249
+ version: "0.0.24",
112250
112250
  bin: "bin/index.cjs",
112251
112251
  devDependencies: {
112252
112252
  "@commander-js/extra-typings": "^13.0.0",