obsidian-typings 4.28.0 → 4.30.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.
|
@@ -6,7 +6,6 @@ import type { ChangeDesc, Extension, Transaction } from '@codemirror/state';
|
|
|
6
6
|
import type { EditorView, ViewUpdate } from '@codemirror/view';
|
|
7
7
|
import type { Tree as LezerTree } from '@lezer/common';
|
|
8
8
|
import type { App as App$1, BrowserWindow } from 'electron';
|
|
9
|
-
import moment$1 from 'moment';
|
|
10
9
|
import type { default as moment$1 } from 'moment';
|
|
11
10
|
import type { FSWatcher } from 'node:fs';
|
|
12
11
|
import type { App, BlockCache, CacheItem, CachedMetadata, CloseableComponent, ColorComponent, Command, Component, DataAdapter, Debouncer, EditableFileView, Editor, EditorPosition, EditorRange, EditorRangeOrCaret, EditorSuggest, EmbedCache, EventRef, Events, FileStats, FileView, FrontmatterLinkCache, FuzzySuggestModal, HoverLinkSource, HoverPopover, IconName, ItemView, KeymapInfo, LinkCache, MarkdownEditView, MarkdownFileInfo, MarkdownPostProcessorContext, MarkdownPreviewView, MarkdownView, Menu, Modal, PaneType, Plugin as Plugin, PluginManifest, PluginSettingTab, PopoverSuggest, Reference, ReferenceCache, Scope, SearchComponent, SearchResult, Setting, SettingTab, SplitDirection, TAbstractFile, TFile, TFolder, TextComponent, TextFileView, Vault, View, ViewCreator, ViewState, Workspace, WorkspaceLeaf, WorkspaceTabs } from 'obsidian';
|
package/dist/cjs/types.d.cts
CHANGED
|
@@ -12,7 +12,6 @@ import * as electron from 'electron';
|
|
|
12
12
|
import type { App as App$1, BrowserWindow, IpcRenderer } from 'electron';
|
|
13
13
|
import type { default as i18next } from 'i18next';
|
|
14
14
|
import type { Mermaid } from 'mermaid';
|
|
15
|
-
import moment$1 from 'moment';
|
|
16
15
|
import type { default as moment$1 } from 'moment';
|
|
17
16
|
import * as fs from 'node:fs';
|
|
18
17
|
import type { FSWatcher, Stats } from 'node:fs';
|