@blockml/framework 0.9.8 → 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.
@@ -26,7 +26,7 @@
26
26
  xmlns:valdocumentation="org.blockml.bml.compiler.validator.documentation">
27
27
 
28
28
  <baseType>
29
- core:Entity
29
+ core:Block
30
30
  </baseType>
31
31
  <is>
32
32
  Abstract marker for framework implementation data-structure blocks
@@ -32,7 +32,7 @@
32
32
  The BlockML Framework utilities package library catalog
33
33
  </is>
34
34
  <version>
35
- 0.9.8
35
+ 0.9.9
36
36
  </version>
37
37
  <documentation>
38
38
  # The BlockML Framework utilities package library catalog
@@ -63,7 +63,7 @@
63
63
  Local redeclarations that merge with a member from the baseType chain or from
64
64
  contracts[] must set override="true" on every member kind — property, aggregation,
65
65
  association, and capability. Filling an inherited aggregation with composition
66
- or default="true" is still a merge. Omission → BML_OVERRIDE_REQUIRED.
66
+ is still a merge. Omission → BML_OVERRIDE_REQUIRED.
67
67
  override="true" without a matching inherited or contract member →
68
68
  BML_OVERRIDE_WITHOUT_PARENT. Override is not inherited; each layer must set it.
69
69
  </documentation>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockml/framework",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
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.8",
36
- "@blockml/core": "^1.3.2",
37
- "@blockml/parser": "^0.9.8"
35
+ "@blockml/bom": "^0.9.9",
36
+ "@blockml/core": "^1.4.0",
37
+ "@blockml/parser": "^0.9.9"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=20"