@blockml/framework 0.5.0 → 0.7.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.
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
Membership is defined exclusively by this blocks list.
|
|
45
45
|
</documentation>
|
|
46
46
|
|
|
47
|
-
<version>0.
|
|
47
|
+
<version>0.7.0</version>
|
|
48
48
|
|
|
49
49
|
<language>
|
|
50
50
|
<English />
|
|
@@ -65,62 +65,59 @@
|
|
|
65
65
|
<dependencies>
|
|
66
66
|
<composition>
|
|
67
67
|
<blockml:Library />
|
|
68
|
-
</composition>
|
|
69
|
-
<composition>
|
|
70
68
|
<bom:Library />
|
|
71
|
-
</composition>
|
|
72
|
-
<composition>
|
|
73
69
|
<parser:Library />
|
|
74
70
|
</composition>
|
|
75
71
|
</dependencies>
|
|
76
72
|
<blocks>
|
|
77
|
-
<composition><framework:FrameworkType
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
73
|
+
<composition><framework:FrameworkType />
|
|
74
|
+
<fwregistry:BootstrapResult />
|
|
75
|
+
<fwexpression:ExpressionNode />
|
|
76
|
+
<fwexpression:LiteralExpressionNode />
|
|
77
|
+
<fwexpression:ArrayExpressionNode />
|
|
78
|
+
<fwexpression:ObjectExpressionNode />
|
|
79
|
+
<fwexpression:PropertyExpressionNode />
|
|
80
|
+
<fwexpression:CallExpressionNode />
|
|
81
|
+
<fwexpression:BinaryExpressionNode />
|
|
82
|
+
<fwexpression:ParseExpressionResult />
|
|
83
|
+
<fwexpression:ParseExpressionError />
|
|
84
|
+
<fwexpression:ParseExpressionOutcome />
|
|
85
|
+
<fwregistry:BootstrapOptions />
|
|
86
|
+
<fwconfig:FrameworkDiagnosticCodes />
|
|
87
|
+
<fwcap:TypeRegistry />
|
|
88
|
+
<fwcap:BootstrapTypeRegistry />
|
|
89
|
+
<fwcap:DefaultBootstrapPaths />
|
|
90
|
+
<fwcap:ForkBom />
|
|
91
|
+
<fwcap:ResolveContracts />
|
|
92
|
+
<fwcap:ResolveEffectiveMembers />
|
|
93
|
+
<fwcap:CollectBaseTypeChain />
|
|
94
|
+
<fwcap:MemberIdentityKey />
|
|
95
|
+
<fwcap:ParseExpression />
|
|
96
|
+
<fwcap:ValidateTypes />
|
|
97
|
+
<fwcap:ValidateConstraints />
|
|
98
|
+
<fwcap:ValidateVersions />
|
|
99
|
+
<fwcap:RootFqnByFilePath />
|
|
100
|
+
<fwcap:RootFqns />
|
|
101
|
+
<fwcap:GetExportedFqns />
|
|
102
|
+
<fwcap:ValidateEmbeddedBlocks />
|
|
103
|
+
<fwcap:ValidateInstances />
|
|
104
|
+
<fwcap:ValidatePresets />
|
|
105
|
+
<fwcap:ValidateVisibility />
|
|
106
|
+
<fwcap:ValidateReadOnly />
|
|
107
|
+
<fwcap:GetPropertyNumericValue />
|
|
108
|
+
<fwcap:IsLiteralValue />
|
|
109
|
+
<fwdocumentation:Introduction />
|
|
110
|
+
<fwdocumentation:LayerSeparation />
|
|
111
|
+
<fwdocumentation:ArchitectureOverview />
|
|
112
|
+
<fwdocumentation:PublicApi />
|
|
113
|
+
<fwdocumentation:TypeRegistryBootstrap />
|
|
114
|
+
<fwdocumentation:EffectiveMembers />
|
|
115
|
+
<fwdocumentation:ExpressionParsing />
|
|
116
|
+
<fwdocumentation:ConstraintValidation />
|
|
117
|
+
<fwdocumentation:Diagnostics />
|
|
118
|
+
<fwdocumentation:PackageOwnership />
|
|
119
|
+
<fwdocumentation:ScopeExclusions />
|
|
120
|
+
</composition>
|
|
124
121
|
</blocks>
|
|
125
122
|
</aggregations>
|
|
126
123
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockml/framework",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
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.
|
|
35
|
+
"@blockml/bom": "^0.7.0",
|
|
36
36
|
"@blockml/core": "^1.0.5",
|
|
37
|
-
"@blockml/parser": "^0.
|
|
37
|
+
"@blockml/parser": "^0.7.0"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=20"
|