@metadaoproject/futarchy 0.4.0-alpha.7 → 0.4.0-alpha.8

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.
@@ -5,7 +5,7 @@ export { AmmProgram, AmmIDL };
5
5
  import { ConditionalVault as ConditionalVaultProgram, IDL as ConditionalVaultIDL } from "./conditional_vault.js";
6
6
  export { ConditionalVaultProgram, ConditionalVaultIDL };
7
7
  export { LowercaseKeys } from "./utils.js";
8
- import type { IdlAccounts, IdlTypes } from "@coral-xyz/anchor";
8
+ import type { IdlAccounts, IdlTypes, IdlEvents } from "@coral-xyz/anchor";
9
9
  export type Question = IdlAccounts<ConditionalVaultProgram>["question"];
10
10
  export type ConditionalVault = IdlAccounts<ConditionalVaultProgram>["conditionalVault"];
11
11
  export type InitializeDaoParams = IdlTypes<AutocratProgram>["InitializeDaoParams"];
@@ -14,3 +14,4 @@ export type ProposalInstruction = IdlTypes<AutocratProgram>["ProposalInstruction
14
14
  export type Dao = IdlAccounts<AutocratProgram>["dao"];
15
15
  export type Proposal = IdlAccounts<AutocratProgram>["proposal"];
16
16
  export type Amm = IdlAccounts<AmmProgram>["amm"];
17
+ export type SwapEvent = IdlEvents<AmmProgram>["SwapEvent"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metadaoproject/futarchy",
3
- "version": "0.4.0-alpha.7",
3
+ "version": "0.4.0-alpha.8",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",