obsidian-plugin-config 1.6.11 → 1.6.12

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.11
6
+ * Version: 1.6.12
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.11",
3
+ "version": "1.6.12",
4
4
  "description": "Global CLI injection tool for Obsidian plugins",
5
5
  "type": "module",
6
6
  "bin": {
@@ -49,6 +49,14 @@
49
49
  "presentation": { "reveal": "always", "panel": "shared" },
50
50
  "problemMatcher": []
51
51
  },
52
+ {
53
+ "label": "Check Global CLI Version",
54
+ "type": "shell",
55
+ "command": "npm list -g obsidian-plugin-config --depth=0",
56
+ "group": "build",
57
+ "presentation": { "reveal": "always", "panel": "shared" },
58
+ "problemMatcher": []
59
+ },
52
60
  {
53
61
  "label": "Obsidian Inject (no confirm)",
54
62
  "type": "shell",