File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.9.4] - 2025-12-17
11+
12+ ### Changed
13+ - Rename package from ` @csvms/cli ` to ` csvms ` for simpler installation
14+
1015## [ 0.9.3] - 2025-12-17
1116
1217### Fixed
@@ -41,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4146- Path traversal protection
4247- Workspace boundary enforcement
4348
44- [ Unreleased ] : https://github.com/foo-ogawa/csvms/compare/v0.9.3...HEAD
49+ [ Unreleased ] : https://github.com/foo-ogawa/csvms/compare/v0.9.4...HEAD
50+ [ 0.9.4 ] : https://github.com/foo-ogawa/csvms/compare/v0.9.3...v0.9.4
4551[ 0.9.3 ] : https://github.com/foo-ogawa/csvms/compare/v0.9.2...v0.9.3
4652[ 0.9.2 ] : https://github.com/foo-ogawa/csvms/compare/v0.9.1...v0.9.2
4753[ 0.9.1 ] : https://github.com/foo-ogawa/csvms/compare/v0.9.0...v0.9.1
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ npx csvms --schema schemas/product.schema.yaml --allow-write
4444
4545``` bash
4646# 編集したいCSVがあるディレクトリで実行
47- npx @ csvms/cli
47+ npx csvms
4848```
4949
5050### ローカル開発
Original file line number Diff line number Diff line change 11{
22 "name" : " @csvms/monorepo" ,
33 "private" : true ,
4- "version" : " 0.9.3 " ,
4+ "version" : " 0.9.4 " ,
55 "description" : " CSVMS - Edit CSV files with a CMS-like UI" ,
66 "author" : " foo-ogawa" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " @ csvms/cli " ,
3- "version" : " 0.9.3 " ,
2+ "name" : " csvms" ,
3+ "version" : " 0.9.4 " ,
44 "description" : " CSVMS - Edit CSV files with a CMS-like UI" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
3838 "type" : " git" ,
3939 "url" : " git+https://github.com/foo-ogawa/csvms.git"
4040 },
41- "publishConfig" : {
42- "access" : " public"
43- },
4441 "dependencies" : {
4542 "commander" : " ^12.1.0" ,
4643 "express" : " ^4.21.0" ,
You can’t perform that action at this time.
0 commit comments