@lookiero/checkout 14.0.2 → 14.0.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.
@@ -0,0 +1,6 @@
1
+ interface Order {
2
+ readonly orderNumber: number;
3
+ readonly isFirstOrder: boolean;
4
+ readonly coupon: string | null;
5
+ }
6
+ export type { Order as OrderProjection };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ type Subscription = "o" | "m" | "b" | "q";
2
+ export type { Subscription as SubscriptionProjection };
@@ -0,0 +1 @@
1
+ export {};
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "14.0.2";
2
- export declare const RELEASE = "checkout@14.0.2";
1
+ export declare const VERSION = "14.0.3";
2
+ export declare const RELEASE = "checkout@14.0.3";
@@ -1,2 +1,2 @@
1
- export const VERSION = "14.0.2";
2
- export const RELEASE = "checkout@14.0.2";
1
+ export const VERSION = "14.0.3";
2
+ export const RELEASE = "checkout@14.0.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lookiero/checkout",
3
- "version": "14.0.2",
3
+ "version": "14.0.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": "false",