@quenty/clienttranslator
Advanced tools
Comparing version 14.8.0 to 14.9.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [14.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clienttranslator@14.8.0...@quenty/clienttranslator@14.9.0) (2024-10-04) | ||
### Bug Fixes | ||
* Localization should change whenever entries change ([9d2f0b7](https://github.com/Quenty/NevermoreEngine/commit/9d2f0b7a41d97902520a0adb41bfeab85cce3302)) | ||
* Output parsing was wrong for LocalizationEntryParserUtils ([8de8872](https://github.com/Quenty/NevermoreEngine/commit/8de8872d5ef9c432bc91b581f8534810fd32f0e7)) | ||
# [14.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clienttranslator@14.7.0...@quenty/clienttranslator@14.8.0) (2024-09-25) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@quenty/clienttranslator", | ||
"version": "14.8.0", | ||
"version": "14.9.0", | ||
"description": "Gets local translator for player", | ||
@@ -28,13 +28,13 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/blend": "^12.7.0", | ||
"@quenty/instanceutils": "^13.7.0", | ||
"@quenty/loader": "^10.5.0", | ||
"@quenty/maid": "^3.3.0", | ||
"@quenty/promise": "^10.5.0", | ||
"@quenty/promisemaid": "^5.5.0", | ||
"@quenty/blend": "^12.8.0", | ||
"@quenty/instanceutils": "^13.8.0", | ||
"@quenty/loader": "^10.6.0", | ||
"@quenty/maid": "^3.4.0", | ||
"@quenty/promise": "^10.6.0", | ||
"@quenty/promisemaid": "^5.6.0", | ||
"@quenty/pseudolocalize": "^3.4.0", | ||
"@quenty/rx": "^13.7.0", | ||
"@quenty/rx": "^13.8.0", | ||
"@quenty/string": "^3.3.0", | ||
"@quenty/table": "^3.5.0", | ||
"@quenty/valueobject": "^13.7.0" | ||
"@quenty/valueobject": "^13.8.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "9b17fe79cddd071f0f06a9d35184e76b44bd6fe6" | ||
"gitHead": "035abfa088c854a73e1c65b350267eaa17669646" | ||
} |
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
62980
Updated@quenty/blend@^12.8.0
Updated@quenty/loader@^10.6.0
Updated@quenty/maid@^3.4.0
Updated@quenty/promise@^10.6.0
Updated@quenty/promisemaid@^5.6.0
Updated@quenty/rx@^13.8.0
Updated@quenty/valueobject@^13.8.0