obsidian-integration-testing 10.1.0 → 10.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-integration-testing",
3
- "version": "10.1.0",
3
+ "version": "10.3.0",
4
4
  "description": "Simplifies integration testing of Obsidian plugins.",
5
5
  "keywords": [
6
6
  "obsidian",
@@ -227,6 +227,7 @@
227
227
  "obsidian": "^1.13.1",
228
228
  "satori": "^0.29.0",
229
229
  "semver": "^7.8.5",
230
+ "sharp": "^0.35.3",
230
231
  "starlight-github-alerts": "^0.4.0",
231
232
  "ts-jest": "^29.4.12",
232
233
  "ts-morph": "^28.0.0",
@@ -241,6 +242,12 @@
241
242
  },
242
243
  "peerDependencies": {
243
244
  "obsidian": "^1.12.3",
245
+ "sharp": "^0.35.3",
244
246
  "type-fest": "^5.6.0"
247
+ },
248
+ "peerDependenciesMeta": {
249
+ "sharp": {
250
+ "optional": true
251
+ }
245
252
  }
246
253
  }