@libj/misc
Advanced tools
Comparing version 0.1.0 to 0.1.1
import { ConfigBag } from './ConfigBag'; | ||
import { FormattedError } from './FormattedError'; | ||
export { ConfigBag, FormattedError }; | ||
import { resolveConfig } from './resolveConfig'; | ||
export { ConfigBag, FormattedError, resolveConfig }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FormattedError = exports.ConfigBag = void 0; | ||
exports.resolveConfig = exports.FormattedError = exports.ConfigBag = void 0; | ||
var ConfigBag_1 = require("./ConfigBag"); | ||
@@ -8,2 +8,4 @@ Object.defineProperty(exports, "ConfigBag", { enumerable: true, get: function () { return ConfigBag_1.ConfigBag; } }); | ||
Object.defineProperty(exports, "FormattedError", { enumerable: true, get: function () { return FormattedError_1.FormattedError; } }); | ||
var resolveConfig_1 = require("./resolveConfig"); | ||
Object.defineProperty(exports, "resolveConfig", { enumerable: true, get: function () { return resolveConfig_1.resolveConfig; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -7,3 +7,3 @@ { | ||
"name": "@libj/misc", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Miscellaneous", | ||
@@ -29,3 +29,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>", | ||
], | ||
"gitHead": "d7fca6f05b4d2aeaeba073f72463ed8e21a7f6b3" | ||
"gitHead": "512de61e4e1190100f2e4a8b86c9c1a9e14f944f" | ||
} |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12821
168
0