Skip to content

Commit

Permalink
chore(hydrogen): export CookieOptions (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
remcolakens authored Aug 11, 2023
1 parent f6897dc commit d896c76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spicy-shoes-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/hydrogen': patch
---

Exported the type `CookieOptions` from `cartSetIdDefault`
2 changes: 1 addition & 1 deletion packages/hydrogen/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export {cartAttributesUpdateDefault} from './cart/queries/cartAttributesUpdateDe
export {cartMetafieldsSetDefault} from './cart/queries/cartMetafieldsSetDefault';
export {cartMetafieldDeleteDefault} from './cart/queries/cartMetafieldDeleteDefault';
export {cartGetIdDefault} from './cart/cartGetIdDefault';
export {cartSetIdDefault} from './cart/cartSetIdDefault';
export {cartSetIdDefault, type CookieOptions} from './cart/cartSetIdDefault';
export {
type HydrogenCartCustom,
type HydrogenCart,
Expand Down

0 comments on commit d896c76

Please sign in to comment.