@velvetmonkey/flywheel-crank 0.1.0 → 0.1.1

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -144,7 +144,7 @@ Use both together for full vault intelligence:
144
144
 
145
145
  ## License
146
146
 
147
- AGPL-3.0 — [Ben Cassie](https://github.com/velvetmonkey)
147
+ AGPL-3.0 — [velvetmonkey](https://github.com/velvetmonkey)
148
148
 
149
149
  ## Links
150
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velvetmonkey/flywheel-crank",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Deterministic vault mutations for Obsidian via MCP",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -15,7 +15,7 @@
15
15
  "url": "https://github.com/velvetmonkey/flywheel-crank/issues"
16
16
  },
17
17
  "homepage": "https://github.com/velvetmonkey/flywheel-crank#readme",
18
- "author": "Ben Cassie",
18
+ "author": "velvetmonkey",
19
19
  "keywords": ["obsidian", "mcp", "model-context-protocol", "claude", "mutations", "vault-writes", "markdown"],
20
20
  "scripts": {
21
21
  "build": "npx esbuild src/index.ts --bundle --platform=node --format=esm --outfile=dist/index.js --packages=external && chmod +x dist/index.js",