@globalfishingwatch/i18n-labels 1.2.77 → 1.2.78

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.
Files changed (2) hide show
  1. package/en/datasets.json +1 -1
  2. package/package.json +1 -1
package/en/datasets.json CHANGED
@@ -1516,7 +1516,7 @@
1516
1516
  "schema": {}
1517
1517
  },
1518
1518
  "public-eez-boundaries": {
1519
- "name": "Areas boundaries for eez",
1519
+ "name": "EEZs",
1520
1520
  "description": "EEZs boundaries are shown as solid lines for '200 NM', 'Treaty', 'Median line', 'Joint regime', 'Connection Line', 'Unilateral claim (undisputed)' and dashed lines for 'Joint regime', 'Unsettled', 'Unsettled median line' based on the 'LINE_TYPE' field. Flanders Marine Institute (2019). Maritime Boundaries Geodatabase: Maritime Boundaries and Exclusive Economic Zones (200NM), version 11. Source: marineregions.org",
1521
1521
  "schema": {}
1522
1522
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalfishingwatch/i18n-labels",
3
- "version": "1.2.77",
3
+ "version": "1.2.78",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "yarn kill && serve -p 8000 --cors=true",