Releasing 0.25.77 (#968)

Squash commits
This commit is contained in:
vorotamoroz
2026-06-19 17:45:37 +09:00
committed by GitHub
parent c6c4044f3c
commit 62f44e38c0
453 changed files with 29917 additions and 727 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
import { type FilePath } from "./lib/src/common/types.ts";
import { type FilePath } from "@lib/common/types.ts";
export {
addIcon,
@@ -31,6 +31,7 @@ export {
TextComponent,
ToggleComponent,
DropdownComponent,
Component,
} from "obsidian";
export type {
DataWriteOptions,
@@ -41,6 +42,8 @@ export type {
ListedFiles,
ValueComponent,
Stat,
Command,
ViewCreator,
} from "obsidian";
import { normalizePath as normalizePath_ } from "obsidian";
const normalizePath = normalizePath_ as <T extends string | FilePath>(from: T) => T;