@manifoldco/web-components
Advanced tools
Comparing version 0.0.51 to 0.0.52
@@ -12,3 +12,3 @@ import { ComponentInterface, EventEmitter, VNode } from '../../stencil-public-runtime'; | ||
cost?: number; | ||
stripePaymentSettings?: Omit<NonNullable<Plan['paymentSettings']>[0], 'type'>; | ||
stripePaymentSettings?: Omit<StripePaymentSettings, 'type'>; | ||
} | ||
@@ -15,0 +15,0 @@ export interface PlanOptions { |
@@ -12,3 +12,3 @@ import { ComponentInterface, EventEmitter, VNode } from '../../stencil-public-runtime'; | ||
cost?: number; | ||
stripePaymentSettings?: Omit<NonNullable<Plan['paymentSettings']>[0], 'type'>; | ||
stripePaymentSettings?: Omit<StripePaymentSettings, 'type'>; | ||
} | ||
@@ -15,0 +15,0 @@ export interface PlanOptions { |
{ | ||
"name": "@manifoldco/web-components", | ||
"version": "0.0.51", | ||
"version": "0.0.52", | ||
"description": "Manifold's Web Components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
2381961