@globalfishingwatch/data-transforms
Advanced tools
Comparing version 1.0.2 to 1.0.3
# @globalfishingwatch/data-transforms | ||
## 1.0.3 | ||
### Patch Changes | ||
- 8cbf187: added the night property to the Field declaration | ||
## 1.0.2 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
export{D as DEFAULT_NULL_VALUE,F as Field,T as TRACK_FIELDS,t as trackValueArrayToSegments}from"./track-value-array-to-segments-e8abd8af.js"; | ||
export{D as DEFAULT_NULL_VALUE,F as Field,T as TRACK_FIELDS,t as trackValueArrayToSegments}from"./track-value-array-to-segments-fcfa5772.js"; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export{D as DEFAULT_NULL_VALUE,F as Field,T as TRACK_FIELDS,t as trackValueArrayToSegments}from"../track-value-array-to-segments-e8abd8af.js"; | ||
export{D as DEFAULT_NULL_VALUE,F as Field,T as TRACK_FIELDS,t as trackValueArrayToSegments}from"../track-value-array-to-segments-fcfa5772.js"; | ||
//# sourceMappingURL=index.js.map |
@@ -8,3 +8,4 @@ export declare enum Field { | ||
speed = "speed", | ||
course = "course" | ||
course = "course", | ||
night = "night" | ||
} | ||
@@ -11,0 +12,0 @@ export declare type Point = Partial<Record<Field, number | null>>; |
{ | ||
"name": "@globalfishingwatch/data-transforms", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Utils to decode various data formats", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "a8d734fa71684d2ebc718cf03de1330ee85c8740" | ||
"gitHead": "a40f7ab4054fdd94f8dda9ee301792c145a771fb" | ||
} |
@@ -9,2 +9,3 @@ export enum Field { | ||
course = 'course', | ||
night = 'night', | ||
} | ||
@@ -11,0 +12,0 @@ |
Sorry, the diff of this file is not supported yet
11963
125