wdio-obsidian-service 2.1.3 → 2.1.4

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -200,9 +200,7 @@ it("test the thing", async function() {
200
200
  Testing on iOS is currently not supported.
201
201
 
202
202
  ### MacOS
203
- MacOS security settings will sometimes block the downloaded Obsidian executables from running with errors like `Obsidian is damaged and can't be opened. You should move it to the Trash. This file was downloaded on an unknown date`. You can fix this by setting the executable as allowed in "Privacy & Security" settings. See this [comment on issue #46](https://github.com/jesse-r-s-hines/wdio-obsidian-service/issues/46#issuecomment-3419205737) for instructions.
204
-
205
- If anybody more Mac-savvy knows how to prevent triggering this security check, a PR would be much appreciated! 😅
203
+ MacOS security settings will sometimes block the downloaded Obsidian executables from running with errors like `Obsidian is damaged and can't be opened. This file was downloaded on an unknown date`. You can work around this by setting the executable as allowed in "Privacy & Security" settings. See this [comment on issue #46](https://github.com/jesse-r-s-hines/wdio-obsidian-service/issues/46#issuecomment-3419205737) for instructions.
206
204
 
207
205
  ### Mobile Emulation
208
206
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wdio-obsidian-service",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "A WebdriverIO service for end-to-end testing of Obsidian plugins",
5
5
  "keywords": [
6
6
  "obsidian",
@@ -55,11 +55,11 @@
55
55
  "tsup": "^8.5.0",
56
56
  "tsx": "^4.20.3",
57
57
  "typescript": "^5.9.2",
58
- "wdio-obsidian-reporter": "2.1.3"
58
+ "wdio-obsidian-reporter": "2.1.4"
59
59
  },
60
60
  "dependencies": {
61
61
  "lodash": "^4.17.21",
62
- "obsidian-launcher": "2.1.3",
62
+ "obsidian-launcher": "2.1.4",
63
63
  "semver": "^7.7.2",
64
64
  "tar": "^7.4.3"
65
65
  },