obsidian-plugin-config 1.5.8 → 1.5.9

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.5.8
6
+ * Version: 1.5.9
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.5.8",
3
+ "version": "1.5.9",
4
4
  "description": "Système d'injection pour plugins Obsidian autonomes",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -51,8 +51,8 @@
51
51
  "@types/eslint": "latest",
52
52
  "@types/node": "^22.15.26",
53
53
  "@types/semver": "^7.7.0",
54
- "@typescript-eslint/eslint-plugin": "latest",
55
- "@typescript-eslint/parser": "latest",
54
+ "@typescript-eslint/eslint-plugin": "^8.58.0",
55
+ "@typescript-eslint/parser": "^8.58.0",
56
56
  "builtin-modules": "3.3.0",
57
57
  "dedent": "^1.6.0",
58
58
  "dotenv": "^16.4.5",
@@ -65,23 +65,7 @@
65
65
  "obsidian-typings": "latest",
66
66
  "prettier": "^3.4.0",
67
67
  "semver": "^7.7.2",
68
- "tsx": "^4.19.4",
69
- "typescript": "^5.8.2"
70
- },
71
- "dependencies": {
72
- "@types/lodash": "^4.17.17",
73
- "@types/node": "^22.15.26",
74
- "@types/semver": "^7.7.0",
75
- "builtin-modules": "3.3.0",
76
- "dedent": "^1.6.0",
77
- "dotenv": "^16.4.5",
78
- "esbuild": "latest",
79
- "fs-extra": "^11.2.0",
80
- "lodash": "^4.17.21",
81
- "obsidian": "*",
82
- "obsidian-typings": "latest",
83
- "semver": "^7.7.2",
84
- "tsx": "^4.19.4",
68
+ "tsx": "^4.21.0",
85
69
  "typescript": "^5.8.2"
86
70
  },
87
71
  "engines": {