@schibsted/account-sdk-browser 4.8.4 → 4.8.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schibsted/account-sdk-browser",
3
- "version": "4.8.4",
3
+ "version": "4.8.5",
4
4
  "description": "Schibsted account SDK for browsers",
5
5
  "main": "index.js",
6
6
  "type": "module",
package/src/identity.d.ts CHANGED
@@ -610,5 +610,5 @@ export type SimplifiedLoginWidgetOptions = {
610
610
  */
611
611
  locale?: "nb"|"sv"|"fi"|"da"|"en";
612
612
  };
613
- import RESTClient from "./RESTClient";
614
- import SDKError from "./SDKError";
613
+ import RESTClient from "./RESTClient.js";
614
+ import SDKError from "./SDKError.js";
@@ -77,4 +77,4 @@ export class Monetization {
77
77
  productsUrl(redirectUri?: string): string;
78
78
  }
79
79
  export default Monetization;
80
- import RESTClient from "./RESTClient";
80
+ import RESTClient from "./RESTClient.js";
package/src/payment.d.ts CHANGED
@@ -112,4 +112,4 @@ export class Payment {
112
112
  purchasePromoCodeProductFlowUrl(code: string, state?: string, redirectUri?: string): string;
113
113
  }
114
114
  export default Payment;
115
- import RESTClient from "./RESTClient";
115
+ import RESTClient from "./RESTClient.js";
package/src/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // Automatically generated in 'npm version' by scripts/genversion.js
2
2
 
3
3
  'use strict'
4
- const version = '4.8.4';
4
+ const version = '4.8.5';
5
5
  export default version;