vault-forge 2.0.6 → 2.0.7

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/README.md CHANGED
@@ -50,7 +50,7 @@ npm install -g vault-forge
50
50
  ### Setup for Development Environment
51
51
  If you are cloning the repository:
52
52
  ```bash
53
- git clone https://github.com/your-repo/vault-forge.git
53
+ git clone https://github.com/hustea-dev/Vault-Forge
54
54
  cd vault-forge
55
55
  npm install
56
56
  npm run build
package/README_ja.md CHANGED
@@ -50,7 +50,7 @@ npm install -g vault-forge
50
50
  ### 開発環境でのセットアップ
51
51
  リポジトリをクローンして使用する場合:
52
52
  ```bash
53
- git clone https://github.com/your-repo/vault-forge.git
53
+ git clone https://github.com/hustea-dev/Vault-Forge
54
54
  cd vault-forge
55
55
  npm install
56
56
  npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vault-forge",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Forge new ideas from your Obsidian Vault with AI.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",