@shin1ohno/sage 0.7.2 → 0.7.3

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.
package/dist/version.d.ts CHANGED
@@ -4,6 +4,6 @@
4
4
  * Single source of truth for version number.
5
5
  * Import this instead of hardcoding version strings.
6
6
  */
7
- export declare const VERSION = "0.6.0";
7
+ export declare const VERSION = "0.7.2";
8
8
  export declare const SERVER_NAME = "sage";
9
9
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -6,6 +6,6 @@
6
6
  */
7
7
  // Version is updated by npm version command and build process
8
8
  // Keep in sync with package.json
9
- export const VERSION = '0.6.0';
9
+ export const VERSION = '0.7.2';
10
10
  export const SERVER_NAME = 'sage';
11
11
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shin1ohno/sage",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "AI Task Management Assistant MCP Server for Claude Desktop and Claude Code",
5
5
  "main": "dist/index.js",
6
6
  "bin": {