File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " mdast-util-mdxjs-esm" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 2.0.0 " ,
44 "description" : " mdast extension to parse and serialize MDX.js ESM (import/exports)" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ npm install mdast-util-mdxjs-esm
6969In Deno with [ ` esm.sh ` ] [ esmsh ] :
7070
7171``` js
72- import {mdxjsEsmFromMarkdown , mdxjsEsmToMarkdown } from ' https://esm.sh/mdast-util-mdxjs-esm@1 '
72+ import {mdxjsEsmFromMarkdown , mdxjsEsmToMarkdown } from ' https://esm.sh/mdast-util-mdxjs-esm@2 '
7373```
7474
7575In browsers with [ ` esm.sh ` ] [ esmsh ] :
7676
7777``` html
7878<script type =" module" >
79- import {mdxjsEsmFromMarkdown , mdxjsEsmToMarkdown } from ' https://esm.sh/mdast-util-mdxjs-esm@1 ?bundle'
79+ import {mdxjsEsmFromMarkdown , mdxjsEsmToMarkdown } from ' https://esm.sh/mdast-util-mdxjs-esm@2 ?bundle'
8080 </script >
8181```
8282
You can’t perform that action at this time.
0 commit comments