@seafile/sdoc-editor 0.1.159-beta13 → 0.1.159-beta14

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.
@@ -99,7 +99,7 @@ var SeafileAPI = /*#__PURE__*/function () {
99
99
  }, {
100
100
  key: "getRevisionBasicVersionContent",
101
101
  value: function getRevisionBasicVersionContent(docUuid) {
102
- var url = 'api/v2.1/seadoc/revision/basic-version-content/' + docUuid + '/';
102
+ var url = 'api/v2.1/seadoc/revision/base-version-content/' + docUuid + '/';
103
103
  return this.req.get(url);
104
104
  }
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "0.1.159beta13",
3
+ "version": "0.1.159beta14",
4
4
  "private": false,
5
5
  "description": "This is a sdoc editor",
6
6
  "main": "dist/index.js",