-
#2389
03c1abc8c
Thanks @BPScott! - Add types field to package.json export maps to support typescript consumers that usemoduleResolution: "node16"
-
Updated dependencies [
03c1abc8c
]:- @shopify/[email protected]
- Updated dependencies [
30005950b
]:- @shopify/[email protected]
- Updated dependencies [
44eb34763
]:- @shopify/[email protected]
- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [#2277]
- Correct wildcard export to
./*
[#2209]
- Use
./*
instead of./
in package.json exports to fix deprecation warning. [#2184]
- Rerelease after failed publish. No code changes.
- Changed Forbidden response to Unauthorized [#2147]
- Update
koa-compose
to4.1.0
[#2128]
- Migrate from
sewing-kit-next
toloom
for building - package build output remains identical. [#2039]
- No updates. Transitive dependency bump.
- Omit
includeFields
arg from webhook registration mutation when it's null [#2033] - Add support for the
includeFields
argument for webhook registrations [#2024]
- Enable type checking in tests and fix type errors. [#2011]
- Added file exclusion for tests to package.json and enable type checking for tests. [#2005]
- Rename test/ to tests/ [#2005]
- Updated build tooling, types are now compiled with TypeScript 4.3. [#1997]
- Replace ApiVersion enum with a looser string union type and update supported versions [#2001]
- Update to latest sewing-kit-next for build. Update
types
/typesVersions
fields to point directly into the build folder [#1980]
- Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. #1906
- Removed dependency on tslib, as we no-longer compile with
tsc
. #1829
- Updated multi-build outputs to include mandatory extensions to fix "Module not found" issues reported by ESM supported bundlers #1759
- Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability #1698
- The
ApiVersion
enum now has anOctober20
option. #1697
- Added
tslib@^1.14.1
in the list of dependencies. #1657
- The
ApiVersion
enum now has anJuly20
option.
- Add an option to register EventBridge webhooks to
registerWebhook
.
- The
ApiVersion
enum now has anJanuary20
andApril20
options
- Add webhooks for billing to topics
- Add payload to webhook data for the
receiveWebhook
middleware (#1168).
- Fixed a typo in the README (#1167).
- The
ApiVersion
enum now has anOctober19
option
Breaking change
- Added API version to GraphQL endpoint.
- Check success via valid webhookSubscription field
- Return a GraphQL formatted topic
- Added 1.1.1 version to CHANGELOG
- Fixed a typo in the README
- Updates webhook registration to use GraphQL
- Fixed a typo in the README
@shopify/koa-shopify-webhooks
package