@blockml/framework 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.
@@ -32,7 +32,7 @@
32
32
  The BlockML Framework utilities package library catalog
33
33
  </is>
34
34
  <version>
35
- 0.9.7
35
+ 0.9.8
36
36
  </version>
37
37
  <documentation>
38
38
  # The BlockML Framework utilities package library catalog
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockml/framework",
3
- "version": "0.9.7",
3
+ "version": "0.9.8",
4
4
  "description": "BlockML framework — TypeRegistry, fork/resolve, parseExpression, validateTypes",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -32,9 +32,9 @@
32
32
  "test": "vitest run packages/framework/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/parser": "^0.9.7"
37
+ "@blockml/parser": "^0.9.8"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=20"