@milkdown/preset-gfm 7.5.8 → 7.5.9
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.
|
@@ -8,5 +8,5 @@ export declare const commands: (import("@milkdown/utils").$Command<{
|
|
|
8
8
|
}> | import("@milkdown/utils").$Command<{
|
|
9
9
|
index: number;
|
|
10
10
|
pos?: number;
|
|
11
|
-
}> | import("@milkdown/utils").$Command<"
|
|
11
|
+
}> | import("@milkdown/utils").$Command<"left" | "center" | "right">)[];
|
|
12
12
|
//# sourceMappingURL=commands.d.ts.map
|
|
@@ -29,5 +29,5 @@ export declare const addColBeforeCommand: import("@milkdown/utils").$Command<unk
|
|
|
29
29
|
export declare const addColAfterCommand: import("@milkdown/utils").$Command<unknown>;
|
|
30
30
|
export declare const addRowBeforeCommand: import("@milkdown/utils").$Command<unknown>;
|
|
31
31
|
export declare const addRowAfterCommand: import("@milkdown/utils").$Command<unknown>;
|
|
32
|
-
export declare const setAlignCommand: import("@milkdown/utils").$Command<"
|
|
32
|
+
export declare const setAlignCommand: import("@milkdown/utils").$Command<"left" | "center" | "right">;
|
|
33
33
|
//# sourceMappingURL=command.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milkdown/preset-gfm",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.5.
|
|
4
|
+
"version": "7.5.9",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"prosemirror-safari-ime-span": "^1.0.1",
|
|
38
38
|
"remark-gfm": "^4.0.0",
|
|
39
39
|
"tslib": "^2.5.0",
|
|
40
|
-
"@milkdown/exception": "7.5.
|
|
41
|
-
"@milkdown/utils": "7.5.
|
|
40
|
+
"@milkdown/exception": "7.5.9",
|
|
41
|
+
"@milkdown/utils": "7.5.9"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@milkdown/core": "7.5.
|
|
45
|
-
"@milkdown/ctx": "7.5.
|
|
46
|
-
"@milkdown/preset-commonmark": "7.5.
|
|
47
|
-
"@milkdown/transformer": "7.5.
|
|
48
|
-
"@milkdown/prose": "7.5.
|
|
44
|
+
"@milkdown/core": "7.5.9",
|
|
45
|
+
"@milkdown/ctx": "7.5.9",
|
|
46
|
+
"@milkdown/preset-commonmark": "7.5.9",
|
|
47
|
+
"@milkdown/transformer": "7.5.9",
|
|
48
|
+
"@milkdown/prose": "7.5.9"
|
|
49
49
|
},
|
|
50
50
|
"nx": {
|
|
51
51
|
"targets": {
|