@lskjs/err
Advanced tools
Comparing version 2.3.0-beta.58 to 2.3.0-beta.86
14
index.js
@@ -71,2 +71,16 @@ "use strict"; | ||
}); | ||
var _types = require("./types"); | ||
Object.keys(_types).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _types[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _types[key]; | ||
} | ||
}); | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@lskjs/err", | ||
"version": "2.3.0-beta.58", | ||
"version": "2.3.0-beta.86", | ||
"description": "LSK.js – err – Error class and utils for custom code and message extracting", | ||
@@ -29,3 +29,4 @@ "keywords": [], | ||
}, | ||
"_type": "module" | ||
"_type": "module", | ||
"gitHead": "09d9dfcce60addaea2b1b0cbe4a1ac7b91ae7a36" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
16
411
49717