obsidian-integration-testing 4.1.4 → 4.1.5
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/dist/lib/cjs/library.cjs
CHANGED
|
@@ -21,7 +21,7 @@ __export(library_exports, {
|
|
|
21
21
|
LIBRARY_VERSION: () => LIBRARY_VERSION
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(library_exports);
|
|
24
|
-
const LIBRARY_VERSION = false ? "dev" : "4.1.
|
|
24
|
+
const LIBRARY_VERSION = false ? "dev" : "4.1.4";
|
|
25
25
|
// Annotate the CommonJS export names for ESM import in node:
|
|
26
26
|
0 && (module.exports = {
|
|
27
27
|
LIBRARY_VERSION
|
package/dist/lib/esm/library.mjs
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "obsidian-integration-testing",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
4
4
|
"description": "Simplifies integration testing of Obsidian plugins.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"obsidian",
|
|
@@ -96,7 +96,6 @@
|
|
|
96
96
|
"version": "jiti scripts/version.ts"
|
|
97
97
|
},
|
|
98
98
|
"overrides": {
|
|
99
|
-
"@antfu/utils": "9.2.0",
|
|
100
99
|
"@sinonjs/fake-timers": "13.0.5",
|
|
101
100
|
"electron": "42.0.1",
|
|
102
101
|
"eslint-plugin-import": "$eslint-plugin-import-x",
|
|
@@ -109,7 +108,7 @@
|
|
|
109
108
|
"urlpattern-polyfill": "npm:dry-uninstall"
|
|
110
109
|
},
|
|
111
110
|
"dependencies": {
|
|
112
|
-
"puppeteer-core": "^25.0.
|
|
111
|
+
"puppeteer-core": "^25.0.4",
|
|
113
112
|
"webdriverio": "9.27.0"
|
|
114
113
|
},
|
|
115
114
|
"devDependencies": {
|
|
@@ -120,7 +119,7 @@
|
|
|
120
119
|
"@eslint/compat": "^2.1.0",
|
|
121
120
|
"@eslint/config-helpers": "^0.6.0",
|
|
122
121
|
"@eslint/js": "^10.0.1",
|
|
123
|
-
"@obsidian-typings/obsidian-public-latest": "^6.
|
|
122
|
+
"@obsidian-typings/obsidian-public-latest": "^6.10.0",
|
|
124
123
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
125
124
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
126
125
|
"@tsconfig/strictest": "^2.0.8",
|
|
@@ -128,9 +127,9 @@
|
|
|
128
127
|
"@types/markdown-it": "^14.1.2",
|
|
129
128
|
"@types/semver": "^7.7.1",
|
|
130
129
|
"@types/turndown": "^5.0.6",
|
|
131
|
-
"@typescript-eslint/rule-tester": "^8.59.
|
|
132
|
-
"@typescript-eslint/utils": "^8.59.
|
|
133
|
-
"@vitest/coverage-v8": "^4.1.
|
|
130
|
+
"@typescript-eslint/rule-tester": "^8.59.4",
|
|
131
|
+
"@typescript-eslint/utils": "^8.59.4",
|
|
132
|
+
"@vitest/coverage-v8": "^4.1.7",
|
|
134
133
|
"@vitest/runner": "4.1.0",
|
|
135
134
|
"@wdio/protocols": "9.27.0",
|
|
136
135
|
"@wdio/types": "9.27.0",
|
|
@@ -142,7 +141,7 @@
|
|
|
142
141
|
"eslint": "^10.4.0",
|
|
143
142
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
144
143
|
"eslint-plugin-import-x": "^4.16.2",
|
|
145
|
-
"eslint-plugin-jsdoc": "^
|
|
144
|
+
"eslint-plugin-jsdoc": "^63.0.0",
|
|
146
145
|
"eslint-plugin-perfectionist": "^5.9.0",
|
|
147
146
|
"eslint-plugin-tsdoc": "^0.5.2",
|
|
148
147
|
"globals": "^17.6.0",
|
|
@@ -156,13 +155,13 @@
|
|
|
156
155
|
"markdownlint-rule-relative-links": "^5.1.0",
|
|
157
156
|
"nano-staged": "^1.0.2",
|
|
158
157
|
"obsidian": "^1.12.3",
|
|
159
|
-
"semver": "^7.8.
|
|
160
|
-
"ts-jest": "^29.4.
|
|
158
|
+
"semver": "^7.8.1",
|
|
159
|
+
"ts-jest": "^29.4.11",
|
|
161
160
|
"type-fest": "^5.6.0",
|
|
162
161
|
"typescript": "^6.0.3",
|
|
163
|
-
"typescript-eslint": "^8.59.
|
|
162
|
+
"typescript-eslint": "^8.59.4",
|
|
164
163
|
"vite": "8.0.12",
|
|
165
|
-
"vitest": "^4.1.
|
|
164
|
+
"vitest": "^4.1.7"
|
|
166
165
|
},
|
|
167
166
|
"peerDependencies": {
|
|
168
167
|
"obsidian": "^1.12.3",
|
|
Binary file
|