@onozaty/growi-uploader 1.6.0 → 1.6.1

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/README.ja.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # growi-uploader
2
2
 
3
- 日本語 | [English](README.md)
3
+ [English](README.md) | 日本語
4
4
 
5
5
  [![Test](https://github.com/onozaty/growi-uploader/actions/workflows/test.yaml/badge.svg)](https://github.com/onozaty/growi-uploader/actions/workflows/test.yaml)
6
6
  [![codecov](https://codecov.io/gh/onozaty/growi-uploader/graph/badge.svg?token=X0YN1OP5PB)](https://codecov.io/gh/onozaty/growi-uploader)
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.6.0";
11
+ var version = "1.6.1";
12
12
 
13
13
  //#endregion
14
14
  //#region src/config.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onozaty/growi-uploader",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "A content uploader for GROWI",
5
5
  "type": "module",
6
6
  "bin": {
@@ -10,8 +10,7 @@
10
10
  "dist/**/*"
11
11
  ],
12
12
  "scripts": {
13
- "build": "pnpm gen && tsdown",
14
- "prepublishOnly": "pnpm run build",
13
+ "build": "tsdown",
15
14
  "dev": "tsx src/index.ts",
16
15
  "gen": "orval",
17
16
  "lint": "eslint .",