npm package diff

Package: @forge/cli-shared

Versions: 5.4.1-next.5 - 5.5.0-next.6

File: package/out/config/config-file.js

Index: package/out/config/config-file.js
===================================================================
--- package/out/config/config-file.js
+++ package/out/config/config-file.js
@@ -29,9 +29,9 @@
     manifestParser;
     constructor(fileReader, fileWriter) {
         this.fileReader = fileReader;
         this.fileWriter = fileWriter;
-        this.manifestParser = new manifest_1.ManifestParser(process.env);
+        this.manifestParser = new manifest_1.ManifestParserBuilder().withInterpolators().build();
     }
     async getAppHandlers() {
         const config = await this.readConfig();
         const functions = config.modules?.function ?? [];