@types/mdx 2.0.8 → 2.0.9
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.
- mdx/README.md +1 -2
- mdx/index.d.ts +0 -8
- mdx/package.json +10 -9
mdx/README.md
CHANGED
|
@@ -8,9 +8,8 @@ This package contains type definitions for mdx (https://github.com/mdx-js/mdx).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdx.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Wed,
|
|
11
|
+
* Last updated: Wed, 18 Oct 2023 18:04:03 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
|
-
* Global values: none
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
These definitions were written by [Christian Murphy](https://github.com/ChristianMurphy), [Remco Haszing](https://github.com/remcohaszing), and [Titus Wormer](https://github.com/wooorm).
|
mdx/index.d.ts
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
// Type definitions for non-npm package mdx 2.0
|
|
2
|
-
// Project: https://github.com/mdx-js/mdx
|
|
3
|
-
// Definitions by: Christian Murphy <https://github.com/ChristianMurphy>
|
|
4
|
-
// Remco Haszing <https://github.com/remcohaszing>
|
|
5
|
-
// Titus Wormer <https://github.com/wooorm>
|
|
6
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
7
|
-
// TypeScript Version: 3.9
|
|
8
|
-
|
|
9
1
|
/**
|
|
10
2
|
* An MDX file which exports a JSX component.
|
|
11
3
|
*
|
mdx/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/mdx",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "TypeScript definitions for mdx",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdx",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Christian Murphy",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "ChristianMurphy",
|
|
11
|
+
"url": "https://github.com/ChristianMurphy"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Remco Haszing",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "remcohaszing",
|
|
16
|
+
"url": "https://github.com/remcohaszing"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Titus Wormer",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "wooorm",
|
|
21
|
+
"url": "https://github.com/wooorm"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
24
|
"main": "",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"scripts": {},
|
|
32
32
|
"dependencies": {},
|
|
33
|
-
"typesPublisherContentHash": "
|
|
34
|
-
"typeScriptVersion": "4.5"
|
|
33
|
+
"typesPublisherContentHash": "ebc76ef7a1f8a1d936385475bfbfab5398fb4fe4f29ac08892daec8ed9a8075d",
|
|
34
|
+
"typeScriptVersion": "4.5",
|
|
35
|
+
"nonNpm": true
|
|
35
36
|
}
|