@ardimedia/angular-portal-azure 0.2.218 → 0.2.219

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.
Files changed (2) hide show
  1. package/apn.js +2 -2
  2. package/package.json +1 -1
package/apn.js CHANGED
@@ -1415,12 +1415,12 @@ var angularportalazure;
1415
1415
  if (response.headers === undefined) {
1416
1416
  console.log('> response.headers === undefined. Get information from [.data].');
1417
1417
  exception = Exception.processDotNetException1(response);
1418
- exception.convertResponse(response.data);
1418
+ exception.convertResponse(response);
1419
1419
  }
1420
1420
  else {
1421
1421
  console.log('> response.headers !== undefined. Get information from [.json()].');
1422
1422
  exception = Exception.processDotNetException2(response);
1423
- exception.convertResponse(response.json());
1423
+ exception.convertResponse(response);
1424
1424
  }
1425
1425
  exception.Url = response.url;
1426
1426
  exception.Status = response.status;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ardimedia/angular-portal-azure",
3
3
  "description": "Angular Portal Azure - GUI Framework.",
4
4
  "author": "Ardimedia Anstalt <info@ardimedia.com> (http://www.ardimedia.com)",
5
- "version": "0.2.218",
5
+ "version": "0.2.219",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {