@svelte-put/avatar
Advanced tools
Comparing version 1.0.8 to 1.0.9
import { SvelteComponentTyped } from "svelte"; | ||
import type { AvatarSlots, GravatarOptions, UIAvatarOptions } from './avatar'; | ||
import type { AvatarProps } from './avatar'; | ||
import type { AvatarProps } from './avatar.types'; | ||
import type { AvatarSlots, GravatarOptions, UIAvatarOptions } from './avatar.types'; | ||
declare const __propDef: { | ||
@@ -5,0 +5,0 @@ props: { |
@@ -6,3 +6,4 @@ /** | ||
*/ | ||
export * from './avatar'; | ||
export * from './avatar.types'; | ||
export { default as Avatar } from './Avatar.svelte'; | ||
export { gravatar, uiAvatar } from './avatar.helpers'; |
@@ -7,3 +7,4 @@ // Copyright (c) Quang Phan. All rights reserved. Licensed under the MIT license. | ||
*/ | ||
export * from './avatar'; | ||
export * from './avatar.types'; | ||
export { default as Avatar } from './Avatar.svelte'; | ||
export { gravatar, uiAvatar } from './avatar.helpers'; |
{ | ||
"name": "@svelte-put/avatar", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Component and utils for handling avatar", | ||
@@ -53,23 +53,18 @@ "type": "module", | ||
"devDependencies": { | ||
"@microsoft/api-documenter": "^7.19.14", | ||
"@microsoft/api-extractor": "^7.31.2", | ||
"@microsoft/api-documenter": "^7.19.23", | ||
"@microsoft/api-extractor": "^7.33.5", | ||
"@svelte-put/apirc": "^0.0.0", | ||
"@svelte-put/eslint-config": "^0.0.0", | ||
"@svelte-put/prettierrc": "^0.0.0", | ||
"@svelte-put/tsconfig": "^0.0.0", | ||
"@sveltejs/adapter-auto": "1.0.0-next.80", | ||
"@sveltejs/kit": "1.0.0-next.499", | ||
"@sveltejs/adapter-auto": "1.0.0-next.86", | ||
"@sveltejs/kit": "1.0.0-next.532", | ||
"@sveltejs/package": "1.0.0-next.5", | ||
"@types/md5": "^2.3.2", | ||
"eslint": "^8.23.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.7.1", | ||
"prettier-plugin-svelte": "^2.7.0", | ||
"svelte": "^3.50.1", | ||
"svelte-check": "^2.9.0", | ||
"svelte": "^3.52.0", | ||
"svelte-check": "^2.9.2", | ||
"svelte-preprocess": "^4.10.7", | ||
"svelte2tsx": "^0.5.18", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.8.3", | ||
"vite": "^3.1.3" | ||
"svelte2tsx": "^0.5.20", | ||
"tslib": "^2.4.1", | ||
"typescript": "^4.8.4", | ||
"vite": "^3.2.2" | ||
}, | ||
@@ -90,3 +85,3 @@ "peerDependencies": { | ||
"lint": "eslint --ignore-path .gitignore \"./**/*/*{ts,js,cjs,svelte}\"", | ||
"format": "prettier --check --ignore-path .gitignore --plugin-search-dir=. \"./**/*.{ts,js,cjs,json,svelte,css}\"", | ||
"format": "prettier --check --ignore-path .gitignore \"./**/*.{ts,js,cjs,json,svelte,css}\"", | ||
"api:extract": "api-extractor run --local --verbose", | ||
@@ -93,0 +88,0 @@ "api:document": "api-documenter markdown -i api/temp -o api/docs", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
23211
16
14
305
1