fiftyone.devicedetection.onpremise
Advanced tools
Comparing version 4.3.3 to 4.3.5
@@ -105,2 +105,4 @@ /* ********************************************************************* | ||
* automatic data updates to occur. | ||
* @param {string} options.tempDataDir The directory to use for the | ||
* temporary data copy if 'createTempDataCopy' is set to true. | ||
* @param {boolean} options.updateOnStart whether to download / update | ||
@@ -134,2 +136,3 @@ * the datafile on initialisation | ||
createTempDataCopy, | ||
tempDataDir, | ||
updateOnStart = false, | ||
@@ -256,2 +259,8 @@ usePredictiveGraph = true, | ||
if (typeof tempDataDir === 'string') { | ||
const tempDirs = new swigWrapper.VectorStringSwig(); | ||
tempDirs.add(tempDataDir); | ||
config.setTempDirectories(tempDirs); | ||
} | ||
config.setReuseTempFile(reuseTempFile); | ||
@@ -258,0 +267,0 @@ config.setUpdateMatchedUserAgent(updateMatchedUserAgent); |
@@ -83,2 +83,9 @@ /* ********************************************************************* | ||
* By default, this is false. | ||
* @param {boolean} options.createTempDataCopy If true, the engine will | ||
* create a copy of the data file in a temporary location | ||
* rather than using the file provided directly. If not | ||
* loading all data into memory, this is required for | ||
* automatic data updates to occur. | ||
* @param {string} options.tempDataDir The directory to use for the | ||
* temporary data copy if 'createTempDataCopy' is set to true. | ||
* @param {boolean} options.usePredictiveGraph True, the engine will use | ||
@@ -108,2 +115,4 @@ * the predictive optimized graph to in detections. | ||
allowUnmatched = false, | ||
createTempDataCopy, | ||
tempDataDir, | ||
usePredictiveGraph = true, | ||
@@ -140,2 +149,4 @@ usePerformanceGraph = false | ||
updateOnStart, | ||
createTempDataCopy, | ||
tempDataDir, | ||
usePredictiveGraph, | ||
@@ -142,0 +153,0 @@ usePerformanceGraph |
{ | ||
"name": "fiftyone.devicedetection.onpremise", | ||
"version": "4.3.3", | ||
"version": "4.3.5", | ||
"description": "Device detection on-premise services for the 51Degrees Pipeline API", | ||
@@ -25,3 +25,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"fiftyone.devicedetection.shared": "^4.3.3", | ||
"fiftyone.devicedetection.shared": "^4.3.5", | ||
"fiftyone.pipeline.core": "^4.3.5", | ||
@@ -28,0 +28,0 @@ "fiftyone.pipeline.engines": "^4.3.5", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12761754
898