simple-boot-core
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "simple-boot-core", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "SimpleApplication.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -32,2 +32,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
this._storage.set(SimstanceManager, this); | ||
this._storage.set(option.constructor, option); | ||
this._storage.set(SimOption, option); | ||
@@ -34,0 +35,0 @@ } |
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
57812
1395