@lookiero/checkout 7.2.0 → 7.3.0

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.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { ComponentType } from "react";
2
2
  import { EndpointFunction } from "@lookiero/i18n";
3
3
  import { translationEndpoint, translationExternalEndpoint } from "@lookiero/sty-psp-i18n";
4
- import { Country } from "@lookiero/sty-psp-locale";
4
+ import { Country, Locale } from "@lookiero/sty-psp-locale";
5
5
  import { SentryEnvironment, SentryLoggerFunctionArgs } from "@lookiero/sty-psp-logging";
6
6
  import { Segment } from "@lookiero/sty-psp-segment";
7
7
  import { CheckoutStatus } from "./src/domain/checkout/model/checkout";
@@ -33,4 +33,4 @@ interface BootstrapFunction {
33
33
  }
34
34
  declare const bootstrap: BootstrapFunction;
35
35
  export { bootstrap, translationEndpoint, translationExternalEndpoint, Country, Segment, CheckoutStatus };
36
- export type { SentryEnvironment, KameleoonEnvironment, Customer, Subscription, Order };
36
+ export type { SentryEnvironment, KameleoonEnvironment, Customer, Subscription, Order, Locale };
@@ -1 +1 @@
1
- export declare const VERSION = "7.2.0";
1
+ export declare const VERSION = "7.3.0";
@@ -1 +1 @@
1
- export const VERSION = "7.2.0";
1
+ export const VERSION = "7.3.0";
package/index.ts CHANGED
@@ -2,7 +2,7 @@ import { ComponentType } from "react";
2
2
  import { EndpointFunction } from "@lookiero/i18n";
3
3
  import { i18n } from "@lookiero/i18n-react";
4
4
  import { fetchTranslations, translationEndpoint, translationExternalEndpoint } from "@lookiero/sty-psp-i18n";
5
- import { Country } from "@lookiero/sty-psp-locale";
5
+ import { Country, Locale } from "@lookiero/sty-psp-locale";
6
6
  import { SentryEnvironment, SentryLoggerFunctionArgs } from "@lookiero/sty-psp-logging";
7
7
  import { Segment } from "@lookiero/sty-psp-segment";
8
8
  import { CheckoutStatus } from "./src/domain/checkout/model/checkout";
@@ -57,4 +57,4 @@ const bootstrap: BootstrapFunction = ({ apiUrl, getAuthToken, translations, sent
57
57
  };
58
58
 
59
59
  export { bootstrap, translationEndpoint, translationExternalEndpoint, Country, Segment, CheckoutStatus };
60
- export type { SentryEnvironment, KameleoonEnvironment, Customer, Subscription, Order };
60
+ export type { SentryEnvironment, KameleoonEnvironment, Customer, Subscription, Order, Locale };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lookiero/checkout",
3
- "version": "7.2.0",
3
+ "version": "7.3.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": "false",