@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.cjs CHANGED
@@ -6057,7 +6057,7 @@ var DataModelValidator = class {
6057
6057
  if (field.type.array && !isDataModel(field.type.reference?.ref)) {
6058
6058
  const provider = this.getDataSourceProvider(import_langium4.AstUtils.getContainerOfType(field, isModel));
6059
6059
  if (provider === "sqlite") {
6060
- accept("error", `Array type is not supported for "${provider}" provider.`, {
6060
+ accept("error", `List type is not supported for "${provider}" provider.`, {
6061
6061
  node: field.type
6062
6062
  });
6063
6063
  }