@bbn/bbn 1.0.145 → 1.0.146

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.
@@ -1,5 +1,4 @@
1
1
  import { md5 } from "../string/md5.js";
2
- import { log } from "../browser/log.js";
3
2
  /**
4
3
  * Analyzes the given function and extracts details about its structure.
5
4
  *
@@ -13,7 +12,6 @@ var analyzeFunction = function (fn) {
13
12
  if (typeof all !== "string") {
14
13
  throw Error("Unexpected type " + typeof fn + " while parsing function");
15
14
  }
16
- log("INSIDE ANALYZE FUNCTION", all);
17
15
  var exp = "";
18
16
  var isArrow = false;
19
17
  var isAsync = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.145",
3
+ "version": "1.0.146",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",