@ixo/editor 1.12.0 → 1.13.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.d.ts CHANGED
@@ -894,6 +894,7 @@ interface BlocknoteHandlers {
894
894
  getCurrentUser: () => User;
895
895
  getDaoGroupsIds: () => Promise<string[] | undefined>;
896
896
  getDAOGroups: () => Promise<DAOGroup[]>;
897
+ getRelayerDid: () => string | undefined;
897
898
  getEntityDid: () => string | undefined;
898
899
  vote: ({ proposalId, rationale, vote, proposalContractAddress }: VoteParams) => Promise<void>;
899
900
  createProposal: (params: CreateProposalParams) => Promise<string>;
package/dist/index.mjs CHANGED
@@ -18,7 +18,7 @@ import {
18
18
  useBlocknoteHandlers,
19
19
  useCreateCollaborativeIxoEditor,
20
20
  useCreateIxoEditor
21
- } from "./chunk-74X5B74P.mjs";
21
+ } from "./chunk-3LUJTQVK.mjs";
22
22
  export {
23
23
  ApiRequestBlockSpec,
24
24
  AuthzExecActionTypes,
@@ -18,7 +18,7 @@ import {
18
18
  useBlocknoteHandlers,
19
19
  useCreateCollaborativeIxoEditor,
20
20
  useCreateIxoEditor
21
- } from "../chunk-74X5B74P.mjs";
21
+ } from "../chunk-3LUJTQVK.mjs";
22
22
  export {
23
23
  ApiRequestBlockSpec,
24
24
  AuthzExecActionTypes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixo/editor",
3
- "version": "1.12.0",
3
+ "version": "1.13.0",
4
4
  "description": "A custom BlockNote editor wrapper for IXO team",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",