function-tree
Advanced tools
Comparing version 3.3.0 to 3.3.1-1541710504249
@@ -27,3 +27,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
_this.latestExecutionId = null; | ||
_this.version = "3.3.0"; | ||
_this.version = "3.3.1-1541710504249"; | ||
_this.init(); | ||
@@ -30,0 +30,0 @@ return _this; |
@@ -47,7 +47,5 @@ var __extends = (this && this.__extends) || (function () { | ||
} | ||
var cb = new SequenceBuilder([]); | ||
var callback = typeof args[0] === 'string' ? args[1] : args[0]; | ||
var result = typeof args[0] === 'string' ? args[1] : args[0]; | ||
var name = typeof args[0] === 'string' ? args[0] : ''; | ||
var result = callback(cb); | ||
this.sequenceArray.push(parallel(name, result.sequenceArray)); | ||
this.sequenceArray.push(parallel(name, result)); | ||
return new SequenceBuilder(this.sequenceArray); | ||
@@ -54,0 +52,0 @@ }; |
@@ -6,3 +6,4 @@ { | ||
"module": "../es/fluent", | ||
"jsnext:main": "../es/fluent" | ||
"jsnext:main": "../es/fluent", | ||
"typings": "./index.d.ts" | ||
} |
@@ -48,3 +48,3 @@ 'use strict'; | ||
_this.latestExecutionId = null; | ||
_this.version = "3.3.0"; | ||
_this.version = "3.3.1-1541710504249"; | ||
_this.init(); | ||
@@ -51,0 +51,0 @@ return _this; |
@@ -49,7 +49,5 @@ "use strict"; | ||
} | ||
var cb = new SequenceBuilder([]); | ||
var callback = typeof args[0] === 'string' ? args[1] : args[0]; | ||
var result = typeof args[0] === 'string' ? args[1] : args[0]; | ||
var name = typeof args[0] === 'string' ? args[0] : ''; | ||
var result = callback(cb); | ||
this.sequenceArray.push(_1.parallel(name, result.sequenceArray)); | ||
this.sequenceArray.push(_1.parallel(name, result)); | ||
return new SequenceBuilder(this.sequenceArray); | ||
@@ -56,0 +54,0 @@ }; |
{ | ||
"name": "function-tree", | ||
"version": "3.3.0", | ||
"version": "3.3.1-1541710504249", | ||
"description": "When a function is not enough", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
365525
3857
2