@mdn/browser-compat-data 4.1.18 → 4.2.0
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/data.json +1 -1
- package/index.d.ts +3 -2
- package/package.json +1 -1
- package/types.d.ts +2 -2
package/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
/*
|
|
2
|
-
*
|
|
1
|
+
/* This file is a part of @mdn/browser-compat-data
|
|
2
|
+
* See LICENSE file for more information. */
|
|
3
|
+
|
|
3
4
|
/// <reference path="./types.d.ts"/>
|
|
4
5
|
import { CompatData } from './types';
|
|
5
6
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"main":"index.js","name":"@mdn/browser-compat-data","version":"4.
|
|
1
|
+
{"main":"index.js","name":"@mdn/browser-compat-data","version":"4.2.0","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","types":"index.d.ts"}
|
package/types.d.ts
CHANGED