messaging-api-messenger
Advanced tools
Comparing version 1.0.0-beta.29 to 1.0.0-beta.31
@@ -28,3 +28,3 @@ import FormData from 'form-data'; | ||
*/ | ||
private appId?; | ||
readonly appId?: string; | ||
/** | ||
@@ -31,0 +31,0 @@ * The callback to be called when receiving requests. |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.0.0-beta.29", | ||
"version": "1.0.0-beta.31", | ||
"main": "dist/index.js", | ||
@@ -36,3 +36,3 @@ "browser": "lib/browser.js", | ||
}, | ||
"gitHead": "3389b14efbdcaf968ed7476820edaaaa95da0772" | ||
"gitHead": "ddc04126fec6d8e8815ca85a54750ea74e6d8f16" | ||
} |
@@ -91,3 +91,3 @@ import crypto from 'crypto'; | ||
*/ | ||
private appId?: string; | ||
readonly appId?: string; | ||
@@ -94,0 +94,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
754246