swell-js 3.22.2 → 3.22.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { a as default } from './api-f01bef36.js';
1
+ export { a as default } from './api-73c0aac4.js';
2
2
  import './card-4257bc68.js';
3
3
  import './index-ca9cb73c.js';
4
4
  import 'qs';
@@ -14,6 +14,6 @@ import './categories-b1d04223.js';
14
14
  import './subscriptions-f077cac6.js';
15
15
  import './content-c366a9f8.js';
16
16
  import './settings-34395c72.js';
17
- import './index-d4d59397.js';
17
+ import './index-ffb531dc.js';
18
18
  import './locale-62622809.js';
19
19
  import './currency-004374be.js';
package/dist/payment.js CHANGED
@@ -1,4 +1,4 @@
1
- export { P as default } from './index-d4d59397.js';
1
+ export { P as default } from './index-ffb531dc.js';
2
2
  import './cart-cec81203.js';
3
3
  import 'qs';
4
4
  import './index-ca9cb73c.js';
package/dist/swell.cjs.js CHANGED
@@ -7339,6 +7339,8 @@ class StripeKlarnaPayment extends Payment {
7339
7339
  throw new UnableAuthenticatePaymentMethodError();
7340
7340
  }
7341
7341
 
7342
+ await this.loadScripts(this.scripts);
7343
+
7342
7344
  const { paymentIntent, error } = await this.stripe.retrievePaymentIntent(
7343
7345
  payment_intent_client_secret,
7344
7346
  );
@@ -9867,7 +9869,7 @@ const options = {
9867
9869
  };
9868
9870
 
9869
9871
  const api = {
9870
- version: '3.22.2',
9872
+ version: '3.22.3',
9871
9873
  options,
9872
9874
  request,
9873
9875