@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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -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.1";
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
- * get page by pagePath or pageId
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) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onozaty/growi-uploader",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "A content uploader for GROWI",
5
5
  "type": "module",
6
6
  "bin": {