obsidian-integration-testing 4.1.2 → 4.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.
@@ -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.1";
24
+ const LIBRARY_VERSION = false ? "dev" : "4.1.3";
25
25
  // Annotate the CommonJS export names for ESM import in node:
26
26
  0 && (module.exports = {
27
27
  LIBRARY_VERSION
@@ -1,4 +1,4 @@
1
- const LIBRARY_VERSION = false ? "dev" : "4.1.1";
1
+ const LIBRARY_VERSION = false ? "dev" : "4.1.3";
2
2
  export {
3
3
  LIBRARY_VERSION
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-integration-testing",
3
- "version": "4.1.2",
3
+ "version": "4.1.4",
4
4
  "description": "Simplifies integration testing of Obsidian plugins.",
5
5
  "keywords": [
6
6
  "obsidian",
@@ -120,6 +120,7 @@
120
120
  "@eslint/compat": "^2.1.0",
121
121
  "@eslint/config-helpers": "^0.6.0",
122
122
  "@eslint/js": "^10.0.1",
123
+ "@obsidian-typings/obsidian-public-latest": "^6.0.0",
123
124
  "@stylistic/eslint-plugin": "^5.10.0",
124
125
  "@total-typescript/ts-reset": "^0.6.1",
125
126
  "@tsconfig/strictest": "^2.0.8",
@@ -147,6 +148,7 @@
147
148
  "globals": "^17.6.0",
148
149
  "husky": "^9.1.7",
149
150
  "jest": "^30.4.2",
151
+ "jest-config": "^30.4.2",
150
152
  "jiti": "^2.7.0",
151
153
  "jsdom": "^29.1.1",
152
154
  "markdownlint": "^0.40.0",
@@ -154,7 +156,6 @@
154
156
  "markdownlint-rule-relative-links": "^5.1.0",
155
157
  "nano-staged": "^1.0.2",
156
158
  "obsidian": "^1.12.3",
157
- "obsidian-typings": "obsidian-public-latest",
158
159
  "semver": "^7.8.0",
159
160
  "ts-jest": "^29.4.9",
160
161
  "type-fest": "^5.6.0",