deepl-node
Advanced tools
Comparing version 1.10.0 to 1.10.2
@@ -11,2 +11,6 @@ # Changelog | ||
## [1.10.2] - 2023-06-02 | ||
### Fixed | ||
* Fixed erroneous version bump | ||
## [1.10.1] - 2023-06-02 | ||
@@ -189,3 +193,4 @@ ### Fixed | ||
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.10.1...HEAD | ||
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.10.2...HEAD | ||
[1.10.2]: https://github.com/DeepLcom/deepl-node/compare/v1.9.0...v1.10.2 | ||
[1.10.1]: https://github.com/DeepLcom/deepl-node/compare/v1.9.0...v1.10.1 | ||
@@ -192,0 +197,0 @@ [1.10.0]: https://github.com/DeepLcom/deepl-node/compare/v1.9.0...v1.10.0 |
@@ -649,3 +649,3 @@ "use strict"; | ||
constructUserAgentString(sendPlatformInfo, appInfo) { | ||
let libraryInfoString = 'deepl-node/1.10.0'; | ||
let libraryInfoString = 'deepl-node/1.10.2'; | ||
if (sendPlatformInfo) { | ||
@@ -652,0 +652,0 @@ const systemType = os.type(); |
{ | ||
"name": "deepl-node", | ||
"description": "deepl-node is the official DeepL Node.js client library", | ||
"version": "1.10.0", | ||
"version": "1.10.2", | ||
"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
120515