@wollemia/remote-metadata 0.1.0 → 0.1.1
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 +2 -2
- package/package.json +1 -1
- package/remote-data.json +2 -2
package/README.md
CHANGED
|
@@ -17,8 +17,8 @@ The published npm package contains one file at the top level:
|
|
|
17
17
|
- `countryNameToAlpha2`
|
|
18
18
|
- `timezoneLabels`
|
|
19
19
|
- `allowedShortTags`
|
|
20
|
-
- `
|
|
21
|
-
- `
|
|
20
|
+
- `timezoneLabelToOffsetHours`
|
|
21
|
+
- `timezoneLabelToAbbreviation`
|
|
22
22
|
- `worldRegionCopy`
|
|
23
23
|
- `worldRegionToTz`
|
|
24
24
|
- `alpha2ToWorldRegion`
|
package/package.json
CHANGED
package/remote-data.json
CHANGED
|
@@ -30647,7 +30647,7 @@
|
|
|
30647
30647
|
"k8",
|
|
30648
30648
|
"s3"
|
|
30649
30649
|
],
|
|
30650
|
-
"
|
|
30650
|
+
"timezoneLabelToOffsetHours": {
|
|
30651
30651
|
"Australian Central Daylight Saving Time": "1.5",
|
|
30652
30652
|
"Australian Central Standard Time": "9.5",
|
|
30653
30653
|
"Acre Time": "-5",
|
|
@@ -30849,7 +30849,7 @@
|
|
|
30849
30849
|
"Yakutsk Time": "9",
|
|
30850
30850
|
"Yekaterinburg Time": "5"
|
|
30851
30851
|
},
|
|
30852
|
-
"
|
|
30852
|
+
"timezoneLabelToAbbreviation": {
|
|
30853
30853
|
"Australian Central Daylight Saving Time": "ACDT",
|
|
30854
30854
|
"Australian Central Standard Time": "ACST",
|
|
30855
30855
|
"Acre Time": "ACT",
|