npm package diff

Package: @forge/manifest

Versions: 7.7.0-next.5 - 7.7.0-next.6

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
@@ -0,0 +1,8 @@
+import { ManifestParser } from './manifest-parser';
+export declare class ManifestParserBuilder {
+    private manifestInterpolatorManager;
+    constructor();
+    withInterpolators(): ManifestParserBuilder;
+    build(): ManifestParser;
+}
+//# sourceMappingURL=manifest-parser-builder.d.ts.map
\ No newline at end of file