Skip to content

Releases: Shopify/shopify-app-js

@shopify/[email protected]

06 Sep 11:10
c759786
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

06 Sep 11:10
c759786
Compare
Choose a tag to compare

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

@shopify/[email protected]

06 Sep 11:10
c759786
Compare
Choose a tag to compare

Minor Changes

  • ada2cc3: Adds support for signal request option

@shopify/[email protected]

06 Sep 11:10
c759786
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

19 Aug 17:58
4b4be4e
Compare
Choose a tag to compare

@shopify/[email protected]

19 Aug 17:58
4b4be4e
Compare
Choose a tag to compare

@shopify/[email protected]

19 Aug 17:59
4b4be4e
Compare
Choose a tag to compare

Minor Changes

  • 25dc094: Added support for passing in a RedisClient instance as argument in addition to connection URL.

@shopify/[email protected]

19 Aug 17:59
4b4be4e
Compare
Choose a tag to compare

Patch Changes

  • 760cb0e: Updating prisma dependencies

@shopify/[email protected]

19 Aug 17:58
4b4be4e
Compare
Choose a tag to compare

@shopify/[email protected]

19 Aug 17:58
4b4be4e
Compare
Choose a tag to compare