@mdn/browser-compat-data 5.2.67 → 5.3.1
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 +4 -0
- package/data.json +1 -1
- package/package.json +1 -1
- package/types.d.ts +5 -0
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"main":"data.json","exports":{".":"./data.json","./forLegacyNode":"./legacynode.mjs"},"types":"index.ts","name":"@mdn/browser-compat-data","version":"5.
|
|
1
|
+
{"main":"data.json","exports":{".":"./data.json","./forLegacyNode":"./legacynode.mjs"},"types":"index.ts","name":"@mdn/browser-compat-data","version":"5.3.1","description":"Browser compatibility data provided by MDN Web Docs","repository":{"type":"git","url":"git+https://github.com/mdn/browser-compat-data.git"},"keywords":["bcd","browser-compat-data","browser","compatibility","data","mdn","mozilla"],"author":"MDN Web Docs","license":"CC0-1.0","bugs":{"url":"https://github.com/mdn/browser-compat-data/issues"},"homepage":"https://github.com/mdn/browser-compat-data#readme"}
|
package/types.d.ts
CHANGED
|
@@ -276,6 +276,11 @@ export interface CompatData {
|
|
|
276
276
|
*/
|
|
277
277
|
svg: Identifier;
|
|
278
278
|
|
|
279
|
+
/**
|
|
280
|
+
* Contains data for [WebAssembly](https://developer.mozilla.org/docs/WebAssembly) features.
|
|
281
|
+
*/
|
|
282
|
+
webassembly: Identifier;
|
|
283
|
+
|
|
279
284
|
/**
|
|
280
285
|
* Contains data for [WebDriver](https://developer.mozilla.org/docs/Web/WebDriver) commands.
|
|
281
286
|
*/
|