obsidian-plugin-config 1.6.15 → 1.6.16

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.
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * Obsidian Plugin Config - CLI Entry Point
5
5
  * Global command: obsidian-inject
6
- * Version: 1.6.15
6
+ * Version: 1.6.16
7
7
  */
8
8
 
9
9
  import { execSync } from 'child_process';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-plugin-config",
3
- "version": "1.6.15",
3
+ "version": "1.6.16",
4
4
  "description": "Global CLI injection tool for Obsidian plugins",
5
5
  "type": "module",
6
6
  "bin": {
@@ -522,7 +522,6 @@ export async function injectScripts(
522
522
  }
523
523
 
524
524
  try {
525
- const targetFile = path.join(targetPath, destName);
526
525
  const templateContent = copyFromLocal(src);
527
526
 
528
527
  // For .env: merge existing values into the template