@tilde-nlp/ngx-common 8.1.74 → 8.1.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -2018,7 +2018,7 @@ declare const SCREEN_SIZE: {
2018
2018
  * Local storage key which stores last used configuration of language direction in Machine Translation.
2019
2019
  * By overwriting this value with langugeId (sourceLanguage-targetLanguage-domain-vendor-engineId), this system is going to be preselected.
2020
2020
  */
2021
- declare const LAST_USED_SYSTEM_LOCAL_STORAGE_KEY = "lastUsedSystem";
2021
+ declare const LAST_USED_SYSTEM_LOCAL_STORAGE_KEY = "lastSystemUsed";
2022
2022
 
2023
2023
  declare enum ERROR_CODES {
2024
2024
  TIMEOUT = 504
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilde-nlp/ngx-common",
3
- "version": "8.1.74",
3
+ "version": "8.1.76",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",