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 Dec 15, 2024
1 parent 5b7b046 commit 183bd04
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.0.5 (2024-12-15)

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

## v4.0.4 (2024-12-08)

- Updated MDN API index with @mdn/browser-compat-data version 5.6.22
Expand Down
32 changes: 28 additions & 4 deletions data/web-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -6992,8 +6992,20 @@
"SVGAnimateElement": "https://developer.mozilla.org/docs/Web/API/SVGAnimateElement",
"SVGAnimateMotionElement": "https://developer.mozilla.org/docs/Web/API/SVGAnimateMotionElement",
"SVGAnimateTransformElement": "https://developer.mozilla.org/docs/Web/API/SVGAnimateTransformElement",
"SVGAnimatedAngle": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle",
"SVGAnimatedBoolean": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean",
"SVGAnimatedAngle": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle",
"inst": {
"animVal": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle/animVal",
"baseVal": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle/baseVal"
}
},
"SVGAnimatedBoolean": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean",
"inst": {
"animVal": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean/animVal",
"baseVal": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean/baseVal"
}
},
"SVGAnimatedEnumeration": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedEnumeration",
"inst": {
Expand All @@ -7013,15 +7025,27 @@
"SVGAnimatedNumber": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedNumber",
"SVGAnimatedNumberList": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedNumberList",
"SVGAnimatedPreserveAspectRatio": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedPreserveAspectRatio",
"SVGAnimatedRect": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect",
"SVGAnimatedRect": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect",
"inst": {
"animVal": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect/animVal",
"baseVal": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect/baseVal"
}
},
"SVGAnimatedString": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedString",
"inst": {
"animVal": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedString/animVal",
"baseVal": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedString/baseVal"
}
},
"SVGAnimatedTransformList": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList",
"SVGAnimatedTransformList": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList",
"inst": {
"animVal": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList/animVal",
"baseVal": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList/baseVal"
}
},
"SVGAnimationElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGAnimationElement",
"inst": {
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": "4.0.4",
"version": "4.0.5",
"main": "dist/index.js",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 183bd04

Please sign in to comment.