fiftyone.pipeline.cloudrequestengine 4.5.35 → 4.5.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiftyone.pipeline.cloudrequestengine",
3
- "version": "4.5.35",
3
+ "version": "4.5.37",
4
4
  "description": "Cloud request engine for the 51Degrees Pipeline API",
5
5
  "keywords": [
6
6
  "51degrees",
@@ -38,7 +38,7 @@ const PipelineBuilder = require(pipelineBuilderPath);
38
38
 
39
39
  // The aligned _51DEGREES_RESOURCE_KEY environment variable is checked
40
40
  // first, then the legacy RESOURCE_KEY variable.
41
- const myResourceKey = process.env['_51DEGREES_RESOURCE_KEY'] ||
41
+ const myResourceKey = process.env._51DEGREES_RESOURCE_KEY ||
42
42
  process.env.RESOURCE_KEY || '!!YOUR_RESOURCE_KEY!!';
43
43
 
44
44
  /**