Comparing version 5.2.1-1584600462250 to 5.2.1-1584683380023
@@ -63,3 +63,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.version = "5.2.1-1584600462250"; | ||
_this.version = "5.2.1-1584683380023"; | ||
_this.debuggerWatchMap = {}; | ||
@@ -66,0 +66,0 @@ _this.debuggerComputedMap = {}; |
@@ -85,2 +85,3 @@ export { _runSequence as runSequence }; | ||
controller.off('functionEnd', actionEnd); | ||
controller.off('error', error); | ||
}; | ||
@@ -90,2 +91,3 @@ | ||
controller.on('functionEnd', actionEnd); | ||
controller.on('error', error); | ||
var seq = controller.getSequence(isSequence ? 'sequence' : sequence); | ||
@@ -92,0 +94,0 @@ if (typeof seq === 'function') { |
@@ -81,3 +81,3 @@ 'use strict'; | ||
_this.version = "5.2.1-1584600462250"; | ||
_this.version = "5.2.1-1584683380023"; | ||
_this.debuggerWatchMap = {}; | ||
@@ -84,0 +84,0 @@ _this.debuggerComputedMap = {}; |
@@ -109,2 +109,3 @@ 'use strict'; | ||
controller.off('functionEnd', actionEnd); | ||
controller.off('error', error); | ||
}; | ||
@@ -114,2 +115,3 @@ | ||
controller.on('functionEnd', actionEnd); | ||
controller.on('error', error); | ||
var seq = controller.getSequence(isSequence ? 'sequence' : sequence); | ||
@@ -116,0 +118,0 @@ if (typeof seq === 'function') { |
{ | ||
"name": "cerebral", | ||
"version": "5.2.1-1584600462250", | ||
"version": "5.2.1-1584683380023", | ||
"description": "A state controller with its own debugger", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"es6-error": "^4.0.2", | ||
"function-tree": "^3.3.1-1584600462250" | ||
"function-tree": "^3.3.1-1584683380023" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
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
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
808829
8149