obsidian-typings 5.16.0 → 5.18.0

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/README.md CHANGED
@@ -36,7 +36,7 @@ To make it easier to adapt to these differences, this package provides typings f
36
36
 
37
37
  Typings for each `Obsidian` version can be found in their own git branches: namely `release/obsidian-public/*` and `release/obsidian-catalyst/*`:
38
38
 
39
- - Latest `public` release: [`release/obsidian-public/1.12.4`](https://github.com/Fevol/obsidian-typings/tree/release/obsidian-public/1.12.4)
39
+ - Latest `public` release: [`release/obsidian-public/1.12.7`](https://github.com/Fevol/obsidian-typings/tree/release/obsidian-public/1.12.7)
40
40
  - Latest `catalyst` release: [`release/obsidian-catalyst/1.12.6`](https://github.com/Fevol/obsidian-typings/tree/release/obsidian-catalyst/1.12.6)
41
41
 
42
42
  Older versions of the package are available, but support for them is limited.
@@ -10142,7 +10142,6 @@ declare module "obsidian" {
10142
10142
  * }
10143
10143
  * }
10144
10144
  * ```
10145
- * @inheritDoc
10146
10145
  * @official
10147
10146
  * @deprecated - Added only for typing purposes. Use {@link renderSuggestion} instead.
10148
10147
  */
@@ -10168,7 +10167,6 @@ declare module "obsidian" {
10168
10167
  * }
10169
10168
  * }
10170
10169
  * ```
10171
- * @inheritDoc
10172
10170
  * @official
10173
10171
  * @deprecated - Added only for typing purposes. Use {@link selectSuggestion} instead.
10174
10172
  */
@@ -12374,7 +12372,6 @@ declare module "obsidian" {
12374
12372
  /**
12375
12373
  * Whether the file view can be navigated (`true` by default).
12376
12374
  *
12377
- * @inheritDoc
12378
12375
  * @official
12379
12376
  */
12380
12377
  navigation: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "5.16.0",
3
+ "version": "5.18.0",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",