npm package diff

Package: @forge/events

Versions: 2.0.10-next.0 - 2.0.10-next.0-experimental-4cf7fd3

File: package/out/fifoQueue.d.ts

Index: package/out/fifoQueue.d.ts
===================================================================
--- package/out/fifoQueue.d.ts
+++ package/out/fifoQueue.d.ts
@@ -0,0 +1,7 @@
+import { Queue } from './queue';
+export declare class FifoQueue extends Queue {
+    protected isFifo(): boolean;
+    protected validate(): void;
+    protected getEndpoint(): string;
+}
+//# sourceMappingURL=fifoQueue.d.ts.map
\ No newline at end of file