@mdn/browser-compat-data 5.1.10 → 5.2.0
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 +7 -0
- package/data.json +1 -1
- package/package.json +1 -1
- package/types.d.ts +1 -0
package/README.md
CHANGED
|
@@ -76,6 +76,13 @@ Apart from the explicitly documented objects below, feature-level support data m
|
|
|
76
76
|
|
|
77
77
|
The package contains the following top-level objects:
|
|
78
78
|
|
|
79
|
+
### `__meta`
|
|
80
|
+
|
|
81
|
+
An object containing the following package metadata:
|
|
82
|
+
|
|
83
|
+
- `version` - the package version
|
|
84
|
+
- `timestamp` - the timestamp of when the package version was built
|
|
85
|
+
|
|
79
86
|
### [`api`](api)
|
|
80
87
|
|
|
81
88
|
Data for [Web API](https://developer.mozilla.org/en-US/docs/Web/API) features.
|