simple-boot-core
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -11,4 +11,3 @@ "use strict"; | ||
var _this = this; | ||
var _a; | ||
(_a = this.simstanceManager) === null || _a === void 0 ? void 0 : _a.getSimConfig(it.scheme).forEach(function (data) { | ||
this.simstanceManager.getSimConfig(it.scheme).forEach(function (data) { | ||
var _a, _b; | ||
@@ -15,0 +14,0 @@ var orNewSim = (_a = _this.simstanceManager) === null || _a === void 0 ? void 0 : _a.getOrNewSim(data.type); |
{ | ||
"name": "simple-boot-core", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"main": "SimpleApplication.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -87,3 +87,3 @@ "use strict"; | ||
var it_1 = _a[_i]; | ||
var pathnameData = intent.getPathnameData(it_1); | ||
var pathnameData = intent.getPathnameData(urlRoot + it_1); | ||
if (pathnameData) { | ||
@@ -90,0 +90,0 @@ var rm = new RouterModule_1.RouterModule(this, this[it_1]); |
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
82483
1868