msfs-simconnect-api-wrapper
Advanced tools
Comparing version 4.3.0 to 4.4.0
@@ -11,2 +11,6 @@ # How this library is versioned | ||
v4.4.0 (16 February 2024) | ||
- Updated airports based on MSFS v1.36.2.0 | ||
v4.3.0 (19 December 2023) | ||
@@ -13,0 +17,0 @@ |
{ | ||
"name": "msfs-simconnect-api-wrapper", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"description": "A convenient SimConnect API for playing with Microsoft Flight Simulator 2020", | ||
@@ -5,0 +5,0 @@ "main": "msfs-api.js", |
@@ -9,3 +9,3 @@ # msfs-simconnect-api-wrapper | ||
This library uses strict [semver](http://server.org) versioning. The current version of this library is **4.3.0**. See the [changelog](./CHANGELOG.md) for the full version history. | ||
This library uses strict [semver](http://server.org) versioning. The current version of this library is **4.4.0**. See the [changelog](./CHANGELOG.md) for the full version history. | ||
@@ -12,0 +12,0 @@ ## Installation and use |
@@ -37,2 +37,3 @@ export const RUNWAY_SURFACES = [ | ||
RUNWAY_SURFACES[254] = `unknown`; | ||
RUNWAY_SURFACES[255] = `unknown`; | ||
@@ -39,0 +40,0 @@ export const RUNWAY_NUMBER = [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7380
13198072