diff --git a/package.json b/package.json index c2c5004a..d5c5974d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devprotocol/clubs-plugin-payments", - "version": "0.3.1", + "version": "0.3.2", "type": "module", "exports": { ".": { @@ -93,7 +93,7 @@ }, "peerDependencies": { "@devprotocol/clubs-core": "^3.22.1", - "@devprotocol/clubs-plugin-passports": "^0.1.0-beta.33", + "@devprotocol/clubs-plugin-passports": "^0.1.0-beta.36", "ethers": "^6.0.0" }, "repository": "https://github.com/dev-protocol/clubs-plugin-payments.git", diff --git a/src/index.ts b/src/index.ts index 8d25cdac..3655d9e2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,6 +24,7 @@ import screenshot3 from './images/clubs-payments-3.jpg' import Admin from './pages/admin.astro' import { get } from './api/payment-key' import { post } from './api/fulfillment' +import type { Override, ComposedItem } from './types' export const getPagePaths = (async ( options, @@ -142,6 +143,8 @@ export const meta = { previewImages: [screenshot1.src, screenshot2.src, screenshot3.src], } satisfies ClubsPluginMeta +export { type Override, type ComposedItem } + export default { getPagePaths, getAdminPaths, diff --git a/yarn.lock b/yarn.lock index 908f6fca..34aefd83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -689,7 +689,7 @@ __metadata: vue-tsc: "npm:^2.0.0" peerDependencies: "@devprotocol/clubs-core": ^3.22.1 - "@devprotocol/clubs-plugin-passports": ^0.1.0-beta.33 + "@devprotocol/clubs-plugin-passports": ^0.1.0-beta.36 ethers: ^6.0.0 languageName: unknown linkType: soft