howsmydriving-dummy
Advanced tools
Comparing version 0.1.90 to 0.1.91
import { ICitation, Citation, ICollision, Region, RegionFactory, IStateStore } from 'howsmydriving-utils'; | ||
export declare class DummyRegionFactory extends RegionFactory { | ||
name: string; | ||
createRegion(state_store: IStateStore): Promise<Region>; | ||
@@ -4,0 +5,0 @@ } |
@@ -64,3 +64,5 @@ "use strict"; | ||
function DummyRegionFactory() { | ||
return _super !== null && _super.apply(this, arguments) || this; | ||
var _this = _super !== null && _super.apply(this, arguments) || this; | ||
_this.name = logging_1.__REGION_NAME__; | ||
return _this; | ||
} | ||
@@ -67,0 +69,0 @@ DummyRegionFactory.prototype.createRegion = function (state_store) { |
{ | ||
"name": "howsmydriving-dummy", | ||
"version": "0.1.90", | ||
"version": "0.1.91", | ||
"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
37357
710