@revolut/checkout
Advanced tools
Comparing version 1.1.16 to 1.1.17
@@ -12,3 +12,3 @@ "use strict"; | ||
return utils_1.loadModule({ | ||
src: constants_1.URLS[mode].version, | ||
src: utils_1.getVersionedUrl(constants_1.URLS[mode].version, "" + Date.now()), | ||
id: 'revolut-pay-version', | ||
@@ -15,0 +15,0 @@ name: 'RevolutPayVersion', |
import { MODE, URLS } from './constants'; | ||
import { loadModule } from './utils'; | ||
import { getVersionedUrl, loadModule } from './utils'; | ||
var loadedVersion = null; | ||
@@ -10,3 +10,3 @@ export function RevolutPaymentsVersionLoader(mode) { | ||
return loadModule({ | ||
src: URLS[mode].version, | ||
src: getVersionedUrl(URLS[mode].version, "" + Date.now()), | ||
id: 'revolut-pay-version', | ||
@@ -13,0 +13,0 @@ name: 'RevolutPayVersion', |
{ | ||
"name": "@revolut/checkout", | ||
"version": "1.1.16", | ||
"version": "1.1.17", | ||
"description": "RevolutCheckout.js as npm module", | ||
@@ -5,0 +5,0 @@ "author": "John Grishin <hi@johngrish.in>", |
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
53087