@redotech/redo-hydrogen 1.3.0 → 1.3.1

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/types.d.ts CHANGED
@@ -52,7 +52,6 @@ declare const RedoProvider: ({ cart, storeId, children }: {
52
52
  declare const useRedoCoverageClient: () => RedoCoverageClient;
53
53
 
54
54
  declare const RedoCheckoutButtons: (props: {
55
- cart: CartReturn | CartWithActionsDocs | OptimisticCart;
56
55
  children?: ReactNode;
57
56
  onClick?: (enabled: boolean) => void;
58
57
  }) => react_jsx_runtime.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redotech/redo-hydrogen",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Utilities to enable and disable Redo coverage on Hydrogen stores",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -102,7 +102,6 @@ const findAncestor = (
102
102
  };
103
103
 
104
104
  const RedoCheckoutButtons = (props: {
105
- cart: CartReturn | CartWithActionsDocs | OptimisticCart;
106
105
  children?: ReactNode;
107
106
  onClick?: (enabled: boolean) => void;
108
107
  }) => {