obsidian-typings 3.16.4 → 3.16.5

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.
@@ -114,8 +114,6 @@ declare global {
114
114
  * arr.remove(4);
115
115
  * console.log(arr); // [1, 2, 3]
116
116
  * ```
117
- * @remarks The original version had return type `this`.
118
- * See bug: {@link https://forum.obsidian.md/t/bug-array-remove-definition/98101}.
119
117
  * @official
120
118
  */
121
119
  remove(target: T): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "3.16.4",
3
+ "version": "3.16.5",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",