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.
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiftyone.devicedetection.onpremise",
3
- "version": "4.4.101",
3
+ "version": "4.4.103",
4
4
  "description": "Device detection on-premise services for the 51Degrees Pipeline API",
5
5
  "keywords": [
6
6
  "51degrees",