deepl-node
Advanced tools
Comparing version 1.11.1 to 1.12.0
@@ -8,2 +8,11 @@ # Changelog | ||
## [1.12.0] - 2024-02-27 | ||
### Added | ||
* New language available: Arabic (`'ar'`). Add language code constants and tests. | ||
Arabic is currently supported only for text translation; document translation | ||
support for Arabic is coming soon. | ||
Note: older library versions also support the new language, this update only adds new code constants. | ||
## [1.11.1] - 2024-01-26 | ||
@@ -221,2 +230,3 @@ ### Fixed | ||
[1.12.0]: https://github.com/DeepLcom/deepl-node/compare/v1.11.1...v1.12.0 | ||
[1.11.1]: https://github.com/DeepLcom/deepl-node/compare/v1.11.0...v1.11.1 | ||
@@ -223,0 +233,0 @@ [1.11.0]: https://github.com/DeepLcom/deepl-node/compare/v1.10.2...v1.11.0 |
@@ -652,3 +652,3 @@ "use strict"; | ||
constructUserAgentString(sendPlatformInfo, appInfo) { | ||
let libraryInfoString = 'deepl-node/1.11.1'; | ||
let libraryInfoString = 'deepl-node/1.12.0'; | ||
if (sendPlatformInfo) { | ||
@@ -655,0 +655,0 @@ const systemType = os.type(); |
@@ -140,3 +140,3 @@ /** | ||
*/ | ||
type CommonLanguageCode = 'bg' | 'cs' | 'da' | 'de' | 'el' | 'es' | 'et' | 'fi' | 'fr' | 'hu' | 'id' | 'it' | 'ja' | 'ko' | 'lt' | 'lv' | 'nb' | 'nl' | 'pl' | 'ro' | 'ru' | 'sk' | 'sl' | 'sv' | 'tr' | 'uk' | 'zh'; | ||
type CommonLanguageCode = 'ar' | 'bg' | 'cs' | 'da' | 'de' | 'el' | 'es' | 'et' | 'fi' | 'fr' | 'hu' | 'id' | 'it' | 'ja' | 'ko' | 'lt' | 'lv' | 'nb' | 'nl' | 'pl' | 'ro' | 'ru' | 'sk' | 'sl' | 'sv' | 'tr' | 'uk' | 'zh'; | ||
/** | ||
@@ -143,0 +143,0 @@ * Language codes that may be used as a source language. |
{ | ||
"name": "deepl-node", | ||
"description": "deepl-node is the official DeepL Node.js client library", | ||
"version": "1.11.1", | ||
"version": "1.12.0", | ||
"author": "DeepL SE <open-source@deepl.com> (https://www.deepl.com)", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
124979