Skip to content

Commit 9dd5cbd

Browse files
committed
chore: rename package to csvms (remove scope)
1 parent fe6e51c commit 9dd5cbd

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
### ローカル開発

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

server/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -38,9 +38,6 @@
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",

0 commit comments

Comments
 (0)