obsidian-integration-testing 4.1.0 → 4.1.1
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.0
|
|
24
|
+
const LIBRARY_VERSION = false ? "dev" : "4.1.0";
|
|
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
package/dist/{obsidian-integration-testing-4.1.0.tgz → obsidian-integration-testing-4.1.1.tgz}
RENAMED
|
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.1",
|
|
4
4
|
"description": "Simplifies integration testing of Obsidian plugins.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"obsidian",
|
|
@@ -96,69 +96,69 @@
|
|
|
96
96
|
"version": "jiti scripts/version.ts"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@commitlint/cli": "
|
|
100
|
-
"@commitlint/config-conventional": "
|
|
101
|
-
"@commitlint/types": "
|
|
102
|
-
"@eslint-community/eslint-plugin-eslint-comments": "
|
|
103
|
-
"@eslint/compat": "
|
|
104
|
-
"@eslint/config-helpers": "
|
|
105
|
-
"@eslint/js": "
|
|
106
|
-
"@stylistic/eslint-plugin": "
|
|
107
|
-
"@total-typescript/ts-reset": "
|
|
108
|
-
"@tsconfig/strictest": "
|
|
109
|
-
"@types/jest": "
|
|
110
|
-
"@types/markdown-it": "
|
|
111
|
-
"@types/semver": "
|
|
112
|
-
"@types/turndown": "
|
|
113
|
-
"@typescript-eslint/rule-tester": "
|
|
114
|
-
"@typescript-eslint/utils": "
|
|
115
|
-
"@vitest/coverage-v8": "
|
|
99
|
+
"@commitlint/cli": "^20.5.3",
|
|
100
|
+
"@commitlint/config-conventional": "^20.5.3",
|
|
101
|
+
"@commitlint/types": "^20.5.0",
|
|
102
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
103
|
+
"@eslint/compat": "^2.0.5",
|
|
104
|
+
"@eslint/config-helpers": "^0.5.5",
|
|
105
|
+
"@eslint/js": "^10.0.1",
|
|
106
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
107
|
+
"@total-typescript/ts-reset": "^0.6.1",
|
|
108
|
+
"@tsconfig/strictest": "^2.0.8",
|
|
109
|
+
"@types/jest": "^30.0.0",
|
|
110
|
+
"@types/markdown-it": "^14.1.2",
|
|
111
|
+
"@types/semver": "^7.7.1",
|
|
112
|
+
"@types/turndown": "^5.0.6",
|
|
113
|
+
"@typescript-eslint/rule-tester": "^8.59.2",
|
|
114
|
+
"@typescript-eslint/utils": "^8.59.2",
|
|
115
|
+
"@vitest/coverage-v8": "^4.1.5",
|
|
116
116
|
"@vitest/runner": "4.1.0",
|
|
117
117
|
"@wdio/protocols": "9.27.0",
|
|
118
118
|
"@wdio/types": "9.27.0",
|
|
119
|
-
"better-typescript-lib": "
|
|
120
|
-
"commitizen": "
|
|
121
|
-
"cspell": "
|
|
122
|
-
"cz-conventional-changelog": "
|
|
123
|
-
"dprint": "
|
|
124
|
-
"esbuild": "
|
|
125
|
-
"eslint": "
|
|
126
|
-
"eslint-import-resolver-typescript": "
|
|
127
|
-
"eslint-plugin-import-x": "
|
|
128
|
-
"eslint-plugin-jsdoc": "
|
|
129
|
-
"eslint-plugin-perfectionist": "
|
|
130
|
-
"eslint-plugin-tsdoc": "
|
|
131
|
-
"globals": "
|
|
132
|
-
"husky": "
|
|
133
|
-
"jest": "
|
|
134
|
-
"jiti": "
|
|
135
|
-
"jsdom": "
|
|
136
|
-
"markdownlint": "
|
|
137
|
-
"markdownlint-cli2": "
|
|
138
|
-
"markdownlint-rule-relative-links": "
|
|
139
|
-
"nano-staged": "
|
|
140
|
-
"obsidian": "
|
|
119
|
+
"better-typescript-lib": "^2.12.0",
|
|
120
|
+
"commitizen": "^4.3.1",
|
|
121
|
+
"cspell": "^10.0.0",
|
|
122
|
+
"cz-conventional-changelog": "^3.3.0",
|
|
123
|
+
"dprint": "^0.54.0",
|
|
124
|
+
"esbuild": "^0.28.0",
|
|
125
|
+
"eslint": "^10.3.0",
|
|
126
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
127
|
+
"eslint-plugin-import-x": "^4.16.2",
|
|
128
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
129
|
+
"eslint-plugin-perfectionist": "^5.9.0",
|
|
130
|
+
"eslint-plugin-tsdoc": "^0.5.2",
|
|
131
|
+
"globals": "^17.6.0",
|
|
132
|
+
"husky": "^9.1.7",
|
|
133
|
+
"jest": "^30.3.0",
|
|
134
|
+
"jiti": "^2.7.0",
|
|
135
|
+
"jsdom": "^29.1.1",
|
|
136
|
+
"markdownlint": "^0.40.0",
|
|
137
|
+
"markdownlint-cli2": "^0.22.1",
|
|
138
|
+
"markdownlint-rule-relative-links": "^5.1.0",
|
|
139
|
+
"nano-staged": "^1.0.2",
|
|
140
|
+
"obsidian": "^1.12.3",
|
|
141
141
|
"obsidian-typings": "obsidian-public-latest",
|
|
142
|
-
"semver": "
|
|
143
|
-
"ts-jest": "
|
|
144
|
-
"type-fest": "
|
|
145
|
-
"typescript": "
|
|
146
|
-
"typescript-eslint": "
|
|
147
|
-
"vitest": "
|
|
142
|
+
"semver": "^7.7.4",
|
|
143
|
+
"ts-jest": "^29.4.9",
|
|
144
|
+
"type-fest": "^5.6.0",
|
|
145
|
+
"typescript": "^5.9.3",
|
|
146
|
+
"typescript-eslint": "^8.59.2",
|
|
147
|
+
"vitest": "^4.1.5"
|
|
148
148
|
},
|
|
149
149
|
"peerDependencies": {
|
|
150
|
-
"obsidian": "
|
|
151
|
-
"type-fest": "
|
|
150
|
+
"obsidian": "^1.12.3",
|
|
151
|
+
"type-fest": "^5.6.0"
|
|
152
152
|
},
|
|
153
153
|
"overrides": {
|
|
154
154
|
"@antfu/utils": "9.2.0",
|
|
155
155
|
"@sinonjs/fake-timers": "13.0.5",
|
|
156
|
-
"eslint-plugin-import": "
|
|
157
|
-
"type-fest": "
|
|
156
|
+
"eslint-plugin-import": "$eslint-plugin-import-x",
|
|
157
|
+
"type-fest": "^5.6.0",
|
|
158
158
|
"urlpattern-polyfill": "npm:dry-uninstall"
|
|
159
159
|
},
|
|
160
160
|
"dependencies": {
|
|
161
|
-
"puppeteer-core": "
|
|
161
|
+
"puppeteer-core": "^24.43.0",
|
|
162
162
|
"webdriverio": "9.27.0"
|
|
163
163
|
}
|
|
164
164
|
}
|