Skip to content

Commit 101439b

Browse files
committed
New sharedContainer directory type
1 parent c7e104d commit 101439b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)