@mdn/browser-compat-data 5.0.0 → 5.0.3
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 +1 -0
- package/data.json +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
- package/types.d.ts +168 -272
package/README.md
CHANGED
|
@@ -156,6 +156,7 @@ For the purposes of [semantic versioning](https://semver.org/) (SemVer), the pub
|
|
|
156
156
|
|
|
157
157
|
- The high-level namespace objects documented in [_Package contents_](#Package-contents)
|
|
158
158
|
- The schema definitions for browser and support data structures
|
|
159
|
+
- The TypeScript definitions
|
|
159
160
|
|
|
160
161
|
The details of browser compatibility change frequently, as browsers ship new features, standards organizations revise specifications, and Web developers discover new bugs. We routinely publish updates to the package to reflect these changes.
|
|
161
162
|
|