Skip to content

Commit f336477

Browse files
authored
export stripe from main integrations repo (#277)
1 parent a1b9d09 commit f336477

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vesselapi/integrations",
3-
"version": "1.0.53",
3+
"version": "1.0.54",
44
"description": "Vessel integrations",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

src/platforms/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ import zendesk from '@/platforms/zendesk';
6060
import zoho from '@/platforms/zoho';
6161
import zoom from '@/platforms/zoom';
6262
import { Platform } from '@/sdk';
63+
import stripe from './stripe';
6364

6465
export { default as accelo } from '@/platforms/accelo';
6566
export {
@@ -141,8 +142,10 @@ export { default as amplitude } from './amplitude';
141142
export { default as ashby } from './ashby';
142143
export { default as gong } from './gong';
143144
export { default as mixpanel } from './mixpanel';
145+
export { default as stripe } from './stripe';
144146

145147
export const integrationsList: Platform<any, any, any, any, any, any>[] = [
148+
stripe,
146149
confluence,
147150
exactOnline,
148151
freshbooks,

0 commit comments

Comments
 (0)