@ixo/editor 1.8.2 → 1.9.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
@@ -817,7 +817,7 @@ interface BlocknoteHandlers {
817
817
  getVote: (proposalContractAddress: string, proposalId: string, userAddress: string) => Promise<VoteResponse>;
818
818
  getProposal: (proposalContractAddress: string, proposalId: string) => Promise<ProposalResponse>;
819
819
  getCurrentUser: () => User;
820
- getDaoGroupsIds: () => string[] | undefined;
820
+ getDaoGroupsIds: () => Promise<string[] | undefined>;
821
821
  getEntityDid: () => string | undefined;
822
822
  vote: ({ proposalId, rationale, vote, proposalContractAddress }: VoteParams) => Promise<void>;
823
823
  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-NJ34FIYQ.mjs";
21
+ } from "./chunk-BWZMSLQH.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-NJ34FIYQ.mjs";
21
+ } from "../chunk-BWZMSLQH.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.8.2",
3
+ "version": "1.9.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",