@wix/create-app 0.0.162 → 0.0.164
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 +2 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -69024,7 +69024,7 @@ ${errorMessage2}`
|
|
|
69024
69024
|
ErrorMessage,
|
|
69025
69025
|
{
|
|
69026
69026
|
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.",
|
|
69027
|
-
hint: "To resolve this, please visit your app dashboard in Dev Center and ensure the
|
|
69027
|
+
hint: "To resolve this, please visit your app dashboard in Dev Center and ensure the app is marked as 'Developed by Wix'."
|
|
69028
69028
|
}
|
|
69029
69029
|
);
|
|
69030
69030
|
},
|
|
@@ -73730,7 +73730,7 @@ function reportCommandStartEvent({
|
|
|
73730
73730
|
var package_default = {
|
|
73731
73731
|
name: "@wix/create-app",
|
|
73732
73732
|
description: "Create Wix apps",
|
|
73733
|
-
version: "0.0.
|
|
73733
|
+
version: "0.0.164",
|
|
73734
73734
|
author: "Ihor Machuzhak",
|
|
73735
73735
|
bin: "bin/index.cjs",
|
|
73736
73736
|
devDependencies: {
|