npm package diff
Package: @forge/cli-shared
Versions: 6.6.2-next.5 - 6.6.2-next.6
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,5 +1,6 @@
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<{}>;
@@ -7,7 +8,8 @@
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