npm package diff

Package: @forge/cli-shared

Versions: 6.6.2-next.1 - 6.6.2-next.2

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
@@ -124,15 +124,8 @@
         catch {
             throw new InvalidManifestError();
         }
     }
-    readConfigAsString() {
-        const manifestFileContents = this.fileReader.readFile(_1.manifestFileName);
-        return this.manifestParser.parseManifestAsString({
-            content: manifestFileContents,
-            filePath: _1.manifestFileName
-        });
-    }
     async snapshotsEnabled() {
         const config = await this.readConfig();
         const entry = config.app?.runtime?.snapshots;
         return entry || entry === undefined;