@objectstack/runtime 14.7.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.js CHANGED
@@ -1032,6 +1032,10 @@ var init_app_plugin = __esm({
1032
1032
  const SECURITY_FIELDS = [
1033
1033
  ["positions", "position"],
1034
1034
  ["permissions", "permission"],
1035
+ // [ADR-0066 D1] Package-declared authorization capabilities —
1036
+ // read back by bootstrapDeclaredCapabilities to seed
1037
+ // sys_capability with package provenance.
1038
+ ["capabilities", "capability"],
1035
1039
  ["sharingRules", "sharing_rule"],
1036
1040
  ["policies", "policy"]
1037
1041
  ];