@shopify/koa-shopify-webhooks
Advanced tools
Comparing version 5.0.3 to 5.0.4
import { Topic } from './types'; | ||
export declare type ApiVersion = '2020-10' | '2021-01' | '2021-04' | '2021-07' | 'unstable' | 'unversioned' | (string & {}); | ||
export declare type ApiVersion = '2020-10' | '2021-01' | '2021-04' | '2021-07' | '2021-10' | '2022-01' | '2022-04' | '2022-07' | '2022-10' | 'unstable' | 'unversioned' | (string & {}); | ||
export declare enum DeliveryMethod { | ||
@@ -4,0 +4,0 @@ Http = "http", |
{ | ||
"name": "@shopify/koa-shopify-webhooks", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"license": "MIT", | ||
@@ -35,2 +35,3 @@ "description": "Receive webhooks from Shopify with ease", | ||
"devDependencies": { | ||
"@shopify/jest-dom-mocks": "^4.0.2", | ||
"@types/koa-bodyparser": "*", | ||
@@ -37,0 +38,0 @@ "@types/koa-compose": "*" |
Sorry, the diff of this file is not supported yet
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
26065
3