@blockml/compiler 0.9.10 → 0.9.11

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.
@@ -20,7 +20,7 @@
20
20
  The BlockML compiler runtime package library catalog
21
21
  </is>
22
22
  <version>
23
- 0.9.10
23
+ 0.9.11
24
24
  </version>
25
25
  <documentation>
26
26
  Canonical compiler runtime specification for BlockML — compileToOutput, Target
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockml/compiler",
3
- "version": "0.9.10",
3
+ "version": "0.9.11",
4
4
  "description": "BlockML compiler — facade, target registry, render pipeline",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -32,11 +32,11 @@
32
32
  "test": "vitest run packages/compiler/test"
33
33
  },
34
34
  "dependencies": {
35
- "@blockml/bom": "^0.9.10",
36
- "@blockml/core": "^1.4.0",
37
- "@blockml/framework": "^0.9.10",
38
- "@blockml/parser": "^0.9.10",
39
- "@blockml/validator": "^0.9.10"
35
+ "@blockml/bom": "^0.9.11",
36
+ "@blockml/core": "^1.4.1",
37
+ "@blockml/framework": "^0.9.11",
38
+ "@blockml/parser": "^0.9.11",
39
+ "@blockml/validator": "^0.9.11"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=20"