@blockml/fatblock-target 0.4.0 → 0.6.0

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.
@@ -34,7 +34,7 @@
34
34
  exclusively by this blocks list.
35
35
  </documentation>
36
36
 
37
- <version>0.4.0</version>
37
+ <version>0.6.0</version>
38
38
 
39
39
  <language>
40
40
  <English />
@@ -55,46 +55,43 @@
55
55
  <dependencies>
56
56
  <composition>
57
57
  <blockml:Library />
58
- </composition>
59
- <composition>
60
58
  <bom:Library />
61
- </composition>
62
- <composition>
63
59
  <serializer:Library />
64
60
  </composition>
65
61
  </dependencies>
66
62
  <blocks>
67
- <composition><fatblock:FatblockType /></composition>
68
- <composition><fbapi:FatBlockOptions /></composition>
69
- <composition><fbapi:FatBlockRenderOutput /></composition>
70
- <composition><fbapi:AssembleFatDocumentResult /></composition>
71
- <composition><fbconfig:FatBlockConstants /></composition>
72
- <composition><fbconfig:DefaultFatBlockOptions /></composition>
73
- <composition><fbcap:ResolveOptions /></composition>
74
- <composition><fbcap:ValidateRequest /></composition>
75
- <composition><fbcap:Render /></composition>
76
- <composition><fbcap:RootFqnsByFilePath /></composition>
77
- <composition><fbcap:CollectCandidateFqns /></composition>
78
- <composition><fbcap:MatchesIncludePattern /></composition>
79
- <composition><fbcap:FilterByIncludes /></composition>
80
- <composition><fbcap:CloneBlockDefinition /></composition>
81
- <composition><fbcap:MergeNamespaceBindings /></composition>
82
- <composition><fbcap:AssembleFatDocument /></composition>
83
- <composition><fbcap:SerializeFatDocument /></composition>
84
- <composition><fbcap:FatOutputBasename /></composition>
85
- <composition><fbdocumentation:Introduction /></composition>
86
- <composition><fbdocumentation:LayerSeparation /></composition>
87
- <composition><fbdocumentation:ArchitectureOverview /></composition>
88
- <composition><fbdocumentation:V1Scope /></composition>
89
- <composition><fbdocumentation:PublicApi /></composition>
90
- <composition><fbdocumentation:CandidateCollection /></composition>
91
- <composition><fbdocumentation:EmbedAssemblyRules /></composition>
92
- <composition><fbdocumentation:NamespaceMergeRules /></composition>
93
- <composition><fbdocumentation:OutputLayout /></composition>
94
- <composition><fbdocumentation:Diagnostics /></composition>
95
- <composition><fbdocumentation:DesignDecisions /></composition>
96
- <composition><fbdocumentation:PackageOwnership /></composition>
97
- <composition><fbdocumentation:ScopeExclusions /></composition>
63
+ <composition><fatblock:FatblockType />
64
+ <fbapi:FatBlockOptions />
65
+ <fbapi:FatBlockRenderOutput />
66
+ <fbapi:AssembleFatDocumentResult />
67
+ <fbconfig:FatBlockConstants />
68
+ <fbconfig:DefaultFatBlockOptions />
69
+ <fbcap:ResolveOptions />
70
+ <fbcap:ValidateRequest />
71
+ <fbcap:Render />
72
+ <fbcap:RootFqnsByFilePath />
73
+ <fbcap:CollectCandidateFqns />
74
+ <fbcap:MatchesIncludePattern />
75
+ <fbcap:FilterByIncludes />
76
+ <fbcap:CloneBlockDefinition />
77
+ <fbcap:MergeNamespaceBindings />
78
+ <fbcap:AssembleFatDocument />
79
+ <fbcap:SerializeFatDocument />
80
+ <fbcap:FatOutputBasename />
81
+ <fbdocumentation:Introduction />
82
+ <fbdocumentation:LayerSeparation />
83
+ <fbdocumentation:ArchitectureOverview />
84
+ <fbdocumentation:V1Scope />
85
+ <fbdocumentation:PublicApi />
86
+ <fbdocumentation:CandidateCollection />
87
+ <fbdocumentation:EmbedAssemblyRules />
88
+ <fbdocumentation:NamespaceMergeRules />
89
+ <fbdocumentation:OutputLayout />
90
+ <fbdocumentation:Diagnostics />
91
+ <fbdocumentation:DesignDecisions />
92
+ <fbdocumentation:PackageOwnership />
93
+ <fbdocumentation:ScopeExclusions />
94
+ </composition>
98
95
  </blocks>
99
96
  </aggregations>
100
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockml/fatblock-target",
3
- "version": "0.4.0",
3
+ "version": "0.6.0",
4
4
  "description": "BlockML FatBlock render target — portable .bml folder bundles",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -32,12 +32,12 @@
32
32
  "test": "vitest run packages/fatblock-target/test"
33
33
  },
34
34
  "dependencies": {
35
- "@blockml/bom": "^0.4.0",
36
- "@blockml/compiler": "^0.4.0",
35
+ "@blockml/bom": "^0.6.0",
36
+ "@blockml/compiler": "^0.6.0",
37
37
  "@blockml/core": "^1.0.5",
38
- "@blockml/framework": "^0.4.0",
39
- "@blockml/parser": "^0.4.0",
40
- "@blockml/serializer": "^0.4.0"
38
+ "@blockml/framework": "^0.6.0",
39
+ "@blockml/parser": "^0.6.0",
40
+ "@blockml/serializer": "^0.6.0"
41
41
  },
42
42
  "engines": {
43
43
  "node": ">=20"