feedly-widget 0.1.7 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,3 +4,6 @@ export declare function saveIdentity(identity: StoredTesterIdentity): void;
4
4
  export declare function clearIdentity(): void;
5
5
  export declare function savePinIntent(projectId: string, annotationId: string): void;
6
6
  export declare function consumePinIntent(projectId: string): string | null;
7
+ export declare function capturePendingInvite(): string | null;
8
+ export declare function loadPendingInvite(): string | null;
9
+ export declare function clearPendingInvite(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feedly-widget",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "Visual feedback annotation widget. Drop into any web app and let testers annotate live.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",