@globalfishingwatch/i18n-labels 1.3.13 → 1.3.17

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.
package/README.md CHANGED
@@ -37,21 +37,7 @@ yarn|pnpm add @globalfishingwatch/i18n-labels
37
37
 
38
38
  ## Available Resources
39
39
 
40
- ### 1. Datasets (`datasets.json`)
41
-
42
- Contains translations for dataset names, descriptions and schema definitions.
43
-
44
- Example usage:
45
-
46
- ```typescript
47
- import { datasets } from '@globalfishingwatch/i18n-labels'
48
-
49
- // Access dataset information
50
- const bathymetryInfo = datasets['public-global-bathymetry']
51
- console.log(bathymetryInfo.name) // "Bathymetry"
52
- ```
53
-
54
- ### 2. Flags (`flags.json`)
40
+ ### 1. Flags (`flags.json`)
55
41
 
56
42
  Contains country names mapped to their ISO-3 codes.
57
43
 
@@ -63,7 +49,7 @@ import { flags } from '@globalfishingwatch/i18n-labels'
63
49
  console.log(flags.USA) // "United States of America"
64
50
  ```
65
51
 
66
- ### 3. Timebar (`timebar.json`)
52
+ ### 2. Timebar (`timebar.json`)
67
53
 
68
54
  Contains translations for the time navigation interface elements:
69
55
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- export { default as datasets } from './source/datasets.json';
2
1
  export { default as flags } from './source/flags.json';
3
2
  export { default as timebar } from './source/timebar.json';
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,uBAAuB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,uBAAuB,CAAA"}
package/dist/index.js CHANGED
@@ -1,4 +1,3 @@
1
- export { default as datasets } from './source/datasets.json';
2
1
  export { default as flags } from './source/flags.json';
3
2
  export { default as timebar } from './source/timebar.json';
4
3
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,uBAAuB,CAAA","sourcesContent":["export { default as datasets } from './source/datasets.json'\nexport { default as flags } from './source/flags.json'\nexport { default as timebar } from './source/timebar.json'\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,uBAAuB,CAAA","sourcesContent":["export { default as flags } from './source/flags.json'\nexport { default as timebar } from './source/timebar.json'\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalfishingwatch/i18n-labels",
3
- "version": "1.3.13",
3
+ "version": "1.3.17",
4
4
  "description": "i18n label translations for Global Fishing Watch applications",
5
5
  "author": "satellitestudio <contact@satellitestud.io>",
6
6
  "repository": {
@@ -28,7 +28,6 @@
28
28
  "dist"
29
29
  ],
30
30
  "devDependencies": {
31
- "cross-env": "^10.1.0",
32
31
  "prettier": "3.8.0",
33
32
  "rimraf": "6.1.2"
34
33
  },