Comparing version
@@ -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.0-1570346820840"; | ||
_this.version = "5.2.0-1570356110414"; | ||
_this.debuggerWatchMap = {}; | ||
@@ -66,0 +66,0 @@ _this.debuggerComputedMap = {}; |
@@ -60,3 +60,3 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } } | ||
var pathArg = argsCopy.shift(); | ||
var path = ensurePath(context.resolve.path(pathArg)); | ||
var path = ensurePath(context.resolve.isTag(pathArg) ? context.resolve.path(pathArg) : pathArg); | ||
@@ -63,0 +63,0 @@ argsCopy = argsCopy.map(function (arg) { |
@@ -81,3 +81,3 @@ 'use strict'; | ||
_this.version = "5.2.0-1570346820840"; | ||
_this.version = "5.2.0-1570356110414"; | ||
_this.debuggerWatchMap = {}; | ||
@@ -84,0 +84,0 @@ _this.debuggerComputedMap = {}; |
@@ -72,3 +72,3 @@ 'use strict'; | ||
var pathArg = argsCopy.shift(); | ||
var path = (0, _utils.ensurePath)(context.resolve.path(pathArg)); | ||
var path = (0, _utils.ensurePath)(context.resolve.isTag(pathArg) ? context.resolve.path(pathArg) : pathArg); | ||
@@ -75,0 +75,0 @@ argsCopy = argsCopy.map(function (arg) { |
{ | ||
"name": "cerebral", | ||
"version": "5.2.0-1570346820840", | ||
"version": "5.2.0-1570356110414", | ||
"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-1570346820840" | ||
"function-tree": "^3.3.1-1570356110414" | ||
}, | ||
@@ -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
806796
0.04%