@sprucelabs/spruce-heartwood-utils 14.2.12 → 14.2.14

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.
@@ -32,7 +32,7 @@ Name extends EventName<Contract>> {
32
32
  }
33
33
  export declare type EachCardHandler = (vcs: AbstractViewController<any>[]) => Promise<void> | void;
34
34
  export declare type CardFetchOptions<Contract extends EventContract, Name extends EventName<Contract>> = {
35
- each: EachCardHandler;
35
+ each?: EachCardHandler;
36
36
  controllerOptionsHandler?: (vcId: string) => Record<string, any>;
37
37
  } & EmitPayload<Contract, Name>;
38
38
  export {};
@@ -32,7 +32,7 @@ Name extends EventName<Contract>> {
32
32
  }
33
33
  export declare type EachCardHandler = (vcs: AbstractViewController<any>[]) => Promise<void> | void;
34
34
  export declare type CardFetchOptions<Contract extends EventContract, Name extends EventName<Contract>> = {
35
- each: EachCardHandler;
35
+ each?: EachCardHandler;
36
36
  controllerOptionsHandler?: (vcId: string) => Record<string, any>;
37
37
  } & EmitPayload<Contract, Name>;
38
38
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-heartwood-utils",
3
3
  "description": "Heartwood Utilities",
4
- "version": "14.2.12",
4
+ "version": "14.2.14",
5
5
  "skill": {
6
6
  "namespace": "heartwood"
7
7
  },