@bbn/bbn 1.0.133 → 1.0.134

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.
@@ -68,7 +68,7 @@ var analyzeFunction = function (fn) {
68
68
  if (exp.trim() === "function") {
69
69
  hasFunction = true;
70
70
  }
71
- if (exp.trim() !== "async") {
71
+ else if (exp.trim() !== "async") {
72
72
  name = exp.trim();
73
73
  }
74
74
  exp = "";
package/dist/index.js CHANGED
@@ -3385,7 +3385,7 @@
3385
3385
  if (exp.trim() === "function") {
3386
3386
  hasFunction = true;
3387
3387
  }
3388
- if (exp.trim() !== "async") {
3388
+ else if (exp.trim() !== "async") {
3389
3389
  name = exp.trim();
3390
3390
  }
3391
3391
  exp = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.133",
3
+ "version": "1.0.134",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",