simple-boot-core
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
export var SimGlobal = new (function () { | ||
var g = new (function () { | ||
function class_1() { | ||
@@ -17,1 +17,2 @@ this.storage = new Set(); | ||
}())(); | ||
export var SimGlobal = global ? (global.SimGlobal = g) : (window ? window.SimGlobal = g : g); |
{ | ||
"name": "simple-boot-core", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "SimpleApplication.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
57891
1396