Skip to content

Commit 774ecfb

Browse files
Browser or feature data changed
1 parent 7ea78b4 commit 774ecfb

File tree

3 files changed

+14
-30
lines changed

3 files changed

+14
-30
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"license": "Apache-2.0",
3939
"devDependencies": {
40-
"@mdn/browser-compat-data": "^6.0.29",
40+
"@mdn/browser-compat-data": "^6.0.30",
4141
"@rollup/plugin-terser": "^0.4.4",
4242
"@rollup/plugin-typescript": "^12.1.3",
4343
"@types/node": "^22.15.17",
@@ -49,7 +49,7 @@
4949
"tslib": "^2.8.1",
5050
"typescript": "^5.7.2",
5151
"typescript-eslint": "^8.35.0",
52-
"web-features": "^2.41.0"
52+
"web-features": "^2.41.1"
5353
},
5454
"repository": "git+https://github.com/web-platform-dx/baseline-browser-mapping.git"
5555
}

src/data/data.js

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5368,28 +5368,12 @@ const data = {
53685368
[
53695369
"wasm-multi-value",
53705370
"2020-10-20",
5371-
{
5372-
c: "86",
5373-
ca: "86",
5374-
e: "86",
5375-
f: "78",
5376-
fa: "79",
5377-
s: "≤13.1",
5378-
si: "≤13.4",
5379-
},
5371+
{ c: "86", ca: "86", e: "86", f: "78", fa: "79", s: "13.1", si: "13.4" },
53805372
],
53815373
[
53825374
"wasm-mutable-globals",
5383-
"≤2020-03-24",
5384-
{
5385-
c: "69",
5386-
ca: "69",
5387-
e: "79",
5388-
f: "62",
5389-
fa: "62",
5390-
s: "≤13.1",
5391-
si: "≤13.4",
5392-
},
5375+
"2020-03-24",
5376+
{ c: "69", ca: "69", e: "79", f: "62", fa: "62", s: "13.1", si: "13.4" },
53935377
],
53945378
[
53955379
"wasm-non-trapping-float-to-int",
@@ -5683,5 +5667,5 @@ const data = {
56835667
],
56845668
],
56855669
};
5686-
const lastUpdated = 1751986033477;
5670+
const lastUpdated = 1752156654469;
56875671
export { data, lastUpdated };

0 commit comments

Comments
 (0)