@steeze-ui/svelte-icon
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -1,7 +0,6 @@ | ||
/// <reference types="svelte" /> | ||
type $$ComponentProps = { | ||
src: IconSource; | ||
size: string; | ||
theme: string; | ||
title: string | undefined; | ||
size?: string; | ||
theme?: string; | ||
title?: string; | ||
[key: string]: any; | ||
@@ -8,0 +7,0 @@ }; |
{ | ||
"name": "@steeze-ui/svelte-icon", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"scripts": { | ||
@@ -11,5 +11,3 @@ "dev": "vite dev", | ||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | ||
"lint": "prettier --plugin-search-dir . --check .", | ||
"format": "prettier --plugin-search-dir . --write ." | ||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" | ||
}, | ||
@@ -35,15 +33,13 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"@steeze-ui/heroicons": "^2.4.0", | ||
"@sveltejs/adapter-auto": "^2.1.0", | ||
"@sveltejs/kit": "^2.0.0", | ||
"@sveltejs/package": "^2.3.4", | ||
"@steeze-ui/heroicons": "workspace:^", | ||
"@sveltejs/adapter-auto": "^3.3.1", | ||
"@sveltejs/kit": "^2.8.1", | ||
"@sveltejs/package": "^2.3.7", | ||
"@sveltejs/vite-plugin-svelte": "^4.0.1", | ||
"prettier": "^3.2.2", | ||
"prettier-plugin-svelte": "^3.2.8", | ||
"publint": "^0.1.12", | ||
"svelte": "^5.2.2", | ||
"svelte-check": "^4.0.0", | ||
"tslib": "^2.5.3", | ||
"typescript": "^5.1.3", | ||
"vite": "^5.0.3" | ||
"publint": "^0.2.12", | ||
"svelte": "^5.2.4", | ||
"svelte-check": "^4.0.9", | ||
"tslib": "^2.8.1", | ||
"typescript": "^5.6.3", | ||
"vite": "^5.4.11" | ||
}, | ||
@@ -50,0 +46,0 @@ "publishConfig": { |
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
11
4961
21