musubix 1.1.1 → 1.1.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.
@@ -970,4 +970,4 @@ claude mcp list
970
970
  **著者**: nahisaho
971
971
  **公開日**: 2026-01-02
972
972
  **更新日**: 2026-01-04
973
- **バージョン**: v1.1.1
973
+ **バージョン**: v1.1.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musubix",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Neuro-Symbolic AI Coding System - MUSUBI × YATA Integration",
5
5
  "type": "module",
6
6
  "workspaces": [
@@ -60,9 +60,9 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@modelcontextprotocol/sdk": "1.25.1",
63
- "@nahisaho/musubix-core": "^1.0.20",
64
- "@nahisaho/musubix-mcp-server": "^1.0.2",
65
- "@nahisaho/musubix-yata-client": "^1.0.2",
66
- "musubix": "^1.1.0"
63
+ "@nahisaho/musubix-core": "^1.1.1",
64
+ "@nahisaho/musubix-mcp-server": "^1.1.1",
65
+ "@nahisaho/musubix-yata-client": "^1.1.1",
66
+ "musubix": "^1.1.1"
67
67
  }
68
68
  }