fiftyone.devicedetection.onpremise 4.4.79 → 4.4.81
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-linux-16.node +0 -0
- package/build/FiftyOneDeviceDetectionHashV4-linux-18.node +0 -0
- package/build/FiftyOneDeviceDetectionHashV4-linux-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/deviceDetectionOnPremisePipelineBuilder.js +2 -1
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -99,6 +99,7 @@ class DeviceDetectionOnPremisePipelineBuilder extends PipelineBuilder {
|
|
|
99
99
|
* @param {boolean} options.usePerformanceGraph True, the engine will use
|
|
100
100
|
* the performance optimized graph to in detections.
|
|
101
101
|
*
|
|
102
|
+
* @param options.dataFileUpdateService
|
|
102
103
|
*/
|
|
103
104
|
constructor (
|
|
104
105
|
{
|
|
@@ -106,7 +107,7 @@ class DeviceDetectionOnPremisePipelineBuilder extends PipelineBuilder {
|
|
|
106
107
|
licenceKeys = null,
|
|
107
108
|
dataFile = null,
|
|
108
109
|
dataUpdateVerifyMd5 = true,
|
|
109
|
-
dataUpdateUseUrlFormatter= true,
|
|
110
|
+
dataUpdateUseUrlFormatter = true,
|
|
110
111
|
autoUpdate = true,
|
|
111
112
|
dataUpdateUrl = null,
|
|
112
113
|
pollingInterval = 30,
|