Skip to content

Commit

Permalink
[github-actions] Update Web API Index
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 30, 2024
1 parent b886769 commit ecf7bd5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.2.2 (2024-06-30)

- Updated MDN API index with @mdn/browser-compat-data version 5.5.35

## v3.2.1 (2024-06-23)

- Updated MDN API index with @mdn/browser-compat-data version 5.5.34
Expand Down
10 changes: 9 additions & 1 deletion data/web-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,14 @@
"ChannelSplitterNode": "https://developer.mozilla.org/docs/Web/API/ChannelSplitterNode/ChannelSplitterNode"
}
},
"ChapterInformation": {
"url": "https://developer.mozilla.org/docs/Web/API/ChapterInformation",
"inst": {
"artwork": "https://developer.mozilla.org/docs/Web/API/ChapterInformation/artwork",
"startTime": "https://developer.mozilla.org/docs/Web/API/ChapterInformation/startTime",
"title": "https://developer.mozilla.org/docs/Web/API/ChapterInformation/title"
}
},
"CharacterBoundsUpdateEvent": {
"url": "https://developer.mozilla.org/docs/Web/API/CharacterBoundsUpdateEvent",
"inst": {
Expand Down Expand Up @@ -4832,6 +4840,7 @@
"album": "https://developer.mozilla.org/docs/Web/API/MediaMetadata/album",
"artist": "https://developer.mozilla.org/docs/Web/API/MediaMetadata/artist",
"artwork": "https://developer.mozilla.org/docs/Web/API/MediaMetadata/artwork",
"chapterInfo": "https://developer.mozilla.org/docs/Web/API/MediaMetadata/chapterInfo",
"title": "https://developer.mozilla.org/docs/Web/API/MediaMetadata/title"
}
},
Expand Down Expand Up @@ -5097,7 +5106,6 @@
"offsetY": "https://developer.mozilla.org/docs/Web/API/MouseEvent/offsetY",
"pageX": "https://developer.mozilla.org/docs/Web/API/MouseEvent/pageX",
"pageY": "https://developer.mozilla.org/docs/Web/API/MouseEvent/pageY",
"region": "https://developer.mozilla.org/docs/Web/API/MouseEvent/region",
"relatedTarget": "https://developer.mozilla.org/docs/Web/API/MouseEvent/relatedTarget",
"screenX": "https://developer.mozilla.org/docs/Web/API/MouseEvent/screenX",
"screenY": "https://developer.mozilla.org/docs/Web/API/MouseEvent/screenY",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-mdn-links",
"version": "3.2.1",
"version": "3.2.2",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit ecf7bd5

Please sign in to comment.