fiftyone.devicedetection.onpremise 4.4.79 → 4.4.80

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.
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiftyone.devicedetection.onpremise",
3
- "version": "4.4.79",
3
+ "version": "4.4.80",
4
4
  "description": "Device detection on-premise services for the 51Degrees Pipeline API",
5
5
  "main": "index.js",
6
6
  "directories": {