@skyvexsoftware/stratos-sdk 0.3.0 → 0.3.1

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.
@@ -98,6 +98,7 @@ export type FlightData = {
98
98
  simulationRate: number;
99
99
  isInMenu: boolean;
100
100
  isXPlane: boolean;
101
+ isHelicopter: boolean;
101
102
  stallWarning: boolean;
102
103
  overspeedWarning: boolean;
103
104
  crashed: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyvexsoftware/stratos-sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Plugin SDK for Stratos — types, hooks, and UI components",
5
5
  "author": {
6
6
  "name": "Skyvex Software",