Comparing version 0.1.0 to 0.1.1
import { H3lp } from './manager/h3lp'; | ||
export { H3lp } from './manager/h3lp'; | ||
export * from './model/delta'; | ||
export declare const h3lp: H3lp; |
@@ -17,8 +17,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.h3lp = exports.H3lp = void 0; | ||
exports.h3lp = void 0; | ||
const h3lp_1 = require("./manager/h3lp"); | ||
var h3lp_2 = require("./manager/h3lp"); | ||
Object.defineProperty(exports, "H3lp", { enumerable: true, get: function () { return h3lp_2.H3lp; } }); | ||
__exportStar(require("./model/delta"), exports); | ||
exports.h3lp = new h3lp_1.H3lp(); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "h3lp", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Helper for nodeJs", | ||
@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3
112781
1461