dcp-worker 3.2.25 → 3.2.27

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.
@@ -24,10 +24,10 @@
24
24
 
25
25
  /* Allow lists permitting supervisor network access beyond DCP messages to services */
26
26
  allowOrigins: {
27
- fetchWorkFunctions: [ dcpConfig.scheduler.location.href ],
28
- fetchArguments: [ dcpConfig.scheduler.location.href ],
29
- fetchData: [ dcpConfig.scheduler.location.href ],
30
- sendResults: [ dcpConfig.scheduler.location.href ],
27
+ fetchWorkFunctions: [ dcpConfig.scheduler.location.origin ],
28
+ fetchArguments: [ dcpConfig.scheduler.location.origin ],
29
+ fetchData: [ dcpConfig.scheduler.location.origin ],
30
+ sendResults: [ dcpConfig.scheduler.location.origin ],
31
31
  any: [],
32
32
  },
33
33
 
@@ -1,2 +1,2 @@
1
- ee17a8c00be52fbefd8c642d312317e7 etc/dcp-worker-config.js
1
+ db140f1050d7506373319cc282e3c76d etc/dcp-worker-config.js
2
2
  ### DO NOT MODIFY THIS FILE!!! ###
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcp-worker",
3
- "version": "3.2.25",
3
+ "version": "3.2.27",
4
4
  "description": "JavaScript portion of DCP Workers for Node.js",
5
5
  "main": "bin/dcp-worker",
6
6
  "keywords": [