@wollemia/remote-metadata 0.1.1 → 0.1.2
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,10 @@ The published npm package contains one file at the top level:
|
|
|
23
23
|
- `worldRegionToTz`
|
|
24
24
|
- `alpha2ToWorldRegion`
|
|
25
25
|
|
|
26
|
+
You can validate this JSON with the schema in:
|
|
27
|
+
|
|
28
|
+
- `packages/data/remote-metadata/remote-data.schema.json`
|
|
29
|
+
|
|
26
30
|
The shape of these values matches the exports from `@kit/data-remote`.
|
|
27
31
|
|
|
28
32
|
## How it is generated
|