redmine-devrelay-client 0.7.3 → 0.7.5

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.ko.md CHANGED
@@ -4,12 +4,12 @@
4
4
 
5
5
  [redmine-devrelay](https://www.npmjs.com/package/redmine-devrelay) MCP 서버가 사용하는 Redmine REST 클라이언트입니다.
6
6
 
7
- - **버전:** `0.7.2` (MCP 서버와 맞춤)
7
+ - **버전:** `0.7.5` (MCP 서버와 맞춤)
8
8
  - **GitHub:** https://github.com/HuijungYoon/devrelay
9
9
  - **MCP 서버:** [redmine-devrelay](https://www.npmjs.com/package/redmine-devrelay)
10
10
 
11
11
  ```bash
12
- npm install redmine-devrelay-client@0.7.2
12
+ npm install redmine-devrelay-client@0.7.5
13
13
  ```
14
14
 
15
15
  ## 지원 기능
package/README.md CHANGED
@@ -4,12 +4,12 @@
4
4
 
5
5
  Redmine REST client used by the [redmine-devrelay](https://www.npmjs.com/package/redmine-devrelay) MCP server.
6
6
 
7
- - **Version:** `0.7.2` (aligned with the MCP server)
7
+ - **Version:** `0.7.5` (aligned with the MCP server)
8
8
  - **GitHub:** https://github.com/HuijungYoon/devrelay
9
9
  - **MCP server:** [redmine-devrelay](https://www.npmjs.com/package/redmine-devrelay)
10
10
 
11
11
  ```bash
12
- npm install redmine-devrelay-client@0.7.2
12
+ npm install redmine-devrelay-client@0.7.5
13
13
  ```
14
14
 
15
15
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redmine-devrelay-client",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "description": "Redmine REST client for redmine-devrelay MCP ??auth, pagination, issue read/write helpers",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -45,6 +45,7 @@
45
45
  "undici": "7.8.0"
46
46
  },
47
47
  "scripts": {
48
+ "prebuild": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
48
49
  "build": "tsc -p tsconfig.json",
49
50
  "test": "vitest run",
50
51
  "lint": "tsc -p tsconfig.json --noEmit"