@candlerip/shared3 0.0.162 → 0.0.164
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -17,8 +17,6 @@ export declare const CACHE: {
|
|
17
17
|
readonly 'edit-person-page-dictionary-hu': "Dictionary";
|
18
18
|
readonly 'light-candle-page-dictionary-en': "Dictionary";
|
19
19
|
readonly 'light-candle-page-dictionary-hu': "Dictionary";
|
20
|
-
readonly 'light-candle-page-server-data-en': "LightCandlePageServerData";
|
21
|
-
readonly 'light-candle-page-server-data-hu': "LightCandlePageServerData";
|
22
20
|
readonly 'help-page-dictionary-en': "Dictionary";
|
23
21
|
readonly 'help-page-dictionary-hu': "Dictionary";
|
24
22
|
readonly 'home-page-dictionary-en': "Dictionary";
|
@@ -17,8 +17,6 @@ export const CACHE = {
|
|
17
17
|
'edit-person-page-dictionary-hu': 'Dictionary',
|
18
18
|
'light-candle-page-dictionary-en': 'Dictionary',
|
19
19
|
'light-candle-page-dictionary-hu': 'Dictionary',
|
20
|
-
'light-candle-page-server-data-en': 'LightCandlePageServerData',
|
21
|
-
'light-candle-page-server-data-hu': 'LightCandlePageServerData',
|
22
20
|
'help-page-dictionary-en': 'Dictionary',
|
23
21
|
'help-page-dictionary-hu': 'Dictionary',
|
24
22
|
'home-page-dictionary-en': 'Dictionary',
|