@node-novel/md-loader
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -48,5 +48,5 @@ /** | ||
*/ | ||
mdconf: IObject<OUT, { | ||
mdconf: import("node-novel-info").IMdconfMeta | IObject<OUT, { | ||
[key: string]: any; | ||
}> | import("node-novel-info").IMdconfMeta; | ||
}>; | ||
/** | ||
@@ -61,3 +61,3 @@ * 用來將取得的物件轉換回 md | ||
} & { | ||
content: IInput; | ||
content: string | Buffer; | ||
}) | ({ | ||
@@ -64,0 +64,0 @@ data?: IObject<T1, { |
{ | ||
"name": "@node-novel/md-loader", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "支援 Front Matter 的 node-novel-info / mdconf", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
"gray-matter": "^4", | ||
"node-novel-info": "^2.3.27" | ||
"node-novel-info": "^2.3.32" | ||
}, | ||
@@ -54,0 +54,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13778