@candlerip/shared3 0.0.163 → 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.163",
3
+ "version": "0.0.164",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/index.js",
@@ -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
  }>;