@launchpad-ui/markdown
Advanced tools
Comparing version 0.5.24 to 0.5.25
@@ -5,4 +5,4 @@ declare function isAnchorNode(node: Element): node is HTMLAnchorElement; | ||
allowedTags?: string[]; | ||
}): string | HTMLElement | DocumentFragment; | ||
}): string | DocumentFragment | HTMLElement; | ||
export { isAnchorNode, renderMarkdown }; | ||
//# sourceMappingURL=utils.d.ts.map |
{ | ||
"name": "@launchpad-ui/markdown", | ||
"version": "0.5.24", | ||
"version": "0.5.25", | ||
"status": "beta", | ||
@@ -35,5 +35,5 @@ "publishConfig": { | ||
"classix": "2.1.17", | ||
"isomorphic-dompurify": "^2.14.0", | ||
"isomorphic-dompurify": "^2.15.0", | ||
"marked": "^14.1.0", | ||
"@launchpad-ui/tokens": "~0.11.3" | ||
"@launchpad-ui/tokens": "~0.11.4" | ||
}, | ||
@@ -52,5 +52,4 @@ "peerDependencies": { | ||
"clean": "rm -rf dist", | ||
"lint": "stylelint '**/*.css' --ignore-path ../../.stylelintignore", | ||
"test": "vitest run --coverage" | ||
} | ||
} |
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
19652
Updated@launchpad-ui/tokens@~0.11.4
Updatedisomorphic-dompurify@^2.15.0