This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
Releases: Shopify/shopify-api-js
Releases · Shopify/shopify-api-js
@shopify/[email protected]
Patch Changes
- e10395c: Update @graphql-codegen/typescript from 4.0.1 to 4.0.4.
@shopify/[email protected]
Patch Changes
- Updated dependencies [295859d]
- @shopify/[email protected]
@shopify/[email protected]
Minor Changes
-
e2d4fee: Update lineItemBilling future flag to v10. Current users of
unstable_lineItemBilling
will need to update tov10_lineItemBilling
to continue using this feature.const shopify = shopifyApi({ // ... future: { v10_lineItemBilling: true, });
Patch Changes
- db7d9cf: Remove gating of the token exchange API behind the
unstable_tokenExchange
flag.
@shopify/[email protected]
Patch Changes
- 0f0ffb8: Updated global fetch types to more closely match reality
- Updated dependencies [0f0ffb8]
- @shopify/[email protected]
@shopify/[email protected]
Minor Changes
-
9c41d91: Added support for validating Flow extension requests, using
shopify.authenticate.flow
.Please see the
flow
object documentation for more information. -
348b138: Export GraphqlClient class from types
Patch Changes
- 224fbf5: Fixed the types of the
balance
andcurrency
fields in theGiftCard
object. - 0f0ffb8: Updated global fetch types to more closely match reality
- Updated dependencies [0f0ffb8]
- @shopify/[email protected]
- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
- 0f0ffb8: Updated global fetch types to more closely match reality
@shopify/[email protected]
@shopify/[email protected]
Patch Changes
- 0f0ffb8: Updated global fetch types to more closely match reality
- Updated dependencies [0f0ffb8]
- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
- b2414c2: Remove
Partial
around theClientResponse.data
type for easier consumption of the client's returned typed data - Updated dependencies [b2414c2]
- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
- 4d7f9a0: Update documentation with required shopifyApi params
- 1b4caf9: Return "body" field from GraphqlQueryError type
- Updated dependencies [b2414c2]
- @shopify/[email protected]
- @shopify/[email protected]