@objectstack/runtime 14.8.0 → 15.0.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.
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +20 -20
package/dist/index.cjs
CHANGED
|
@@ -1056,6 +1056,10 @@ var init_app_plugin = __esm({
|
|
|
1056
1056
|
const SECURITY_FIELDS = [
|
|
1057
1057
|
["positions", "position"],
|
|
1058
1058
|
["permissions", "permission"],
|
|
1059
|
+
// [ADR-0066 D1] Package-declared authorization capabilities —
|
|
1060
|
+
// read back by bootstrapDeclaredCapabilities to seed
|
|
1061
|
+
// sys_capability with package provenance.
|
|
1062
|
+
["capabilities", "capability"],
|
|
1059
1063
|
["sharingRules", "sharing_rule"],
|
|
1060
1064
|
["policies", "policy"]
|
|
1061
1065
|
];
|