@base44-preview/cli 0.0.44-pr.395.7152e38 → 0.0.44-pr.395.9cda80a
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/dist/cli/index.js +2 -5
- package/dist/cli/index.js.map +4 -4
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -248849,10 +248849,7 @@ class Validator {
|
|
|
248849
248849
|
};
|
|
248850
248850
|
}
|
|
248851
248851
|
validateValue(value, property, fieldPath) {
|
|
248852
|
-
|
|
248853
|
-
return { hasError: false };
|
|
248854
|
-
}
|
|
248855
|
-
const propertyType = property.type;
|
|
248852
|
+
const propertyType = property?.type;
|
|
248856
248853
|
if (!fieldTypes.includes(propertyType)) {
|
|
248857
248854
|
return {
|
|
248858
248855
|
hasError: true,
|
|
@@ -255564,4 +255561,4 @@ export {
|
|
|
255564
255561
|
CLIExitError
|
|
255565
255562
|
};
|
|
255566
255563
|
|
|
255567
|
-
//# debugId=
|
|
255564
|
+
//# debugId=9474DF9F31ED113764756E2164756E21
|