@shopify/app-cli-node-generator-helper
Advanced tools
Comparing version 1.1.0 to 1.1.2
{ | ||
"name": "@shopify/app-cli-node-generator-helper", | ||
"version": "1.1.0", | ||
"version": "1.1.2", | ||
"description": "helpers to generate code for shopify-app-node", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -89,3 +89,3 @@ const auth = `createShopifyAuth({ | ||
} = ctx.session; | ||
await handlers.registerWebhooks(shop, accessToken, 'TEST_TYPE', '/webhooks/test/type'); | ||
await handlers.registerWebhooks(shop, accessToken, 'TEST_TYPE', '/webhooks/test/type', ApiVersion.July19); | ||
@@ -128,5 +128,5 @@ ctx.redirect(\"/\"); | ||
} = ctx.session; | ||
await handlers.registerWebhooks(shop, accessToken, 'TEST_TWO', '/webhooks/test/two'); | ||
await handlers.registerWebhooks(shop, accessToken, 'TEST_TWO', '/webhooks/test/two', ApiVersion.July19); | ||
await handlers.registerWebhooks(shop, accessToken, 'TEST_TYPE', '/webhooks/test/type'); | ||
await handlers.registerWebhooks(shop, accessToken, 'TEST_TYPE', '/webhooks/test/type', ApiVersion.July19); | ||
ctx.redirect(\"/\"); | ||
@@ -133,0 +133,0 @@ } |
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
33896