@shopify/app-cli-node-generator-helper
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@shopify/app-cli-node-generator-helper", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "helpers to generate code for shopify-app-node", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# @shopify/app-cli-node-generator-helper | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) | ||
[![Build Status](https://travis-ci.com/Shopify/app-cli-node-generator-helper.svg?branch=master)](https://travis-ci.com/Shopify/shopify-app-node) | ||
[![Build Status](https://travis-ci.com/Shopify/app-cli-node-generator-helper.svg?branch=master)](https://travis-ci.com/Shopify/app-cli-node-generator-helper) | ||
@@ -17,2 +17,2 @@ | ||
This respository is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). | ||
This respository is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). |
@@ -89,3 +89,3 @@ const auth = `createShopifyAuth({ | ||
} = ctx.session; | ||
await handlers.registerWebhooks(shop, accessToken, 'TEST_TYPE', '/webhooks/test/type', ApiVersion.July19); | ||
await handlers.registerWebhooks(shop, accessToken, 'TEST_TYPE', '/webhooks/test/type', ApiVersion.October19); | ||
@@ -128,5 +128,5 @@ ctx.redirect(\"/\"); | ||
} = ctx.session; | ||
await handlers.registerWebhooks(shop, accessToken, 'TEST_TWO', '/webhooks/test/two', ApiVersion.July19); | ||
await handlers.registerWebhooks(shop, accessToken, 'TEST_TWO', '/webhooks/test/two', ApiVersion.October19); | ||
await handlers.registerWebhooks(shop, accessToken, 'TEST_TYPE', '/webhooks/test/type', ApiVersion.July19); | ||
await handlers.registerWebhooks(shop, accessToken, 'TEST_TYPE', '/webhooks/test/type', ApiVersion.October19); | ||
ctx.redirect(\"/\"); | ||
@@ -133,0 +133,0 @@ } |
@@ -27,3 +27,3 @@ const parser = require("@babel/parser").parse; | ||
type | ||
)}', ApiVersion.July19); `; | ||
)}', ApiVersion.October19); `; | ||
sessionAssignment.insertAfter( | ||
@@ -30,0 +30,0 @@ parser(code, { sourceType: "module", allowAwaitOutsideFunction: true }) |
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
33922
18