exmarkdown-heading-anchor
Advanced tools
Comparing version 1.3.10 to 1.3.11
{ | ||
"name": "exmarkdown-heading-anchor", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"type": "module", | ||
@@ -55,18 +55,18 @@ "description": "⚓️ A svelte-exmarkdown plugin that places anchors in heading tags", | ||
"devDependencies": { | ||
"@jill64/eslint-config-svelte": "1.0.16", | ||
"@jill64/npm-demo-layout": "1.0.74", | ||
"@jill64/eslint-config-svelte": "1.1.1", | ||
"@jill64/npm-demo-layout": "1.0.84", | ||
"@jill64/universal-sanitizer": "1.2.0", | ||
"@jill64/playwright-config": "2.2.3", | ||
"@jill64/prettier-config": "1.0.0", | ||
"@jill64/sentry-sveltekit-cloudflare": "1.7.4", | ||
"@jill64/svelte-input": "1.6.11", | ||
"@jill64/sentry-sveltekit-cloudflare": "1.7.5", | ||
"@jill64/svelte-input": "1.6.13", | ||
"@playwright/test": "1.41.2", | ||
"@sveltejs/adapter-cloudflare": "4.1.0", | ||
"@sveltejs/kit": "2.5.0", | ||
"svelte": "4.2.10", | ||
"svelte": "4.2.11", | ||
"svelte-exmarkdown": "3.0.3", | ||
"svelte-qparam": "1.0.9", | ||
"svelte-qparam": "1.0.11", | ||
"typescript": "5.3.3", | ||
"unified": "11.0.4", | ||
"vite": "5.0.12", | ||
"vite": "5.1.3", | ||
"@sveltejs/vite-plugin-svelte": "3.0.2" | ||
@@ -77,2 +77,2 @@ }, | ||
} | ||
} | ||
} |
@@ -5,8 +5,8 @@ <!----- BEGIN GHOST DOCS HEADER -----> | ||
<!----- BEGIN GHOST DOCS BADGES -----> | ||
<!----- BEGIN GHOST DOCS BADGES -----> | ||
<a href="https://npmjs.com/package/exmarkdown-heading-anchor"><img src="https://img.shields.io/npm/v/exmarkdown-heading-anchor" alt="npm-version" /></a> <a href="https://npmjs.com/package/exmarkdown-heading-anchor"><img src="https://img.shields.io/npm/l/exmarkdown-heading-anchor" alt="npm-license" /></a> <a href="https://npmjs.com/package/exmarkdown-heading-anchor"><img src="https://img.shields.io/npm/dm/exmarkdown-heading-anchor" alt="npm-download-month" /></a> <a href="https://npmjs.com/package/exmarkdown-heading-anchor"><img src="https://img.shields.io/bundlephobia/min/exmarkdown-heading-anchor" alt="npm-min-size" /></a> <a href="https://github.com/jill64/exmarkdown-heading-anchor/actions/workflows/ci.yml"><img src="https://github.com/jill64/exmarkdown-heading-anchor/actions/workflows/ci.yml/badge.svg" alt="ci.yml" /></a> <a href="https://exmarkdown-heading-anchor.jill64.dev"><img src="https://img.shields.io/website?up_message=working&down_message=down&url=https%3A%2F%2Fexmarkdown-heading-anchor.jill64.dev" alt="website" /></a> | ||
<!----- END GHOST DOCS BADGES -----> | ||
⚓️ A svelte-exmarkdown plugin that places anchors in heading tags | ||
@@ -95,4 +95,4 @@ | ||
MIT | ||
[MIT](LICENSE) | ||
<!----- END GHOST DOCS FOOTER -----> |
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
9714