@globalfishingwatch/i18n-labels 1.2.47 → 1.2.48

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 +2 -2
  2. package/package.json +5 -4
package/en/datasets.json CHANGED
@@ -585,7 +585,7 @@
585
585
  }
586
586
  },
587
587
  "private-indonesia-ipnlf-presence": {
588
- "name": "IPNLF",
588
+ "name": "AP2HI-IPLNF",
589
589
  "description": "IPNLF Presence",
590
590
  "schema": {
591
591
  "lat": "lat",
@@ -605,7 +605,7 @@
605
605
  }
606
606
  },
607
607
  "private-indonesia-ipnlf-vessels": {
608
- "name": "Indonesia IPNLF (Vessels)",
608
+ "name": "Indonesia AP2HI-IPNLF (Vessels)",
609
609
  "description": "Vessels (Indonesia IPNLF)",
610
610
  "schema": {
611
611
  "id": "id",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalfishingwatch/i18n-labels",
3
- "version": "1.2.47",
3
+ "version": "1.2.48",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "yarn kill && serve -p 8000 --cors=true",
@@ -23,7 +23,8 @@
23
23
  "access": "public",
24
24
  "registry": "https://registry.npmjs.org/"
25
25
  },
26
- "main": "./index.umd.js",
27
- "module": "./index.esm.js",
28
- "typings": "./index.d.ts"
26
+ "module": "./index.js",
27
+ "main": "./index.js",
28
+ "type": "module",
29
+ "types": "./index.d.ts"
29
30
  }