@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candlerip/shared3",
3
- "version": "0.0.162",
3
+ "version": "0.0.164",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/index.js",
@@ -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',
@@ -8,4 +8,5 @@ export type ComposeLightCandlePageServerData = (language: Language, personId: st
8
8
  data: LightCandlePageServerData;
9
9
  } | {
10
10
  customError: CustomError;
11
+ personNotFoundError?: boolean;
11
12
  }>;