roamjs-components 0.77.15 → 0.77.16

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "roamjs-components",
3
3
  "description": "Expansive toolset, utilities, & components for developing RoamJS extensions.",
4
- "version": "0.77.15",
4
+ "version": "0.77.16",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "scripts": {
package/types/native.d.ts CHANGED
@@ -181,6 +181,7 @@ export declare type PullBlock = {
181
181
  ":first-day-of-week"?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
182
182
  };
183
183
  ":user/uid"?: string;
184
+ ":user/email"?: string;
184
185
  };
185
186
  export declare type RoamPullResult = RoamPull | null;
186
187
  export declare type ViewType = "document" | "bullet" | "numbered";