@skyvexsoftware/stratos-sdk 0.7.4 → 0.7.5

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.
@@ -24,7 +24,6 @@ type UseTrackingSessionReturn = {
24
24
  elapsedTime: number;
25
25
  phase: FlightPhase;
26
26
  startFlight: (plan: FlightPlan, options?: {
27
- skipPreflightWarnings?: boolean;
28
27
  forceStart?: boolean;
29
28
  }) => Promise<StartFlightResult>;
30
29
  pauseFlight: () => Promise<boolean>;
@@ -67,7 +67,6 @@ export type PreflightCheck = {
67
67
  name: string;
68
68
  passed: boolean;
69
69
  message: string;
70
- severity: "error" | "warning";
71
70
  };
72
71
  export type PreflightCheckResult = {
73
72
  passed: boolean;
@@ -75,7 +74,6 @@ export type PreflightCheckResult = {
75
74
  };
76
75
  /** Options for startFlight */
77
76
  export type StartFlightOptions = {
78
- skipPreflightWarnings?: boolean;
79
77
  forceStart?: boolean;
80
78
  };
81
79
  /** Lean subset of stored flight data for recovery prompt in the renderer */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyvexsoftware/stratos-sdk",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "Plugin SDK for Stratos — types, hooks, and UI components",
5
5
  "author": {
6
6
  "name": "Skyvex Software Pty Ltd",