@shaclmate/shacl-ast 4.0.51 → 4.0.52

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.
@@ -229,6 +229,7 @@ shaclmate:PropertyShape-uniqueLang
229
229
  sh:path sh:uniqueLang .
230
230
 
231
231
  shaclmate:Severity
232
+ shaclmate:name "Severity" ;
232
233
  a sh:NodeShape ;
233
234
  sh:in (sh:Info
234
235
  sh:Warning
@@ -236,6 +237,7 @@ shaclmate:Severity
236
237
  ) .
237
238
 
238
239
  shaclmate:Shape
240
+ shaclmate:name "Shape" ;
239
241
  a sh:NodeShape ;
240
242
  sh:xone (shaclmate:NodeShape
241
243
  shaclmate:PropertyShape
package/package.json CHANGED
@@ -60,5 +60,5 @@
60
60
  },
61
61
  "type": "module",
62
62
  "types": "./dist/index.d.ts",
63
- "version": "4.0.51"
63
+ "version": "4.0.52"
64
64
  }