notion-content-render
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -1,2 +0,2 @@ | ||
import type { BlockBase } from "@notionhq/client/build/src/api-types"; | ||
import type { Block } from "@notionhq/client/build/src/api-types"; | ||
export declare const BLOCK_TYPES: { | ||
@@ -36,4 +36,4 @@ PARAGRAPH: string; | ||
}; | ||
declare type Maker<B> = (block: BlockBase) => B; | ||
declare type Maker<B> = (block: Block) => B; | ||
export default function <B>(styleFactory: StyleFactory<B>): Maker<B>; | ||
export {}; |
{ | ||
"name": "notion-content-render", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A library to render notion content structure to React or MD", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
13086