obelisk-mcp 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/dist/mcp.mjs +1 -1
  2. package/package.json +1 -2
package/dist/mcp.mjs CHANGED
@@ -42976,7 +42976,7 @@ var StdioServerTransport = class {
42976
42976
  };
42977
42977
 
42978
42978
  // package.json
42979
- var version2 = "0.1.2";
42979
+ var version2 = "0.1.3";
42980
42980
 
42981
42981
  // src/bin/vault.ts
42982
42982
  import { existsSync, statSync } from "node:fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obelisk-mcp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "The Obelisk CLI and MCP server: comment on a passage of an Obsidian note, and propose suggested edits, from outside the app.",
5
5
  "mcpName": "io.github.zachhannum/obelisk",
6
6
  "bin": {
@@ -27,7 +27,6 @@
27
27
  "@modelcontextprotocol/sdk": "^1.30.0",
28
28
  "@playwright/test": "^1.62.1",
29
29
  "@types/node": "^20.14.0",
30
- "builtin-modules": "^3.3.0",
31
30
  "esbuild": "^0.21.5",
32
31
  "obsidian": "^1.7.2",
33
32
  "obsidian-launcher": "^3.2.0",