@onozaty/growi-uploader 1.7.1 → 1.7.2
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/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import { lookup } from "mime-types";
|
|
|
8
8
|
import { glob } from "glob";
|
|
9
9
|
|
|
10
10
|
//#region package.json
|
|
11
|
-
var version = "1.7.
|
|
11
|
+
var version = "1.7.2";
|
|
12
12
|
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region src/config.ts
|
|
@@ -52,7 +52,7 @@ const postAttachment = (postAttachmentBody, options) => {
|
|
|
52
52
|
return axios$1.default.post(`/attachment`, postAttachmentBody, options);
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* Get page by pagePath or pageId. Returns a single page or multiple pages based on parameters.
|
|
56
56
|
* @summary Get page
|
|
57
57
|
*/
|
|
58
58
|
const getPage = (params, options) => {
|