File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Add `markedit-api` to your (TypeScript) project's devDependencies:
1919``` json
2020{
2121 "devDependencies" : {
22- "markedit-api" : " https://github.com/MarkEdit-app/MarkEdit-api#v0.26 .0"
22+ "markedit-api" : " https://github.com/MarkEdit-app/MarkEdit-api#v0.27 .0"
2323 }
2424}
2525```
Original file line number Diff line number Diff line change 1+ export * from './index.js' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " markedit-api" ,
3- "version" : " 0.26 .0" ,
3+ "version" : " 0.27 .0" ,
44 "description" : " Type definitions for the latest MarkEdit API." ,
5+ "type" : " module" ,
56 "main" : " ./index.cjs" ,
67 "module" : " ./index.js" ,
78 "types" : " ./index.d.ts" ,
9+ "exports" : {
10+ "." : {
11+ "import" : {
12+ "types" : " ./index.d.ts" ,
13+ "default" : " ./index.js"
14+ },
15+ "require" : {
16+ "types" : " ./index.d.cts" ,
17+ "default" : " ./index.cjs"
18+ }
19+ }
20+ },
821 "license" : " MIT" ,
922 "peerDependencies" : {
1023 "@codemirror/autocomplete" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments