@web/config-loader
Advanced tools
Comparing version 0.1.3 to 0.2.0
export = ConfigLoaderError; | ||
declare class ConfigLoaderError extends Error { | ||
constructor(message?: string | undefined); | ||
} | ||
//# sourceMappingURL=ConfigLoaderError.d.ts.map |
@@ -7,4 +7,4 @@ /** | ||
export function readConfig(name: string, customPath?: string | undefined, basedir?: string | undefined): Promise<any>; | ||
import ConfigLoaderError = require("./ConfigLoaderError"); | ||
import ConfigLoaderError = require("./ConfigLoaderError.js"); | ||
export { ConfigLoaderError }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@web/config-loader", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"publishConfig": { | ||
@@ -18,3 +18,3 @@ "access": "public" | ||
"engines": { | ||
"node": ">=10.0.0" | ||
"node": ">=16.0.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "scripts": { |
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
11472
106251
25
209