@nahisaho/katashiro 0.1.15 → 0.1.17

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.
Files changed (2) hide show
  1. package/CLAUDE.md +1 -1
  2. package/package.json +2 -2
package/CLAUDE.md CHANGED
@@ -368,4 +368,4 @@ const {
368
368
  **Project**: KATASHIRO
369
369
  **npm**: @nahisaho/katashiro
370
370
  **Last Updated**: 2026-01-10
371
- **Version**: 0.1.14
371
+ **Version**: 0.1.16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nahisaho/katashiro",
3
- "version": "0.1.15",
3
+ "version": "0.1.17",
4
4
  "description": "KATASHIRO - VS Code Agent Mode向け情報収集・分析・生成システム(オールインワンパッケージ)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -77,7 +77,7 @@
77
77
  },
78
78
  "dependencies": {
79
79
  "@nahisaho/katashiro-analyzer": "^0.1.8",
80
- "@nahisaho/katashiro-collector": "^0.1.7",
80
+ "@nahisaho/katashiro-collector": "^0.1.9",
81
81
  "@nahisaho/katashiro-core": "^0.1.1",
82
82
  "@nahisaho/katashiro-feedback": "^0.1.1",
83
83
  "@nahisaho/katashiro-generator": "^0.1.7",