Releases: Shopify/shopify-app-js
Releases · Shopify/shopify-app-js
@shopify/[email protected]
Patch Changes
- Updated dependencies [4e143ec]
- Updated dependencies [4a1ffad]
- Updated dependencies [a426889]
- Updated dependencies [8e61a39]
- @shopify/[email protected]
- @shopify/[email protected]
- @shopify/[email protected]
@shopify/[email protected]
Minor Changes
-
4e143ec: Adds ts-docs to header utils
-
4a1ffad: Adds API to create usage records for billing
A new billing helper function has been added to create usage records for a usage billing plan.
const chargeBilling = await billing.createUsageRecord({ description: 'Usage record for product creation', price: { amount: 1, currencyCode: 'USD', }, isTest: true, }); console.log(chargeBilling);
Learn more about App Billing.
Patch Changes
- a426889: Exposing override types for
lineItems
in the billingrequest
method. - 8e61a39: setUpValidRequest in shopify-api now preserves headers. Documentation for test helpers now more accurately describes use cases.
- Updated dependencies [ada2cc3]
- @shopify/[email protected]
- @shopify/[email protected]
- @shopify/[email protected]
@shopify/[email protected]
Minor Changes
- ada2cc3: Adds support for
signal
request option
@shopify/[email protected]
Patch Changes
- Updated dependencies [ada2cc3]
- @shopify/[email protected]
@shopify/[email protected]
@shopify/[email protected]
@shopify/[email protected]
Minor Changes
- 25dc094: Added support for passing in a
RedisClient
instance as argument in addition to connection URL.
@shopify/[email protected]
Patch Changes
- 760cb0e: Updating prisma dependencies