@bbn/bbn 1.0.326 → 1.0.327

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.
@@ -52,7 +52,7 @@ export default function stream(url, success, data, failure, abort) {
52
52
  body: JSON.stringify(data || {}) // body data type must match "Content-Type" header
53
53
  })
54
54
  .then(function (response) {
55
- bbn.fn.log("RESPONSE IN " + bbn.fn.stopChrono(chrono) + " SECS");
55
+ bbn.fn.log("RESPONSE IN " + bbn.fn.stopChrono(chrono, true) + " SECS");
56
56
  if (response.body) {
57
57
  var reader_1 = response.body.getReader();
58
58
  var isFn_1 = isFunction(success);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.326",
3
+ "version": "1.0.327",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",