@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.5.0</version>
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 /></composition>
78
- <composition><fwregistry:BootstrapResult /></composition>
79
- <composition><fwexpression:ExpressionNode /></composition>
80
- <composition><fwexpression:LiteralExpressionNode /></composition>
81
- <composition><fwexpression:ArrayExpressionNode /></composition>
82
- <composition><fwexpression:ObjectExpressionNode /></composition>
83
- <composition><fwexpression:PropertyExpressionNode /></composition>
84
- <composition><fwexpression:CallExpressionNode /></composition>
85
- <composition><fwexpression:BinaryExpressionNode /></composition>
86
- <composition><fwexpression:ParseExpressionResult /></composition>
87
- <composition><fwexpression:ParseExpressionError /></composition>
88
- <composition><fwexpression:ParseExpressionOutcome /></composition>
89
- <composition><fwregistry:BootstrapOptions /></composition>
90
- <composition><fwconfig:FrameworkDiagnosticCodes /></composition>
91
- <composition><fwcap:TypeRegistry /></composition>
92
- <composition><fwcap:BootstrapTypeRegistry /></composition>
93
- <composition><fwcap:DefaultBootstrapPaths /></composition>
94
- <composition><fwcap:ForkBom /></composition>
95
- <composition><fwcap:ResolveContracts /></composition>
96
- <composition><fwcap:ResolveEffectiveMembers /></composition>
97
- <composition><fwcap:CollectBaseTypeChain /></composition>
98
- <composition><fwcap:MemberIdentityKey /></composition>
99
- <composition><fwcap:ParseExpression /></composition>
100
- <composition><fwcap:ValidateTypes /></composition>
101
- <composition><fwcap:ValidateConstraints /></composition>
102
- <composition><fwcap:ValidateVersions /></composition>
103
- <composition><fwcap:RootFqnByFilePath /></composition>
104
- <composition><fwcap:RootFqns /></composition>
105
- <composition><fwcap:GetExportedFqns /></composition>
106
- <composition><fwcap:ValidateEmbeddedBlocks /></composition>
107
- <composition><fwcap:ValidateInstances /></composition>
108
- <composition><fwcap:ValidatePresets /></composition>
109
- <composition><fwcap:ValidateVisibility /></composition>
110
- <composition><fwcap:ValidateReadOnly /></composition>
111
- <composition><fwcap:GetPropertyNumericValue /></composition>
112
- <composition><fwcap:IsLiteralValue /></composition>
113
- <composition><fwdocumentation:Introduction /></composition>
114
- <composition><fwdocumentation:LayerSeparation /></composition>
115
- <composition><fwdocumentation:ArchitectureOverview /></composition>
116
- <composition><fwdocumentation:PublicApi /></composition>
117
- <composition><fwdocumentation:TypeRegistryBootstrap /></composition>
118
- <composition><fwdocumentation:EffectiveMembers /></composition>
119
- <composition><fwdocumentation:ExpressionParsing /></composition>
120
- <composition><fwdocumentation:ConstraintValidation /></composition>
121
- <composition><fwdocumentation:Diagnostics /></composition>
122
- <composition><fwdocumentation:PackageOwnership /></composition>
123
- <composition><fwdocumentation:ScopeExclusions /></composition>
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.5.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.5.0",
35
+ "@blockml/bom": "^0.7.0",
36
36
  "@blockml/core": "^1.0.5",
37
- "@blockml/parser": "^0.5.0"
37
+ "@blockml/parser": "^0.7.0"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=20"