obsidian-typings 2.14.2 → 2.14.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/bun.lockb +0 -0
  2. package/package.json +4 -1
package/bun.lockb ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "2.14.2",
3
+ "version": "2.14.6",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",
@@ -69,6 +69,9 @@
69
69
  "npm-run-all": "^4.1.5",
70
70
  "ts-morph": "^25.0.0"
71
71
  },
72
+ "overrides": {
73
+ "boolean": "npm:dry-uninstall"
74
+ },
72
75
  "scripts": {
73
76
  "build": "npm-run-all build:clean build:validate build:generate-index build:bundle-types build:fix-bundle-types build:implementations build:implementations:generate-types build:implementations:bundle-types build:style-mod build:extract-api",
74
77
  "build:clean": "bun run scripts/build-clean.ts",