howsmydriving-dummy
Advanced tools
Comparing version 0.1.68 to 0.1.69
@@ -172,2 +172,3 @@ "use strict"; | ||
DummyRegion.prototype.GetLastCollisionsWithCondition = function (condition, count) { | ||
var _this = this; | ||
if (count === void 0) { count = 1; } | ||
@@ -177,3 +178,3 @@ return new Promise(function (resolve, reject) { | ||
var collision = new howsmydriving_utils_2.Collision({ | ||
id: "ID-" + condition, | ||
id: "ID-" + _this.name + "-" + condition, | ||
x: -122.32143015695232, | ||
@@ -180,0 +181,0 @@ y: 47.57391033893609, |
{ | ||
"name": "howsmydriving-dummy", | ||
"version": "0.1.68", | ||
"version": "0.1.69", | ||
"description": "Dummy region plug-in for @HowsMyDrivingWA.", | ||
@@ -5,0 +5,0 @@ "declaration": true, |
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
27020
519