svelte-hydrated
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "svelte-hydrated", | ||
"description": "💧 Indicating hydration status by svelte-store ", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"main": "dist/index.js", | ||
@@ -34,7 +34,7 @@ "type": "module", | ||
"devDependencies": { | ||
"@jill64/eslint-config-svelte": "1.0.16", | ||
"@jill64/npm-demo-layout": "1.0.72", | ||
"@jill64/eslint-config-svelte": "1.1.1", | ||
"@jill64/npm-demo-layout": "1.0.85", | ||
"@jill64/playwright-config": "2.2.3", | ||
"@jill64/prettier-config": "1.0.0", | ||
"@jill64/sentry-sveltekit-cloudflare": "1.7.4", | ||
"@jill64/sentry-sveltekit-cloudflare": "1.7.5", | ||
"@jill64/universal-sanitizer": "1.2.0", | ||
@@ -44,7 +44,7 @@ "@playwright/test": "1.41.2", | ||
"@sveltejs/kit": "2.5.0", | ||
"svelte": "4.2.9", | ||
"svelte": "4.2.11", | ||
"svelte-feather-icons": "4.1.0", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.12", | ||
"vitest": "1.2.2", | ||
"vite": "5.1.3", | ||
"vitest": "1.3.0", | ||
"@sveltejs/vite-plugin-svelte": "3.0.2" | ||
@@ -73,2 +73,2 @@ }, | ||
] | ||
} | ||
} |
@@ -5,8 +5,8 @@ <!----- BEGIN GHOST DOCS HEADER -----> | ||
<!----- BEGIN GHOST DOCS BADGES -----> | ||
<!----- BEGIN GHOST DOCS BADGES -----> | ||
<a href="https://npmjs.com/package/svelte-hydrated"><img src="https://img.shields.io/npm/v/svelte-hydrated" alt="npm-version" /></a> <a href="https://npmjs.com/package/svelte-hydrated"><img src="https://img.shields.io/npm/l/svelte-hydrated" alt="npm-license" /></a> <a href="https://npmjs.com/package/svelte-hydrated"><img src="https://img.shields.io/npm/dm/svelte-hydrated" alt="npm-download-month" /></a> <a href="https://npmjs.com/package/svelte-hydrated"><img src="https://img.shields.io/bundlephobia/min/svelte-hydrated" alt="npm-min-size" /></a> <a href="https://github.com/jill64/svelte-hydrated/actions/workflows/ci.yml"><img src="https://github.com/jill64/svelte-hydrated/actions/workflows/ci.yml/badge.svg" alt="ci.yml" /></a> <a href="https://svelte-hydrated.jill64.dev"><img src="https://img.shields.io/website?up_message=working&down_message=down&url=https%3A%2F%2Fsvelte-hydrated.jill64.dev" alt="website" /></a> | ||
<!----- END GHOST DOCS BADGES -----> | ||
💧 Indicating hydration status by svelte-store | ||
@@ -51,4 +51,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
5622