@shopify/koa-shopify-webhooks
Advanced tools
Comparing version 1.1.0 to 1.1.2
@@ -8,4 +8,18 @@ # Changelog | ||
<!-- ## Unreleased --> | ||
## [1.1.2] | ||
- Added 1.1.1 version to CHANGELOG | ||
## [1.1.1] | ||
### Fixed | ||
- Fixed a typo in the README | ||
## [1.1.0] | ||
### Changed | ||
- Updates webhook registration to use GraphQL | ||
@@ -12,0 +26,0 @@ |
{ | ||
"name": "@shopify/koa-shopify-webhooks", | ||
"version": "1.1.0", | ||
"version": "1.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Receive webhooks from Shopify with ease.", |
@@ -76,3 +76,3 @@ # `@shopify/koa-shopify-webhooks` | ||
address: 'www.mycool-app.com/webhooks/products/create', | ||
topic: 'products/create', | ||
topic: 'PRODUCTS_CREATE', | ||
accessToken, | ||
@@ -142,3 +142,3 @@ shop, | ||
address: 'www.mycool-app.com/webhooks/products/create', | ||
topic: 'products/create', | ||
topic: 'PRODUCTS_CREATE', | ||
accessToken, | ||
@@ -150,3 +150,3 @@ shop, | ||
address: 'www.mycool-app.com/webhooks/orders/create', | ||
topic: 'orders/create', | ||
topic: 'ORDERS_CREATE', | ||
accessToken, | ||
@@ -153,0 +153,0 @@ shop, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13946