@blockml/validator 0.9.7 → 0.9.8

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.8
29
29
  </version>
30
30
  <documentation>
31
31
  # The BlockML Validator compiler package library catalog
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockml/validator",
3
- "version": "0.9.7",
3
+ "version": "0.9.8",
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",
35
+ "@blockml/bom": "^0.9.8",
36
36
  "@blockml/core": "^1.3.2",
37
- "@blockml/framework": "^0.9.7"
37
+ "@blockml/framework": "^0.9.8"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=20"