robotlegs-macrobot
Advanced tools
Comparing version
@@ -17,3 +17,3 @@ // ------------------------------------------------------------------------------ | ||
function ParallelMacro() { | ||
var _this = _super.apply(this, arguments) || this; | ||
var _this = _super !== null && _super.apply(this, arguments) || this; | ||
_this._executionCount = 0; | ||
@@ -20,0 +20,0 @@ _this._success = true; |
@@ -17,3 +17,3 @@ // ------------------------------------------------------------------------------ | ||
function SequenceMacro() { | ||
var _this = _super.apply(this, arguments) || this; | ||
var _this = _super !== null && _super.apply(this, arguments) || this; | ||
_this._executionIndex = 0; | ||
@@ -20,0 +20,0 @@ _this._success = true; |
@@ -54,3 +54,3 @@ // ------------------------------------------------------------------------------ | ||
for (var _i = 0; _i < arguments.length; _i++) { | ||
guards[_i - 0] = arguments[_i]; | ||
guards[_i] = arguments[_i]; | ||
} | ||
@@ -63,3 +63,3 @@ this._guards = this._guards.concat(guards); | ||
for (var _i = 0; _i < arguments.length; _i++) { | ||
hooks[_i - 0] = arguments[_i]; | ||
hooks[_i] = arguments[_i]; | ||
} | ||
@@ -72,3 +72,3 @@ this._hooks = this._hooks.concat(hooks); | ||
for (var _i = 0; _i < arguments.length; _i++) { | ||
payloads[_i - 0] = arguments[_i]; | ||
payloads[_i] = arguments[_i]; | ||
} | ||
@@ -75,0 +75,0 @@ for (var i = 0; i < payloads.length; i++) { |
{ | ||
"name": "robotlegs-macrobot", | ||
"version": "1.0.0-alpha.6", | ||
"version": "1.0.0-alpha.7", | ||
"description": "TypeScript port of Robotlegs Utilities Macrobot", | ||
@@ -38,10 +38,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"robotlegs": "^1.0.0-alpha.12" | ||
"robotlegs": "^1.0.0-alpha.13" | ||
}, | ||
"devDependencies": { | ||
"@types/bluebird": "^3.0.35", | ||
"@types/bluebird": "^3.0.37", | ||
"@types/chai": "^3.4.34", | ||
"@types/mocha": "^2.2.32", | ||
"@types/sinon": "^1.16.31", | ||
"bluebird": "^3.4.6", | ||
"@types/mocha": "^2.2.39", | ||
"@types/sinon": "^1.16.34", | ||
"bluebird": "^3.4.7", | ||
"browserify-versionify": "^1.0.6", | ||
@@ -52,6 +52,6 @@ "chai": "^3.5.0", | ||
"glslify": "^6.0.1", | ||
"imports-loader": "^0.6.5", | ||
"istanbul": "^1.1.0-alpha.1", | ||
"imports-loader": "^0.7.0", | ||
"istanbul": "^0.4.5", | ||
"istanbul-instrumenter-loader": "^0.2.0", | ||
"karma": "^1.3.0", | ||
"karma": "^1.4.1", | ||
"karma-chai": "^0.1.0", | ||
@@ -62,30 +62,30 @@ "karma-chai-sinon": "^0.1.5", | ||
"karma-es6-shim": "^1.0.0", | ||
"karma-jasmine": "^1.0.2", | ||
"karma-jasmine": "^1.1.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-mocha-reporter": "^2.2.0", | ||
"karma-mocha-reporter": "^2.2.2", | ||
"karma-phantomjs-launcher": "^1.0.2", | ||
"karma-remap-istanbul": "^0.2.1", | ||
"karma-remap-istanbul": "^0.6.0", | ||
"karma-sinon": "^1.0.5", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-sourcemap-writer": "^0.1.2", | ||
"karma-webpack": "^1.8.0", | ||
"mocha": "^3.1.2", | ||
"karma-webpack": "^2.0.2", | ||
"mocha": "^3.2.0", | ||
"publish-please": "^2.2.0", | ||
"reflect-metadata": "^0.1.8", | ||
"remap-istanbul": "^0.7.0", | ||
"reflect-metadata": "0.1.8", | ||
"remap-istanbul": "^0.9.0", | ||
"rimraf": "^2.5.4", | ||
"sinon": "^2.0.0-pre.4", | ||
"sinon": "^2.0.0-pre.5", | ||
"sinon-chai": "^2.8.0", | ||
"ts-loader": "^1.2.0", | ||
"ts-node": "^1.7.0", | ||
"tslint": "^3.15.1", | ||
"typedoc": "^0.5.1", | ||
"typescript": "^2.2.0-dev.20161111", | ||
"typescript-formatter": "^4.0.0", | ||
"webpack": "^2.1.0-beta.25", | ||
"webpack-dev-server": "^2.1.0-beta.10" | ||
"ts-loader": "^2.0.0", | ||
"ts-node": "^2.0.0", | ||
"tslint": "^4.4.2", | ||
"typedoc": "^0.5.5", | ||
"typescript": "^2.1.5", | ||
"typescript-formatter": "^4.1.0", | ||
"webpack": "^2.2.1", | ||
"webpack-dev-server": "^2.3.0" | ||
}, | ||
"peerDependencies": { | ||
"reflect-metadata": "^0.1.8" | ||
"reflect-metadata": "0.1.8" | ||
} | ||
} |
@@ -9,4 +9,3 @@ RobotlegsJS Macrobot Utility | ||
[](https://badge.fury.io/js/robotlegs-macrobot) | ||
[](https://david-dm.org/GoodgameStudios/RobotlegsJS-Macrobot) | ||
[](https://david-dm.org/GoodgameStudios/RobotlegsJS-Macrobot?type=dev) | ||
[](https://greenkeeper.io/) | ||
@@ -13,0 +12,0 @@ [](https://nodei.co/npm/robotlegs-macrobot/) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
218297
301.79%55
1.85%0
-100%14
-6.67%+ Added
Updated