@better-giving/fundraiser 3.0.8 → 3.0.9

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.mts CHANGED
@@ -1,4 +1,5 @@
1
1
  export type { CloudsearchFund as FundItem } from "./cloudsearch.mjs";
2
2
  export type { IFundNew, IFundUpdate, IFundsNpoMemberOfSearchObj, IFundsSearchObj, DonateMethodId, Environment, } from "./schema.mjs";
3
+ export type * from "./interfaces.mjs";
3
4
  export { FundDb } from "./db.mjs";
4
5
  export declare const MAX_EXPIRATION = "9999-12-31T23:59:59Z";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-giving/fundraiser",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "peerDependencies": {
5
5
  "valibot": "0.42.0",
6
6
  "@better-giving/schemas": "2.0.0",
package/src/index.mts CHANGED
@@ -7,6 +7,7 @@ export type {
7
7
  DonateMethodId,
8
8
  Environment,
9
9
  } from "./schema.mjs";
10
+ export type * from "./interfaces.mjs";
10
11
  export { FundDb } from "./db.mjs";
11
12
 
12
13
  export const MAX_EXPIRATION = "9999-12-31T23:59:59Z";