@seafile/seafile-sdoc-editor 2.0.98 → 2.0.100

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.
@@ -22,6 +22,7 @@ var EXTERNAL_EVENT = exports.EXTERNAL_EVENT = {
22
22
  CLEAR_NOTIFICATION: _sdocEditor.INTERNAL_EVENT.CLEAR_NOTIFICATION,
23
23
  CREATE_WHITEBOARD_FILE: _sdocEditor.INTERNAL_EVENT.CREATE_WHITEBOARD_FILE,
24
24
  GENERATE_EXDRAW_READ_ONLY_LINK: _sdocEditor.INTERNAL_EVENT.GENERATE_EXDRAW_READ_ONLY_LINK,
25
+ FILE_METADATA_COMPONENT: _sdocEditor.INTERNAL_EVENT.FILE_METADATA_COMPONENT,
25
26
  // wiki
26
27
  CREATE_SDOC_FILE: _sdocEditor.INTERNAL_EVENT.CREATE_SDOC_FILE,
27
28
  CREATE_WIKI_PAGE: _sdocEditor.INTERNAL_EVENT.CREATE_WIKI_PAGE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-sdoc-editor",
3
- "version": "2.0.98",
3
+ "version": "2.0.100",
4
4
  "author": "shuntian <978987373@qq.com>",
5
5
  "homepage": "https://github.com/seafileltd/sea-sdoc-editor#readme",
6
6
  "license": "ISC",
@@ -29,7 +29,7 @@
29
29
  "description": "",
30
30
  "dependencies": {
31
31
  "@seafile/print-js": "1.6.6",
32
- "@seafile/sdoc-editor": "^2.0.181",
32
+ "@seafile/sdoc-editor": "^2.0.183",
33
33
  "classnames": "2.3.2",
34
34
  "dayjs": "1.10.7"
35
35
  },
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "faef2945890ccfadb4d665b3f4b924f8dbe348ce"
48
+ "gitHead": "9b4bf8c3349fbe955d3119910cbad3c42f54f024"
49
49
  }