fiftyone.devicedetection.cloud 4.4.14 → 4.4.16

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.
@@ -58,8 +58,6 @@ class DeviceDetectionCloudPipelineBuilder extends PipelineBuilder {
58
58
  }) {
59
59
  super(...arguments);
60
60
 
61
- // Check if share usage enabled and add it to the pipeline if so
62
-
63
61
  let cache;
64
62
 
65
63
  if (cacheSize) {
@@ -70,10 +68,10 @@ class DeviceDetectionCloudPipelineBuilder extends PipelineBuilder {
70
68
 
71
69
  this.flowElements.push(new CloudRequestEngine(
72
70
  {
73
- resourceKey: resourceKey,
71
+ resourceKey,
74
72
  licenseKey: licenceKeys,
75
73
  baseURL: cloudEndPoint,
76
- cloudRequestOrigin: cloudRequestOrigin,
74
+ cloudRequestOrigin,
77
75
  cache
78
76
  }));
79
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiftyone.devicedetection.cloud",
3
- "version": "4.4.14",
3
+ "version": "4.4.16",
4
4
  "description": "Device detection cloud services for the 51Degrees Pipeline API",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -22,25 +22,25 @@
22
22
  "Tung Pham <tung@51degrees.com> (https://51degrees.com)"
23
23
  ],
24
24
  "dependencies": {
25
- "fiftyone.pipeline.cloudrequestengine": "^4.4.6",
26
- "fiftyone.pipeline.core": "^4.4.6",
27
- "fiftyone.pipeline.engines": "^4.4.6",
28
- "fiftyone.pipeline.engines.fiftyone": "^4.4.6",
29
- "fiftyone.devicedetection.shared": "^4.4.14"
25
+ "fiftyone.devicedetection.shared": "^4.4.15",
26
+ "fiftyone.pipeline.cloudrequestengine": "^4.4.7",
27
+ "fiftyone.pipeline.core": "^4.4.7",
28
+ "fiftyone.pipeline.engines": "^4.4.7",
29
+ "fiftyone.pipeline.engines.fiftyone": "^4.4.7"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/node": "^15.12.2",
33
- "eslint": "^8.16.0",
34
- "eslint-config-standard": "^17.0.0",
35
- "eslint-plugin-import": "^2.26.0",
32
+ "@types/node": "^15.14.9",
33
+ "eslint": "^8.43.0",
34
+ "eslint-config-standard": "^17.1.0",
35
+ "eslint-plugin-import": "^2.27.5",
36
+ "eslint-plugin-jest": "^26.9.0",
36
37
  "eslint-plugin-jsdoc": "^38.1.6",
38
+ "eslint-plugin-n": "^15.7.0",
37
39
  "eslint-plugin-node": "^11.1.0",
38
- "eslint-plugin-promise": "^6.0.0",
39
- "eslint-plugin-jest": "^26.2.2",
40
- "eslint-plugin-n": "^15.0.0",
41
- "jest": "^28.1.0",
42
- "jest-junit": "^13.2.0",
43
- "jest-each": "^27.0.6"
40
+ "eslint-plugin-promise": "^6.1.1",
41
+ "jest": "^28.1.3",
42
+ "jest-each": "^27.5.1",
43
+ "jest-junit": "^13.2.0"
44
44
  },
45
45
  "license": "EUPL-1.2",
46
46
  "bugs": {