fiftyone.devicedetection.onpremise 4.4.101 → 4.4.103
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/build/FiftyOneDeviceDetectionHashV4-darwin-16.node +0 -0
- package/build/FiftyOneDeviceDetectionHashV4-darwin-18.node +0 -0
- package/build/FiftyOneDeviceDetectionHashV4-darwin-20.node +0 -0
- package/build/FiftyOneDeviceDetectionHashV4-win32-16.node +0 -0
- package/build/FiftyOneDeviceDetectionHashV4-win32-18.node +0 -0
- package/build/FiftyOneDeviceDetectionHashV4-win32-20.node +0 -0
- package/deviceDetectionOnPremise.js +2 -1
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -255,7 +255,7 @@ class DeviceDetectionOnPremise extends Engine {
|
|
|
255
255
|
pollingInterval,
|
|
256
256
|
updateTimeMaximumRandomisation,
|
|
257
257
|
createTempDataCopy,
|
|
258
|
-
tempDataDir,
|
|
258
|
+
tempDataDir = os.tmpdir(),
|
|
259
259
|
updateOnStart = false,
|
|
260
260
|
usePredictiveGraph = true,
|
|
261
261
|
usePerformanceGraph = false
|
|
@@ -483,6 +483,7 @@ class DeviceDetectionOnPremise extends Engine {
|
|
|
483
483
|
fileSystemWatcher,
|
|
484
484
|
pollingInterval,
|
|
485
485
|
updateTimeMaximumRandomisation,
|
|
486
|
+
tempDataDirectory: tempDataDir,
|
|
486
487
|
useUrlFormatter: dataUpdateUseUrlFormatter
|
|
487
488
|
};
|
|
488
489
|
|