katashiro-vscode 2.0.0 → 2.0.2

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "katashiro-vscode",
3
3
  "displayName": "KATASHIRO",
4
4
  "description": "AI-powered research assistant with web search, content analysis, and knowledge graph",
5
- "version": "2.0.0",
5
+ "version": "2.0.2",
6
6
  "publisher": "nahisaho",
7
7
  "icon": "media/icon.png",
8
8
  "repository": {
@@ -158,13 +158,13 @@
158
158
  }
159
159
  },
160
160
  "dependencies": {
161
- "@nahisaho/katashiro-core": "2.0.0",
162
- "@nahisaho/katashiro-collector": "2.0.0",
163
- "@nahisaho/katashiro-analyzer": "2.0.0",
164
- "@nahisaho/katashiro-generator": "2.0.0",
165
- "@nahisaho/katashiro-knowledge": "2.0.0",
166
- "@nahisaho/katashiro-feedback": "2.0.0",
167
- "@nahisaho/katashiro-mcp-server": "2.0.0"
161
+ "@nahisaho/katashiro-core": "2.0.2",
162
+ "@nahisaho/katashiro-collector": "2.0.2",
163
+ "@nahisaho/katashiro-generator": "2.0.2",
164
+ "@nahisaho/katashiro-knowledge": "2.0.2",
165
+ "@nahisaho/katashiro-feedback": "2.0.2",
166
+ "@nahisaho/katashiro-mcp-server": "2.0.2",
167
+ "@nahisaho/katashiro-analyzer": "2.0.2"
168
168
  },
169
169
  "devDependencies": {
170
170
  "@types/vscode": "^1.85.0",