@lokalise/node-api
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Lokalise API Node Client Changelog | ||
## 2.0.1 (09-Dec-19) | ||
* Fixed file download params | ||
## 2.0.0 (05-Dec-19) | ||
@@ -4,0 +8,0 @@ |
@@ -55,3 +55,3 @@ declare module '@lokalise/node-api' { | ||
disable_references?: boolean; | ||
plural_format?: string[]; | ||
plural_format?: string; | ||
placeholder_format?: string; | ||
@@ -58,0 +58,0 @@ webhook_url?: string; |
{ | ||
"name": "@lokalise/node-api", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Official Lokalise API 2.0 Node.js client", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -23,3 +23,3 @@ export interface DownloadFileParams { | ||
disable_references?: boolean; | ||
plural_format?: string[]; | ||
plural_format?: string; | ||
placeholder_format?: string; | ||
@@ -36,2 +36,2 @@ webhook_url?: string; | ||
bundle_description?: string; | ||
} | ||
} |
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
773507
3664