howsmydriving-dummy
Advanced tools
Comparing version 0.1.25 to 0.1.26
@@ -160,5 +160,6 @@ "use strict"; | ||
exports.DummyRegion = DummyRegion; | ||
logging_1.log.debug("Creating DummyRegion instance with region name " + common_1.__REGION_NAME__ + "."); | ||
var RegionInstance = new DummyRegion(common_1.__REGION_NAME__); | ||
var RegionInstance; | ||
exports.default = RegionInstance; | ||
exports.Region = RegionInstance; | ||
logging_1.log.info("Creating DummyRegion instance with region name " + common_1.__REGION_NAME__ + "."); | ||
exports.Region = exports.default = RegionInstance = new DummyRegion(common_1.__REGION_NAME__); |
{ | ||
"name": "howsmydriving-dummy", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"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
18602
381