@milkdown/plugin-slash 5.0.1 → 5.2.0

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +2 -2
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -6,7 +6,7 @@ export { createDropdownItem } from './utility';
6
6
  export declare type Options = {
7
7
  config: Config;
8
8
  };
9
- export declare const slashPlugin: import("@milkdown/utils/src/types").WithExtend<string, Options, {
9
+ export declare const slashPlugin: import("@milkdown/utils/lib/types").WithExtend<string, Options, {
10
10
  [x: string]: import("prosemirror-model").NodeType<any>;
11
11
  } & {
12
12
  [x: string]: import("prosemirror-model").MarkType<any>;
@@ -21,5 +21,5 @@ export declare const slashPlugin: import("@milkdown/utils/src/types").WithExtend
21
21
  [x: string]: import("@milkdown/prose").MarkViewFactory;
22
22
  }>) | undefined;
23
23
  }>;
24
- export declare const slash: AtomList<import("@milkdown/utils/src/types").Metadata<import("@milkdown/utils/src/types").GetPlugin<string, Options>> & import("@milkdown/ctx").MilkdownPlugin>;
24
+ export declare const slash: AtomList<import("@milkdown/utils/lib/types").Metadata<import("@milkdown/utils/lib/types").GetPlugin<string, Options>> & import("@milkdown/ctx").MilkdownPlugin>;
25
25
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milkdown/plugin-slash",
3
- "version": "5.0.1",
3
+ "version": "5.2.0",
4
4
  "main": "lib/index.js",
5
5
  "module": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@emotion/css": "^11.1.3",
23
- "@milkdown/utils": "5.0.1",
23
+ "@milkdown/utils": "5.2.0",
24
24
  "smooth-scroll-into-view-if-needed": "^1.1.32",
25
25
  "tslib": "^2.3.1"
26
26
  },