@colijnit/ioneconnector 1.0.139 → 1.0.140

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.
@@ -312,7 +312,7 @@ class HdDataService {
312
312
  });
313
313
  const result = response.data;
314
314
  if (result.validationResult && result.validationResult.success) {
315
- return result;
315
+ return result.resultObject['activeNodesPr'];
316
316
  }
317
317
  else {
318
318
  console.error("Error getting selector action prices (" + response.message + ")");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/ioneconnector",
3
- "version": "1.0.139",
3
+ "version": "1.0.140",
4
4
  "scripts": {
5
5
  "build": "grunt clean && tsc",
6
6
  "browserify": "browserify build/connector.js --s colijn -o dist/out-tsc/bundle.js",