arkham-investigator-data 1.0.9 → 1.0.11

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.
@@ -1,3 +1,2 @@
1
- import type { Investigator, InvestigatorImageSource } from "../../../../model";
2
- export declare const wideImage: InvestigatorImageSource;
1
+ import type { Investigator } from "../../../../model";
3
2
  export declare const AkiraArisato: Investigator;
@@ -16,7 +16,7 @@ export declare type InvestigatorImageBox = Box & {
16
16
  export declare type InvestigatorImageSource = Box & {
17
17
  type: 'mini' | 'full';
18
18
  id: string;
19
- face?: InvestigatorImageBox;
19
+ face: InvestigatorImageBox;
20
20
  };
21
21
  export declare type InvestigatorImageMedia = InvestigatorImageBox & {
22
22
  source?: InvestigatorImageSource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arkham-investigator-data",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "main": "index.js",
5
5
  "types": "build/types.d.ts",
6
6
  "scripts": {