@line/bot-sdk
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -0,1 +1,9 @@ | ||
## 5.0.1 (14 Nov 2017) | ||
#### Minor | ||
* Fix typo in `ImageMapMessage` type | ||
* Add kitchensink example (#36) | ||
## 5.0.0 (2 Nov 2017) | ||
@@ -2,0 +10,0 @@ |
@@ -143,3 +143,3 @@ export interface Config { | ||
export declare type ImageMapMessage = { | ||
type: "image"; | ||
type: "imagemap"; | ||
baseUrl: string; | ||
@@ -146,0 +146,0 @@ altText: string; |
@@ -170,3 +170,3 @@ export interface Config { | ||
export type ImageMapMessage = { | ||
type: "image"; | ||
type: "imagemap"; | ||
baseUrl: string; | ||
@@ -173,0 +173,0 @@ altText: string; |
{ | ||
"name": "@line/bot-sdk", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Node.js SDK for LINE Messaging API", | ||
@@ -40,7 +40,7 @@ "engines": { | ||
"dependencies": { | ||
"@types/body-parser": "^1.16.3", | ||
"@types/body-parser": "^1.16.8", | ||
"@types/file-type": "^5.2.1", | ||
"@types/node": "^7.0.31", | ||
"axios": "^0.16.2", | ||
"body-parser": "^1.17.2", | ||
"body-parser": "^1.18.2", | ||
"file-type": "^7.2.0", | ||
@@ -57,7 +57,7 @@ "file-type-stream": "^1.0.0" | ||
"mocha": "^3.4.2", | ||
"prettier": "^1.7.4", | ||
"ts-node": "^3.0.6", | ||
"typescript": "^2.3.4" | ||
"prettier": "^1.8.2", | ||
"ts-node": "^3.3.0", | ||
"typescript": "^2.6.1" | ||
}, | ||
"license": "Apache-2.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1872903
85
3799
Updated@types/body-parser@^1.16.8
Updatedbody-parser@^1.18.2