npm package diff

Package: @forge/manifest

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

File: package/out/utils/manifest-parser.d.ts

Index: package/out/utils/manifest-parser.d.ts
===================================================================
--- package/out/utils/manifest-parser.d.ts
+++ package/out/utils/manifest-parser.d.ts
@@ -1,16 +1,14 @@
-import { ManifestSchema } from '../schema/manifest';
+import { ManifestInterpolatorManager } from '../interpolator/manifest-interpolator-manager';
 export declare class ManifestParserError extends Error {
     constructor(message: string);
     getAttributes(): {
         isUserError: boolean;
     };
 }
 export declare class ManifestParser {
-    private readonly envVarsRecord;
-    private envVarsToReplace;
-    constructor(envVarsRecord?: Record<string, string | undefined>);
-    parseManifest(manifest: string): ManifestSchema;
+    private manifestInterpolator;
+    constructor(manifestInterpolator: ManifestInterpolatorManager);
+    parseManifest(manifest: string): import("../index").ManifestSchema;
     parseManifestAsString: (manifest: string) => string;
-    private environmentVariableReviver;
 }
 //# sourceMappingURL=manifest-parser.d.ts.map
\ No newline at end of file