@mdfriday/foundry 26.5.4 → 26.5.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.
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* 设计理念:
|
|
5
5
|
* - 记录 Ingest, Query, Lint 等操作
|
|
6
6
|
* - 追加到 log.md 文件
|
|
7
|
-
* -
|
|
7
|
+
* - 格式:#### [YYYY-MM-DD HH:MM] operation | details
|
|
8
8
|
*/
|
|
9
9
|
export interface LogEntry {
|
|
10
10
|
timestamp: Date;
|
|
@@ -51,7 +51,7 @@ export declare class OperationLog {
|
|
|
51
51
|
addSaveAnswer(query: string, filepath: string): void;
|
|
52
52
|
/**
|
|
53
53
|
* 转换为 Markdown 格式
|
|
54
|
-
*
|
|
54
|
+
* 格式:#### [YYYY-MM-DD HH:MM] operation | details
|
|
55
55
|
*/
|
|
56
56
|
toMarkdown(): string;
|
|
57
57
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mdfriday/foundry",
|
|
3
|
-
"version": "26.5.
|
|
3
|
+
"version": "26.5.5",
|
|
4
4
|
"description": "The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|