@ham2k/lib-cqmag-data 0.0.9 → 0.0.11

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/data/wae.json CHANGED
@@ -9,7 +9,9 @@
9
9
  "prefixes": ["IG9", "IH9"],
10
10
  "name": "African Italy",
11
11
  "fullName": "African Italy",
12
- "shortName": "African Italy"
12
+ "shortName": "African Italy",
13
+ "iota": "AF-018",
14
+ "iota2": "AF-019"
13
15
  },
14
16
  "IT9": {
15
17
  "entityPrefix": "*IT9",
@@ -20,7 +22,8 @@
20
22
  "prefixes": ["IT9"],
21
23
  "name": "Sicily",
22
24
  "fullName": "Sicily (Italy)",
23
- "shortName": "Sicily"
25
+ "shortName": "Sicily",
26
+ "iota": "EU-025"
24
27
  },
25
28
  "JW/b": {
26
29
  "entityPrefix": "*JW/b",
@@ -31,7 +34,8 @@
31
34
  "prefixes": ["JW/b"],
32
35
  "name": "Bear I.",
33
36
  "fullName": "Bear Island",
34
- "shortName": "Bear I."
37
+ "shortName": "Bear I.",
38
+ "iota": "EU-027"
35
39
  },
36
40
  "TA1": {
37
41
  "entityPrefix": "*TA1",
@@ -64,6 +68,7 @@
64
68
  "prefixes": ["GM/s"],
65
69
  "name": "Shetland Is.",
66
70
  "fullName": "Shetland Islands",
67
- "shortName": "Shetland Is."
71
+ "shortName": "Shetland Is.",
72
+ "iota": "EU-012"
68
73
  }
69
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ham2k/lib-cqmag-data",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "type": "commonjs",
5
5
  "exports": {
6
6
  ".": "./src/index.js"