@pulsecharterconnect/types 0.1.52 → 0.1.53

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.
@@ -98,7 +98,7 @@ export interface ITripAirSegment extends ITripSegment {
98
98
  passengers: ITripParticipant[];
99
99
  scheduledTailNumber?: string;
100
100
  actualTailNumber?: string;
101
- currentLocaton?: {
101
+ currentLocation?: {
102
102
  lat: number;
103
103
  lng: number;
104
104
  altitude: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.1.52",
3
+ "version": "0.1.53",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",