@zygapp/kintone-plugin-devtool 0.4.0 → 0.5.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.md +8 -16
- package/bin/darwin-arm64/kpdev +0 -0
- package/bin/darwin-x64/kpdev +0 -0
- package/bin/linux-arm64/kpdev +0 -0
- package/bin/linux-x64/kpdev +0 -0
- package/bin/win32-arm64/kpdev.exe +0 -0
- package/bin/win32-x64/kpdev.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -181,31 +181,23 @@ kpdev config
|
|
|
181
181
|
- フレームワークの変更(React / Vue / Svelte / Vanilla)
|
|
182
182
|
- エントリーポイントの設定
|
|
183
183
|
|
|
184
|
-
### `kpdev
|
|
184
|
+
### `kpdev upgrade`
|
|
185
185
|
|
|
186
|
-
|
|
186
|
+
プロジェクトの設定ファイルと依存パッケージを最新の kpdev 仕様に更新します。
|
|
187
187
|
|
|
188
188
|
```bash
|
|
189
|
-
#
|
|
190
|
-
kpdev
|
|
189
|
+
# 対話形式でアップグレード
|
|
190
|
+
kpdev upgrade
|
|
191
191
|
|
|
192
|
-
#
|
|
193
|
-
kpdev
|
|
192
|
+
# 確認なしでアップグレード(CI/CD向け)
|
|
193
|
+
kpdev upgrade --force
|
|
194
194
|
```
|
|
195
195
|
|
|
196
196
|
**処理内容:**
|
|
197
|
-
- Vite 設定の更新(Vite
|
|
198
|
-
- package.json
|
|
197
|
+
- Vite 設定の更新(Vite 8 対応: rolldownOptions, Oxc)
|
|
198
|
+
- package.json の依存パッケージバージョン更新 + インストール
|
|
199
199
|
- manifest.json の標準化
|
|
200
200
|
|
|
201
|
-
### `kpdev update`
|
|
202
|
-
|
|
203
|
-
プロジェクトの依存パッケージを一括更新します。
|
|
204
|
-
|
|
205
|
-
```bash
|
|
206
|
-
kpdev update
|
|
207
|
-
```
|
|
208
|
-
|
|
209
201
|
---
|
|
210
202
|
|
|
211
203
|
## Project Structure
|
package/bin/darwin-arm64/kpdev
CHANGED
|
Binary file
|
package/bin/darwin-x64/kpdev
CHANGED
|
Binary file
|
package/bin/linux-arm64/kpdev
CHANGED
|
Binary file
|
package/bin/linux-x64/kpdev
CHANGED
|
Binary file
|
|
Binary file
|
package/bin/win32-x64/kpdev.exe
CHANGED
|
Binary file
|