@libj/misc
Advanced tools
Comparing version 0.1.1 to 0.2.0
import { ConfigBag } from './ConfigBag'; | ||
import { FormattedError } from './FormattedError'; | ||
import { resolveConfig } from './resolveConfig'; | ||
import { resolveConfig } from './resolveConfig/resolveConfig'; | ||
export { ConfigBag, FormattedError, resolveConfig }; |
@@ -8,4 +8,4 @@ "use strict"; | ||
Object.defineProperty(exports, "FormattedError", { enumerable: true, get: function () { return FormattedError_1.FormattedError; } }); | ||
var resolveConfig_1 = require("./resolveConfig"); | ||
var resolveConfig_1 = require("./resolveConfig/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.1", | ||
"version": "0.2.0", | ||
"description": "Miscellaneous", | ||
@@ -29,3 +29,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>", | ||
], | ||
"gitHead": "512de61e4e1190100f2e4a8b86c9c1a9e14f944f" | ||
"gitHead": "da69b0826cc0c8479ffc7a623069f92c5ceb9cc5" | ||
} |
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
20334
23
271