fiftyone.pipeline.cloudrequestengine 4.4.4 → 4.4.5

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.
@@ -302,7 +302,7 @@ class CloudRequestEngine extends Engine {
302
302
 
303
303
  // licensekey is optional
304
304
  if (this.licenseKey) {
305
- url += '&license=' + this.licenseKey;
305
+ url += '?license=' + this.licenseKey;
306
306
  }
307
307
 
308
308
  const self = this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiftyone.pipeline.cloudrequestengine",
3
- "version": "4.4.4",
3
+ "version": "4.4.5",
4
4
  "description": "Cloud request engine for the 51Degrees Pipeline API",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -20,8 +20,8 @@
20
20
  "jest": "^27.0.6"
21
21
  },
22
22
  "dependencies": {
23
- "fiftyone.pipeline.core": "^4.4.4",
24
- "fiftyone.pipeline.engines": "^4.4.4"
23
+ "fiftyone.pipeline.core": "^4.4.5",
24
+ "fiftyone.pipeline.engines": "^4.4.5"
25
25
  },
26
26
  "contributors": [
27
27
  "Filip Hnízdo <filip@octophin.com> (https://octophindigital.com/)",