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