@globalfishingwatch/pbf
Advanced tools
Comparing version
# @globalfishingwatch/pbf | ||
## 1.0.9 | ||
### Patch Changes | ||
- Update bundle dependencies | ||
## 1.0.8 | ||
### Patch Changes | ||
- Release fishing-map |
{ | ||
"name": "@globalfishingwatch/pbf", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"private": false, | ||
@@ -12,7 +12,8 @@ "license": "MIT", | ||
"start": "yarn build", | ||
"build": "run-s clean build:pb:vessels:js build:pb:vessels:ts build:pb:4wings-tile:js", | ||
"build": "run-s build:pb:vessels:js build:pb:vessels:ts build:pb:4wings-tile:js", | ||
"build:pb:vessels:js": "pbjs ../../node_modules/tracks-cloud-function/src/proto/vessels.proto -t static-module -w commonjs -o decoders/vessels.js", | ||
"build:pb:vessels:ts": "pbts decoders/vessels.js -o decoders/vessels.d.ts", | ||
"build:pb:4wings-tile:js": "pbjs ./proto/4wings-tile.proto -t static-module -w commonjs -o decoders/4wings-tile.js", | ||
"prepare": "yarn build" | ||
"build:clean": "run-s clean build:pb:vessels:js build:pb:vessels:ts build:pb:4wings-tile:js", | ||
"prepare": "yarn build:clean" | ||
}, | ||
@@ -31,3 +32,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "a8d734fa71684d2ebc718cf03de1330ee85c8740" | ||
"gitHead": "f2a9742091fa876b2e589b6a07702023b94b5b87" | ||
} |
150982
0.1%