@blockml/validator 0.9.7 → 0.9.9

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.
@@ -25,7 +25,7 @@
25
25
  The BlockML Validator compiler package library catalog
26
26
  </is>
27
27
  <version>
28
- 0.9.7
28
+ 0.9.9
29
29
  </version>
30
30
  <documentation>
31
31
  # The BlockML Validator compiler package library catalog
@@ -17,7 +17,7 @@
17
17
  xmlns:valdocumentation="org.blockml.bml.compiler.validator.documentation">
18
18
 
19
19
  <baseType>
20
- core:Entity
20
+ core:Block
21
21
  </baseType>
22
22
  <is>
23
23
  Abstract marker for validator implementation data-structure blocks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockml/validator",
3
- "version": "0.9.7",
3
+ "version": "0.9.9",
4
4
  "description": "BlockML validator — semantic validation of BOM documents",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -32,9 +32,9 @@
32
32
  "test": "vitest run packages/validator/test"
33
33
  },
34
34
  "dependencies": {
35
- "@blockml/bom": "^0.9.7",
36
- "@blockml/core": "^1.3.2",
37
- "@blockml/framework": "^0.9.7"
35
+ "@blockml/bom": "^0.9.9",
36
+ "@blockml/core": "^1.4.0",
37
+ "@blockml/framework": "^0.9.9"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=20"