npm package diff
Package: @forge/manifest
Versions: 8.4.1 - 8.4.1-experimental-f38fac9
File: package/out/utils/manifest-parser-builder.d.ts
Index: package/out/utils/manifest-parser-builder.d.ts
===================================================================
--- package/out/utils/manifest-parser-builder.d.ts
+++ package/out/utils/manifest-parser-builder.d.ts
@@ -1,8 +1,8 @@
import { ManifestParser } from './manifest-parser';
export declare class ManifestParserBuilder {
private manifestInterpolatorManager;
constructor();
- withInterpolators(): ManifestParserBuilder;
+ withInterpolators(manifestPath: string): ManifestParserBuilder;
build(): ManifestParser;
}
//# sourceMappingURL=manifest-parser-builder.d.ts.map
\ No newline at end of file