svelte-page-tab
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -5,3 +5,3 @@ import { SvelteComponent } from "svelte"; | ||
/** Map<href, label> */ routes: Map<string, string>; | ||
prefix?: string | undefined; | ||
prefix?: string; | ||
}; | ||
@@ -8,0 +8,0 @@ events: { |
{ | ||
"name": "svelte-page-tab", | ||
"description": "🎹 Tab menu component that uses page as a state", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"main": "dist/index.js", | ||
@@ -34,14 +34,14 @@ "type": "module", | ||
"devDependencies": { | ||
"@jill64/eslint-config-svelte": "1.2.33", | ||
"@jill64/npm-demo-layout": "1.0.210", | ||
"@jill64/eslint-config-svelte": "1.2.39", | ||
"@jill64/npm-demo-layout": "1.0.217", | ||
"@jill64/universal-sanitizer": "1.2.13", | ||
"@jill64/playwright-config": "2.3.0", | ||
"@jill64/playwright-config": "2.3.1", | ||
"@jill64/prettier-config": "1.0.0", | ||
"@jill64/sentry-sveltekit-cloudflare": "1.7.14", | ||
"@playwright/test": "1.44.1", | ||
"@sveltejs/adapter-cloudflare": "4.4.0", | ||
"@sveltejs/kit": "2.5.10", | ||
"@playwright/test": "1.45.0", | ||
"@sveltejs/adapter-cloudflare": "4.5.0", | ||
"@sveltejs/kit": "2.5.17", | ||
"svelte": "4.2.18", | ||
"typescript": "5.4.5", | ||
"vite": "5.2.13", | ||
"typescript": "5.5.2", | ||
"vite": "5.3.1", | ||
"@sveltejs/vite-plugin-svelte": "3.1.1" | ||
@@ -59,3 +59,3 @@ }, | ||
"url": "https://github.com/jill64/svelte-page-tab.git", | ||
"image": "https://opengraph.githubassets.com/1e34876cce57bb1c41f9537325930a221e7afc28a84b6002465a9c30908cfcba/jill64/svelte-page-tab" | ||
"image": "https://opengraph.githubassets.com/043098af3cbdd76a37dd5932da0ae423460d385ef272777a090ddbd63579be26/jill64/svelte-page-tab" | ||
}, | ||
@@ -62,0 +62,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
6592