@types/mdx 2.0.13 → 2.0.14
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 -1
- mdx/package.json +10 -3
mdx/README.md
CHANGED
|
@@ -8,7 +8,7 @@ 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:
|
|
11
|
+
* Last updated: Sat, 06 Jun 2026 03:45:09 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
mdx/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/mdx",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.14",
|
|
4
4
|
"description": "TypeScript definitions for mdx",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdx",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,6 +23,12 @@
|
|
|
23
23
|
],
|
|
24
24
|
"main": "",
|
|
25
25
|
"types": "index.d.ts",
|
|
26
|
+
"exports": {
|
|
27
|
+
".": "./index.d.ts",
|
|
28
|
+
"./types": "./types.d.ts",
|
|
29
|
+
"./types.js": "./types.d.ts",
|
|
30
|
+
"./package.json": "./package.json"
|
|
31
|
+
},
|
|
26
32
|
"repository": {
|
|
27
33
|
"type": "git",
|
|
28
34
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
|
@@ -30,6 +36,7 @@
|
|
|
30
36
|
},
|
|
31
37
|
"scripts": {},
|
|
32
38
|
"dependencies": {},
|
|
33
|
-
"
|
|
34
|
-
"
|
|
39
|
+
"peerDependencies": {},
|
|
40
|
+
"typesPublisherContentHash": "77ad4d32cf8059b9fe8f1cbeeed1a301caad4c95dad418bcfeb1126e5159f2ab",
|
|
41
|
+
"typeScriptVersion": "5.3"
|
|
35
42
|
}
|