obsidian-typings 2.2.1-beta.22 → 2.2.1-beta.23

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/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -3182,7 +3182,7 @@ declare module "obsidian" {
3182
3182
  /**
3183
3183
  * Get all backlink information for a file
3184
3184
  */
3185
- getBacklinksForFile(file?: TFile): CustomArrayDict<ReferenceCache>;
3185
+ getBacklinksForFile(file: TFile): CustomArrayDict<ReferenceCache>;
3186
3186
  /**
3187
3187
  * Get paths of all files cached in the vault
3188
3188
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "2.2.1-beta.22",
3
+ "version": "2.2.1-beta.23",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",