obsidian-integration-testing 1.2.1 → 1.2.2
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "obsidian-integration-testing",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Simplifies integration testing of Obsidian plugins.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"obsidian",
|
|
@@ -118,7 +118,6 @@
|
|
|
118
118
|
"nano-staged": "latest",
|
|
119
119
|
"obsidian": "latest",
|
|
120
120
|
"obsidian-typings": "obsidian-public-latest",
|
|
121
|
-
"puppeteer-core": "latest",
|
|
122
121
|
"semver": "latest",
|
|
123
122
|
"type-fest": "latest",
|
|
124
123
|
"typescript": "latest",
|
|
@@ -137,6 +136,7 @@
|
|
|
137
136
|
"type-fest": "latest"
|
|
138
137
|
},
|
|
139
138
|
"dependencies": {
|
|
140
|
-
"
|
|
139
|
+
"puppeteer-core": "latest",
|
|
140
|
+
"webdriverio": "latest"
|
|
141
141
|
}
|
|
142
142
|
}
|
|
Binary file
|