@transistorsoft/background-geolocation-types 5.1.0 → 5.1.1

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.
@@ -23,7 +23,8 @@ export interface MotionActivity {
23
23
  confidence: number;
24
24
  }
25
25
  export interface Location {
26
- timestamp: string;
26
+ timestamp: string | number;
27
+ recorded_at: string | number;
27
28
  age: number;
28
29
  odometer: number;
29
30
  odometer_error: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transistorsoft/background-geolocation-types",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "type": "commonjs",
5
5
  "description": "Shared TypeScript type definitions and documentation for Transistor Software's Background Geolocation SDKs (React Native, Capacitor, Cordova)",
6
6
  "author": "Transistor Software <info@transistorsoft.com>",