@seafile/sdoc-editor 3.0.93 → 3.0.94
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.
- package/dist/context.js +7 -1
- package/package.json +2 -2
package/dist/context.js
CHANGED
|
@@ -150,7 +150,10 @@ var Context = /*#__PURE__*/function () {
|
|
|
150
150
|
password = _this$settings2.password,
|
|
151
151
|
fileServerRoot = _this$settings2.fileServerRoot,
|
|
152
152
|
thumbnailDefaultSize = _this$settings2.thumbnailDefaultSize,
|
|
153
|
-
lang = _this$settings2.lang
|
|
153
|
+
lang = _this$settings2.lang,
|
|
154
|
+
thumbnailSizeForOriginal = _this$settings2.thumbnailSizeForOriginal,
|
|
155
|
+
enableSeadoc = _this$settings2.enableSeadoc,
|
|
156
|
+
enableThumbnailServer = _this$settings2.enableThumbnailServer;
|
|
154
157
|
return {
|
|
155
158
|
isDevelopment: isDevelopment,
|
|
156
159
|
serviceUrl: serviceUrl,
|
|
@@ -161,6 +164,9 @@ var Context = /*#__PURE__*/function () {
|
|
|
161
164
|
password: password,
|
|
162
165
|
fileServerRoot: fileServerRoot,
|
|
163
166
|
thumbnailDefaultSize: thumbnailDefaultSize,
|
|
167
|
+
thumbnailSizeForOriginal: thumbnailSizeForOriginal,
|
|
168
|
+
enableSeadoc: enableSeadoc,
|
|
169
|
+
enableThumbnailServer: enableThumbnailServer,
|
|
164
170
|
lang: lang
|
|
165
171
|
};
|
|
166
172
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seafile/sdoc-editor",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.94",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "jest",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "98fedef258a6026c0d19bea7ed92f3b074dd11ec"
|
|
76
76
|
}
|