@bbn/bbn 1.0.335 → 1.0.336

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.
@@ -160,7 +160,7 @@ export default function ajax(url, datatype, data, success, failure, abort) {
160
160
  ok = failure(err.request, err);
161
161
  }
162
162
  if (ok) {
163
- bbn.fn.log(["THIS IS THE ERROR FUNCTION", err, loader_1]);
163
+ bbn.fn.log(["THIS IS THE ERROR FUNCTION for url " + url, err, loader_1, err.request, err.response, err.message, err.cause]);
164
164
  bbn.fn.defaultAjaxErrorFunction(err.request, err.response ? err.response.data : "", err.response ? err.response.status : err);
165
165
  }
166
166
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.335",
3
+ "version": "1.0.336",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",