@skyvexsoftware/stratos-sdk 0.5.8 → 0.5.9

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Skyvex Software
3
+ Copyright (c) 2026 Skyvex Software Pty Ltd
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -95,6 +95,8 @@ export type RecoverableFlight = {
95
95
  elapsedMs: number;
96
96
  status: string;
97
97
  phase: string | null;
98
+ /** Last known fuel in lbs (canonical). Null if no fuel data was captured. */
99
+ lastFuel: number | null;
98
100
  };
99
101
  /** Socket.io payload for flight:manager events */
100
102
  export type FlightManagerPayload = {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@skyvexsoftware/stratos-sdk",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "Plugin SDK for Stratos — types, hooks, and UI components",
5
5
  "author": {
6
- "name": "Skyvex Software",
6
+ "name": "Skyvex Software Pty Ltd",
7
7
  "email": "jordan@skyvexsoftware.com"
8
8
  },
9
9
  "license": "MIT",