@machinat/create-app
Advanced tools
Comparing version 0.4.1-alpha.41 to 0.4.1-alpha.42
@@ -64,3 +64,3 @@ "use strict"; | ||
// add the page to Messenger webhook | ||
// add page to Messenger webhook | ||
await messengerBot.makeApiCall('POST', 'me/subscribed_apps', { | ||
@@ -101,3 +101,3 @@ subscribed_fields: ['messages', 'messaging_postbacks'], | ||
// remove the page to from webhook | ||
// delete app subscriptions | ||
await messengerBot.makeApiCall( | ||
@@ -109,3 +109,3 @@ 'DELETE', | ||
// delete Messenger webhook subscription | ||
// remove page from webhook subscription | ||
await messengerBot.makeApiCall( | ||
@@ -112,0 +112,0 @@ 'DELETE', |
@@ -15,11 +15,13 @@ "use strict"; | ||
"compilerOptions": { | ||
"rootDir": "./src", | ||
"outDir": "./lib", | ||
"lib": ["es2018"], | ||
"types": ["node"], | ||
"module": "commonjs", | ||
"target": "es2018", | ||
"strictNullChecks": true, | ||
"esModuleInterop": true, | ||
"jsx": "react", | ||
"jsxFactory": "Machinat.createElement", | ||
"jsxFragmentFactory": "Machinat.Fragment", | ||
"strictNullChecks": true, | ||
"esModuleInterop": true, | ||
"skipLibCheck": true, | ||
@@ -29,6 +31,3 @@ "noUnusedLocals": true, | ||
"declaration": true, | ||
"sourceMap": true, | ||
"types": ["node"], | ||
"rootDir": "./src", | ||
"outDir": "./lib" | ||
"sourceMap": true | ||
} | ||
@@ -35,0 +34,0 @@ } |
{ | ||
"name": "@machinat/create-app", | ||
"version": "0.4.1-alpha.41", | ||
"version": "0.4.1-alpha.42", | ||
"author": "Patrick Liu <zeldalink0515@gmail.com> (https://github.com/lrills)", | ||
@@ -35,3 +35,3 @@ "repository": { | ||
}, | ||
"gitHead": "1816a5d564dcc340ad1cc883e1b4a37d33ec5074" | ||
"gitHead": "97d56925543b23d284db3742e081c1d8e90fb1fb" | ||
} |
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
121835
1427