@zenstackhq/language 3.0.0-alpha.19 → 3.0.0-alpha.20

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/index.js CHANGED
@@ -6025,7 +6025,7 @@ var DataModelValidator = class {
6025
6025
  if (field.type.array && !isDataModel(field.type.reference?.ref)) {
6026
6026
  const provider = this.getDataSourceProvider(AstUtils3.getContainerOfType(field, isModel));
6027
6027
  if (provider === "sqlite") {
6028
- accept("error", `Array type is not supported for "${provider}" provider.`, {
6028
+ accept("error", `List type is not supported for "${provider}" provider.`, {
6029
6029
  node: field.type
6030
6030
  });
6031
6031
  }