Comparing version 0.1.4 to 0.1.5
@@ -31,3 +31,3 @@ const $ = require('./cache'); | ||
const isNotUsed = (step) => !used.has(step); | ||
const maxDist = (a, b) => b[1] - a[1]; | ||
const maxDist = (a, b) => b.dist - a.dist; | ||
@@ -34,0 +34,0 @@ const walk = $.PQ.from([{step: to, dist: 0, count: 0}], {revSort: maxDist}); |
{ | ||
"name": "asclasit", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "ASync CLasses + ASync ITerators", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
333914