need4deed-sdk 0.0.5 → 0.0.6

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/types/api.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
package/src/types/api.ts CHANGED
@@ -21,7 +21,7 @@ export interface EventN4D {
21
21
  type: EventN4DType;
22
22
  pic?: string; // or standard one depending on type
23
23
  time: string;
24
- location: string; // address
24
+ address: string; // address
25
25
  locationLink?: string; // to google maps
26
26
  locationComment?: string; // how to spot
27
27
  description: string;