@shopify/koa-shopify-webhooks
Advanced tools
Comparing version 2.6.0-sk-next-beta.1 to 2.6.0
@@ -8,2 +8,8 @@ # Changelog | ||
## [2.6.0] - 2020-12-18 | ||
### Added | ||
- Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability [#1698](https://github.com/Shopify/quilt/pull/1698) | ||
## [2.5.3] - 2020-12-08 | ||
@@ -10,0 +16,0 @@ |
@@ -1,1 +0,1 @@ | ||
module.exports = require("./build/cjs/index"); | ||
module.exports = require("./build/node/index"); |
{ | ||
"name": "@shopify/koa-shopify-webhooks", | ||
"version": "2.6.0-sk-next-beta.1", | ||
"version": "2.6.0", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "description": "Receive webhooks from Shopify with ease", | ||
"dependencies": { | ||
"@shopify/network": "^1.6.0-sk-next-beta.1", | ||
"@shopify/network": "^1.6.0", | ||
"@types/koa": "^2.0.0", | ||
@@ -30,0 +30,0 @@ "koa-bodyparser": "^4.2.1", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
49344
0
Updated@shopify/network@^1.6.0