@revolut/checkout
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@revolut/checkout", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "RevolutCheckout.js as npm module", | ||
@@ -5,0 +5,0 @@ "author": "John Grishin <hi@johngrish.in>", |
@@ -25,5 +25,5 @@ import { RevolutCheckoutInstance, Mode, Locale } from './types'; | ||
locale: Locale; | ||
mode: Mode; | ||
publicToken: string; | ||
mode?: Mode; | ||
}; | ||
export {}; |
@@ -195,3 +195,3 @@ import { MODE, LOCALES } from './constants'; | ||
type: 'error'; | ||
error: Error; | ||
error: RevolutCheckoutError; | ||
} | { | ||
@@ -198,0 +198,0 @@ type: 'cancel'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30761