wdio-obsidian-service 2.1.5 → 2.1.6

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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -16,7 +16,7 @@ If you want to get going quickly, you can use the [wdio-obsidian-service sample
16
16
 
17
17
  See also: [WebdriverIO | Getting Started](https://webdriver.io/docs/gettingstarted).
18
18
 
19
- To set up `wdio-obsidian-service` run the WebdriverIO Starter Toolkit:
19
+ To set up `wdio-obsidian-service` manually in an existing project, run the WebdriverIO Starter Toolkit:
20
20
  ```bash
21
21
  npm init wdio@latest .
22
22
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wdio-obsidian-service",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
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.5"
58
+ "wdio-obsidian-reporter": "2.1.6"
59
59
  },
60
60
  "dependencies": {
61
61
  "lodash": "^4.17.21",
62
- "obsidian-launcher": "2.1.5",
62
+ "obsidian-launcher": "2.1.6",
63
63
  "semver": "^7.7.2",
64
64
  "tar": "^7.4.3"
65
65
  },