@triadxyz/triad-protocol 1.8.4-beta → 1.8.5-beta

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.
@@ -142,7 +142,7 @@ export type CreateMarketArgs = {
142
142
  endTime: number;
143
143
  question: string;
144
144
  feeBps: number;
145
- customer: PublicKey;
145
+ customer: PublicKey | null;
146
146
  payoutFee: number;
147
147
  mint: PublicKey;
148
148
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "1.8.4-beta",
3
+ "version": "1.8.5-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",