@fabricorg/sdui-release 0.7.0 → 0.7.1
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.
- package/CHANGELOG.md +6 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e41c1f5: `deriveAuthorizationGrants` stopped emitting intents whose action the contract does not declare, on the grounds that such a grant is one validation refuses and promotion could never have routed. The view loop three lines above had the same defect and was not fixed: a view published at two versions, which is a first-class pattern, produced one versionless reference that validation reports as `ambiguous_capability_reference` and promotion cannot route. Those views are now left out of `grants.views` and reported in a new `unaddressable` list on the result, with the reference and the versions that made it unaddressable.
|
|
8
|
+
|
|
3
9
|
## 0.7.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fabricorg/sdui-release",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Versioned SDUI document, fragment, token-set, component-pack, and promoted release contracts validated independently of any renderer.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"CHANGELOG.md"
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@fabricorg/
|
|
53
|
-
"@fabricorg/
|
|
52
|
+
"@fabricorg/gen-capability": "^0.5.1",
|
|
53
|
+
"@fabricorg/assembly": "^0.4.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@fabricorg/platform": "^1.3.0"
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"tsup": "^8.5.0",
|
|
61
61
|
"typescript": "^5.7.3",
|
|
62
62
|
"vitest": "^4.1.5",
|
|
63
|
-
"@fabricorg/assembly": "^0.4.0",
|
|
64
63
|
"@fabricorg/experience-contracts": "^1.0.1",
|
|
64
|
+
"@fabricorg/gen-capability": "^0.5.1",
|
|
65
65
|
"@fabricorg/platform": "^1.3.0",
|
|
66
|
-
"@fabricorg/
|
|
66
|
+
"@fabricorg/assembly": "^0.4.0"
|
|
67
67
|
},
|
|
68
68
|
"engines": {
|
|
69
69
|
"node": ">=20"
|