deep-core
Advanced tools
Comparing version 1.9.2 to 1.9.3
@@ -7,2 +7,6 @@ /** | ||
/** | ||
* Base exception | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -20,12 +24,2 @@ value: true | ||
console.log(test()); | ||
function test() { | ||
return '10'; | ||
} | ||
/** | ||
* Base exception | ||
*/ | ||
let Exception = exports.Exception = function (_Extendable) { | ||
@@ -32,0 +26,0 @@ _inherits(Exception, _Extendable); |
{ | ||
"name": "deep-core", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"description": "DEEP Core Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
110571
2744