@globalfishingwatch/data-transforms
Advanced tools
Comparing version 1.0.1 to 1.0.2
# @globalfishingwatch/data-transforms | ||
## 1.0.2 | ||
### Patch Changes | ||
- Release fishing-map | ||
## 1.0.1 | ||
### Patch Changes | ||
- 32001ce: Data transform initial release |
{ | ||
"name": "@globalfishingwatch/data-transforms", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Utils to decode various data formats", | ||
@@ -13,3 +13,7 @@ "main": "dist/index.js", | ||
"prepublishOnly": "yarn build" | ||
} | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "a8d734fa71684d2ebc718cf03de1330ee85c8740" | ||
} |
11772