npm package diff

Package: @forge/runtime

Versions: 6.0.0-next.0-experimental-97e4b11 - 6.0.0-next.1

File: package/out/feature-flag.d.ts

Index: package/out/feature-flag.d.ts
===================================================================
--- package/out/feature-flag.d.ts
+++ package/out/feature-flag.d.ts
@@ -1,15 +0,0 @@
-import { Metadata } from './request';
-export declare const SHOULD_ATTACH_TOKEN_FOR_ATLASSIAN_ACCOUNT = "should-attach-token-for-atlassian-account";
-export declare const SHOULD_ATTACH_TOKEN_FOR_APP = "should-attach-token-for-app";
-export declare const XEN_RUNTIME_ENABLE_EGRESS_FILTER = "xen-runtime-enable-egress-filter";
-export declare const XEN_RUNTIME_EGRESS_DISCLOSURE_ENABLED = "xen-runtime-egress-disclosure-enabled";
-export declare const XEN_RUNTIME_ENABLE_NETWORK_LIMITS = "xen-runtime-enable-network-limits";
-export declare const XEN_RUNTIME_SHOULD_BLOCK_EXTERNAL_FETCH = "xen-runtime-should-block-external-fetch";
-export declare const XEN_RUNTIME_SHOULD_REPORT_METRICS = "xen-runtime-should-report-metrics";
-export declare class FeatureFlags {
-    private flags;
-    static fromRequestMetaData(metaData: Metadata): FeatureFlags;
-    constructor(flags: string[]);
-    isFeatureFlagEnabled(flag: string): boolean;
-}
-//# sourceMappingURL=feature-flag.d.ts.map
\ No newline at end of file