npm package diff

Package: @forge/cli-shared

Versions: 6.7.0-next.10 - 6.7.0-next.11

File: package/out/config/config-file-section-reader.d.ts

Index: package/out/config/config-file-section-reader.d.ts
===================================================================
--- package/out/config/config-file-section-reader.d.ts
+++ package/out/config/config-file-section-reader.d.ts
@@ -1,6 +1,5 @@
 import * as t from 'io-ts';
-import { EcosystemAppAri } from '@forge/util/packages/ari';
 import { ConfigReader } from './config';
 import { Codec, CodecType, InnerType } from './config-codec-types';
 import { ConfigSectionReader } from './config-section';
 export declare const NO_VALIDATION: t.TypeC<{}>;
@@ -8,8 +7,7 @@
 export declare class ConfigFileSectionReader {
     private readonly configReader;
     constructor(configReader: ConfigReader);
     readConfigSection<K extends string, V extends Codec>(key: K, schema: CodecType<V>): Promise<InnerType<V> | 'missing' | 'invalid'>;
-    readAppId(): Promise<EcosystemAppAri>;
 }
 export declare const configFileReaderForSection: <K extends string, P extends Codec>(key: K, schema: CodecType<P>, configReader: ConfigReader) => ConfigSectionReader<InnerType<P>>;
 //# sourceMappingURL=config-file-section-reader.d.ts.map
\ No newline at end of file