@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.
- package/dist/{chunk-ZCRLP7QH.mjs → chunk-T6RCHQV6.mjs} +565 -237
- package/dist/chunk-T6RCHQV6.mjs.map +1 -0
- package/dist/{chunk-F2JSGDES.mjs → chunk-UBCN5SXM.mjs} +8 -7
- package/dist/{chunk-F2JSGDES.mjs.map → chunk-UBCN5SXM.mjs.map} +1 -1
- package/dist/{chunk-IQX6H7AK.mjs → chunk-VG4NLEZB.mjs} +2 -2
- package/dist/core/index.d.ts +4 -3
- package/dist/core/index.mjs +2 -2
- package/dist/{graphql-client-BxmM6bOC.d.ts → graphql-client-DY0fpuUe.d.ts} +68 -22
- package/dist/{index-DMrZ4EwQ.d.ts → index-BNmOWWd8.d.ts} +2 -0
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +3 -3
- package/dist/mantine/index.d.ts +12 -12
- package/dist/mantine/index.mjs +2 -2
- package/dist/{setup-B0la8n04.d.ts → setup-BFQp9-K3.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/chunk-ZCRLP7QH.mjs.map +0 -1
- /package/dist/{chunk-IQX6H7AK.mjs.map → chunk-VG4NLEZB.mjs.map} +0 -0
|
@@ -2683,12 +2683,13 @@ var VERSION_MANIFEST = {
|
|
|
2683
2683
|
"1.0.0": {
|
|
2684
2684
|
version: "1.0.0",
|
|
2685
2685
|
label: "UCAN Required",
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
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-
|
|
3060
|
+
//# sourceMappingURL=chunk-UBCN5SXM.mjs.map
|