@node-novel/md-loader
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.12](https://github.com/bluelovers/ws-node-novel/compare/@node-novel/md-loader@1.0.11...@node-novel/md-loader@1.0.12) (2021-02-12) | ||
### 🛠 Build System | ||
* update typescript ([90c2208](https://github.com/bluelovers/ws-node-novel/commit/90c22085d647eea8c5e8c4a24ca3dd63cbf784af)) | ||
## [1.0.11](https://github.com/bluelovers/ws-node-novel/compare/@node-novel/md-loader@1.0.10...@node-novel/md-loader@1.0.11) (2020-06-20) | ||
@@ -8,0 +19,0 @@ |
@@ -55,17 +55,3 @@ /** | ||
*/ | ||
stringify<T1 = D, T2 = OUT>(inputData: IObject<({ | ||
data?: IObject<T1, { | ||
[key: string]: any; | ||
}>; | ||
} & { | ||
content: string | Buffer; | ||
}) | ({ | ||
data?: IObject<T1, { | ||
[key: string]: any; | ||
}>; | ||
} & { | ||
mdconf: T2; | ||
}), { | ||
[key: string]: any; | ||
}>): string; | ||
stringify<T1 = D, T2 = OUT>(inputData: IStringifyData<T1, T2>): string; | ||
}; | ||
@@ -104,3 +90,3 @@ /** | ||
}> = B & T; | ||
declare const _default: typeof import("."); | ||
declare const _default: typeof import("./index"); | ||
export default _default; |
{ | ||
"name": "@node-novel/md-loader", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "支援 Front Matter 的 node-novel-info / mdconf", | ||
@@ -62,3 +62,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "be46b5285f3d23db9ffc7fd79e549f1f3310faa0" | ||
"gitHead": "2e39f65ce53587abef4d354ddc3d27fbf730b6c5" | ||
} |
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
16009
185