msfs-simconnect-api-wrapper
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -238,2 +238,7 @@ import { | ||
); | ||
// cleanup, with *plenty* of time for SimConnect to resolve the data object before clearing it out. | ||
setTimeout(() => { | ||
this.releaseId(DATA_ID); | ||
handle.clearDataDefinition(DATA_ID); | ||
}, 500); | ||
} | ||
@@ -240,0 +245,0 @@ |
{ | ||
"name": "msfs-simconnect-api-wrapper", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "A convenient SimConnect API for playing with Microsoft Flight Simulator 2020", | ||
@@ -5,0 +5,0 @@ "main": "msfs-api.js", |
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
231219
6711