@blockml/bom 0.9.5 → 0.9.6

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 BOM Urmodell library catalog
26
26
  </is>
27
27
  <version>
28
- 0.9.5
28
+ 0.9.6
29
29
  </version>
30
30
  <documentation>
31
31
  # The BlockML BOM Urmodell library catalog
@@ -27,6 +27,9 @@
27
27
  <documentation>
28
28
  Property values are never linked — always deep copies on instances and definitions.
29
29
  Cross-instance FQN::id references exist only on associations (basePresets, Step.part, …).
30
+ Collection payloads (type multiplicity) use a JSON-like ['a', 'b'] array in one
31
+ attribute or element, or repeated instance elements of the same member name.
32
+ Space-separated association tokens are not a value form.
30
33
 
31
34
  EnumType tokens (Standard, FQN::id) are resolution keys — BOM stores id + typeFqn only.
32
35
  Struct/primitive literals stay inline in authored form — not normalized at parse time.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockml/bom",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "BlockML BOM (Urmodell) TypeScript contracts — ParseResult, Diagnostic, bomEquals",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "test": "vitest run packages/bom/test"
33
33
  },
34
34
  "dependencies": {
35
- "@blockml/core": "^1.2.1"
35
+ "@blockml/core": "^1.3.0"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=20"