up engine

This commit is contained in:
adueck 2023-01-22 21:01:52 +05:00
parent 190b8b7a21
commit fcfe5cfc09
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"test": "jest" "test": "jest"
}, },
"engines": { "engines": {
"node": "16" "node": "18"
}, },
"main": "lib/functions/src/index.js", "main": "lib/functions/src/index.js",
"dependencies": { "dependencies": {

View File

@ -13,7 +13,7 @@ export class DictionaryDb {
// config variables // config variables
private dictionaryInfoLocalStorageKey: string; private dictionaryInfoLocalStorageKey: string;
private dictionaryCollectionName: string; private dictionaryCollectionName: string;
private dictionaryUrl: string;; private dictionaryUrl: string;
private dictionaryInfoUrl: string; private dictionaryInfoUrl: string;
private lokidb: loki; private lokidb: loki;