@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 CHANGED
@@ -181,31 +181,23 @@ kpdev config
181
181
  - フレームワークの変更(React / Vue / Svelte / Vanilla)
182
182
  - エントリーポイントの設定
183
183
 
184
- ### `kpdev migrate`
184
+ ### `kpdev upgrade`
185
185
 
186
- 既存プロジェクトを最新の kpdev 仕様に更新します。
186
+ プロジェクトの設定ファイルと依存パッケージを最新の kpdev 仕様に更新します。
187
187
 
188
188
  ```bash
189
- # 対話形式でマイグレーション
190
- kpdev migrate
189
+ # 対話形式でアップグレード
190
+ kpdev upgrade
191
191
 
192
- # 確認なしでマイグレーション
193
- kpdev migrate --force
192
+ # 確認なしでアップグレード(CI/CD向け)
193
+ kpdev upgrade --force
194
194
  ```
195
195
 
196
196
  **処理内容:**
197
- - Vite 設定の更新(Vite 7 対応)
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
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zygapp/kintone-plugin-devtool",
3
- "version": "0.4.0",
3
+ "version": "0.5.1",
4
4
  "description": "kintone プラグイン開発ツール - Vite + HMR による高速開発環境",
5
5
  "main": "index.js",
6
6
  "bin": {