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.23 .0"
22+ "markedit-api" : " https://github.com/MarkEdit-app/MarkEdit-api#v0.24 .0"
2323 }
2424}
2525```
Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ export type MoveFileOptions = {
705705/**
706706 * Represents standard directory types.
707707 */
708- export type DirectoryType = 'home' | 'documents' | 'library' | 'caches' | 'temporary' ;
708+ export type DirectoryType = 'home' | 'documents' | 'library' | 'caches' | 'temporary' | 'sharedContainer' ;
709709
710710/**
711711 * Represents options to show the save panel.
Original file line number Diff line number Diff line change 11{
22 "name" : " markedit-api" ,
3- "version" : " 0.23 .0" ,
3+ "version" : " 0.24 .0" ,
44 "description" : " Type definitions for the latest MakrEdit API." ,
55 "main" : " ./index.cjs" ,
66 "module" : " ./index.js" ,
You can’t perform that action at this time.
0 commit comments