@web/config-loader
Advanced tools
Comparing version 0.0.0-canary-20230405181124 to 0.0.0-canary-20230416222938
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.0.0-canary-20230405181124", | ||
"version": "0.0.0-canary-20230416222938", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
11494
209