@final-commerce/common 2.1.0 → 2.1.2

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.
@@ -2040,6 +2040,7 @@ interface BootstrapMessage {
2040
2040
  wsUrl?: string;
2041
2041
  apiUrl?: string;
2042
2042
  };
2043
+ paymentProvider?: PaymentProcessor;
2043
2044
  }
2044
2045
  interface TokenRefreshMessage {
2045
2046
  type: 'TOKEN_REFRESH';
@@ -2040,6 +2040,7 @@ interface BootstrapMessage {
2040
2040
  wsUrl?: string;
2041
2041
  apiUrl?: string;
2042
2042
  };
2043
+ paymentProvider?: PaymentProcessor;
2043
2044
  }
2044
2045
  interface TokenRefreshMessage {
2045
2046
  type: 'TOKEN_REFRESH';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@final-commerce/common",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Shared utilities, types, constants, and engineering governance configs for the Final Commerce platform.",
5
5
  "homepage": "https://github.com/Final-Commerce/common#readme",
6
6
  "bugs": {