@blockml/xsd-target 0.9.7 → 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.
@@ -22,7 +22,7 @@
22
22
  The XSD schema render target library catalog
23
23
  </is>
24
24
  <version>
25
- 0.9.7
25
+ 0.9.9
26
26
  </version>
27
27
  <documentation>
28
28
  Canonical XSD specification for BlockML — registry name xsd, bml.xsd particles,
@@ -15,7 +15,7 @@
15
15
  xmlns:type="org.blockml.bml.type">
16
16
 
17
17
  <baseType>
18
- core:Entity
18
+ core:Block
19
19
  </baseType>
20
20
  <is>
21
21
  Abstract marker for XSD target implementation data-structure blocks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockml/xsd-target",
3
- "version": "0.9.7",
3
+ "version": "0.9.9",
4
4
  "description": "BlockML XSD render target — XML Schema generation",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -32,10 +32,10 @@
32
32
  "test": "vitest run packages/xsd-target/test"
33
33
  },
34
34
  "dependencies": {
35
- "@blockml/bom": "^0.9.7",
36
- "@blockml/compiler": "^0.9.7",
37
- "@blockml/core": "^1.3.2",
38
- "@blockml/framework": "^0.9.7"
35
+ "@blockml/bom": "^0.9.9",
36
+ "@blockml/compiler": "^0.9.9",
37
+ "@blockml/core": "^1.4.0",
38
+ "@blockml/framework": "^0.9.9"
39
39
  },
40
40
  "engines": {
41
41
  "node": ">=20"