Comparing version 5.2.0 to 5.2.1-1574014343190
@@ -134,3 +134,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; }; }(); | ||
return entities.sort(function (a, b) { | ||
return a.id > b.id ? 1 : -1; | ||
return a.rawId > b.rawId ? 1 : -1; | ||
}); | ||
@@ -156,3 +156,3 @@ } | ||
}, []).sort(function (a, b) { | ||
return a.id > b.id ? 1 : -1; | ||
return a.rawId > b.rawId ? 1 : -1; | ||
}); | ||
@@ -159,0 +159,0 @@ } |
@@ -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"; | ||
_this.version = "5.2.1-1574014343190"; | ||
_this.debuggerWatchMap = {}; | ||
@@ -66,0 +66,0 @@ _this.debuggerComputedMap = {}; |
@@ -9,3 +9,6 @@ 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.id = 'Watch_' + Watch.nextWatchId++; | ||
var id = Watch.nextWatchId++; | ||
this.id = 'Watch_' + id; | ||
this.rawId = id; | ||
this.name = null; | ||
@@ -12,0 +15,0 @@ this.type = type; |
@@ -140,3 +140,3 @@ 'use strict'; | ||
return entities.sort(function (a, b) { | ||
return a.id > b.id ? 1 : -1; | ||
return a.rawId > b.rawId ? 1 : -1; | ||
}); | ||
@@ -162,3 +162,3 @@ } | ||
}, []).sort(function (a, b) { | ||
return a.id > b.id ? 1 : -1; | ||
return a.rawId > b.rawId ? 1 : -1; | ||
}); | ||
@@ -165,0 +165,0 @@ } |
@@ -81,3 +81,3 @@ 'use strict'; | ||
_this.version = "5.2.0"; | ||
_this.version = "5.2.1-1574014343190"; | ||
_this.debuggerWatchMap = {}; | ||
@@ -84,0 +84,0 @@ _this.debuggerComputedMap = {}; |
@@ -15,3 +15,6 @@ 'use strict'; | ||
this.id = 'Watch_' + Watch.nextWatchId++; | ||
var id = Watch.nextWatchId++; | ||
this.id = 'Watch_' + id; | ||
this.rawId = id; | ||
this.name = null; | ||
@@ -18,0 +21,0 @@ this.type = type; |
{ | ||
"name": "cerebral", | ||
"version": "5.2.0", | ||
"version": "5.2.1-1574014343190", | ||
"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" | ||
"function-tree": "^3.3.1-1574014343190" | ||
}, | ||
@@ -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
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
808701
8153
1