@ixo/editor 3.2.1 → 3.3.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.
@@ -2683,12 +2683,13 @@ var VERSION_MANIFEST = {
2683
2683
  "1.0.0": {
2684
2684
  version: "1.0.0",
2685
2685
  label: "UCAN Required",
2686
- ucanRequired: true,
2687
- delegationRootRequired: true,
2688
- whitelistOnlyAllowed: false,
2689
- unrestrictedAllowed: false,
2690
- executionPath: "invocation",
2691
- authorizationFn: "v2",
2686
+ // TODO: flip to true when ready to enforce UCAN (end of week)
2687
+ ucanRequired: false,
2688
+ delegationRootRequired: false,
2689
+ whitelistOnlyAllowed: true,
2690
+ unrestrictedAllowed: true,
2691
+ executionPath: "legacy",
2692
+ authorizationFn: "v1",
2692
2693
  allowedAuthModes: ["capability"],
2693
2694
  ui: {
2694
2695
  showDelegationPanel: true,
@@ -3056,4 +3057,4 @@ export {
3056
3057
  isAuthorized,
3057
3058
  executeNode
3058
3059
  };
3059
- //# sourceMappingURL=chunk-F2JSGDES.mjs.map
3060
+ //# sourceMappingURL=chunk-UBCN5SXM.mjs.map