@line/bot-sdk
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -0,1 +1,8 @@ | ||
## 6.0.1 (13 Mar 2018) | ||
#### Type | ||
* Fix misimplemented 'AudioMessage' type (#61) | ||
## 6.0.0 (27 Feb 2018) | ||
@@ -2,0 +9,0 @@ |
@@ -128,3 +128,3 @@ export interface Config { | ||
originalContentUrl: string; | ||
duration: string; | ||
duration: number; | ||
}; | ||
@@ -131,0 +131,0 @@ export declare type LocationMessage = { |
@@ -152,3 +152,3 @@ export interface Config { | ||
originalContentUrl: string; | ||
duration: string; | ||
duration: number; | ||
}; | ||
@@ -155,0 +155,0 @@ |
{ | ||
"name": "@line/bot-sdk", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Node.js SDK for LINE Messaging API", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
1873795