need4deed-sdk 0.0.91 → 0.0.93

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.
@@ -113,6 +113,7 @@ interface VolunteerGetListProps {
113
113
  statusMatch: VolunteerStateMatchType;
114
114
  statusCommunication: VolunteerStateCommunicationType;
115
115
  name: string;
116
+ email: string;
116
117
  avatarUrl: string;
117
118
  languages: ApiLanguage[];
118
119
  availability: ApiAvailability[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.91",
3
+ "version": "0.0.93",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",