@sprucelabs/heartwood-view-controllers 112.3.12 → 112.3.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.
@@ -19,7 +19,7 @@ export interface SelectViewController {
19
19
  export interface AssertRedirectOptions {
20
20
  router: Router;
21
21
  action: () => Promise<any> | any;
22
- destination?: RouterDestination;
22
+ destination?: Partial<RouterDestination>;
23
23
  }
24
24
  export interface ButtonViewController {
25
25
  render(): SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Button;
@@ -19,7 +19,7 @@ export interface SelectViewController {
19
19
  export interface AssertRedirectOptions {
20
20
  router: Router;
21
21
  action: () => Promise<any> | any;
22
- destination?: RouterDestination;
22
+ destination?: Partial<RouterDestination>;
23
23
  }
24
24
  export interface ButtonViewController {
25
25
  render(): SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Button;
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "sideEffects": false,
14
14
  "license": "MIT",
15
15
  "description": "All the power of Heartwood in one, convenient package.",
16
- "version": "112.3.12",
16
+ "version": "112.3.14",
17
17
  "skill": {
18
18
  "namespace": "HeartwoodViewControllers",
19
19
  "commandOverrides": {
@@ -77,7 +77,7 @@
77
77
  "@babel/plugin-transform-runtime": "^7.25.9",
78
78
  "@babel/preset-env": "^7.26.0",
79
79
  "@babel/preset-typescript": "^7.26.0",
80
- "@sprucelabs/calendar-utils": "^42.0.540",
80
+ "@sprucelabs/calendar-utils": "^42.0.542",
81
81
  "@sprucelabs/error": "^6.0.554",
82
82
  "@sprucelabs/globby": "^2.0.501",
83
83
  "@sprucelabs/mercury-core-events": "^25.0.89",