@hook-sdk/template 0.4.0 → 0.4.2

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.
package/dist/index.d.cts CHANGED
@@ -466,7 +466,6 @@ interface InstallActions {
466
466
  promptInstall: () => Promise<boolean>;
467
467
  dismissSession: () => void;
468
468
  dismissPermanent: () => void;
469
- redirectToSafari: () => void;
470
469
  copyLink: () => Promise<void>;
471
470
  reset: () => void;
472
471
  }
package/dist/index.d.ts CHANGED
@@ -466,7 +466,6 @@ interface InstallActions {
466
466
  promptInstall: () => Promise<boolean>;
467
467
  dismissSession: () => void;
468
468
  dismissPermanent: () => void;
469
- redirectToSafari: () => void;
470
469
  copyLink: () => Promise<void>;
471
470
  reset: () => void;
472
471
  }