@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.
|
|
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
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
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.
|
|
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.
|
|
36
|
-
"@blockml/compiler": "^0.
|
|
35
|
+
"@blockml/bom": "^0.6.0",
|
|
36
|
+
"@blockml/compiler": "^0.6.0",
|
|
37
37
|
"@blockml/core": "^1.0.5",
|
|
38
|
-
"@blockml/framework": "^0.
|
|
39
|
-
"@blockml/parser": "^0.
|
|
40
|
-
"@blockml/serializer": "^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"
|