@kyvg/vue3-notification
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -219,3 +219,3 @@ import { AllowedComponentProps } from 'vue'; | ||
text?: string; | ||
type?: string; | ||
type?: NotificationType; | ||
group?: string; | ||
@@ -237,2 +237,4 @@ duration?: number; | ||
declare type NotificationType = 'warn' | 'success' | 'error' | (string & {}); | ||
export declare const notify: { | ||
@@ -239,0 +241,0 @@ (args: NotificationsOptions | string): void; |
{ | ||
"name": "@kyvg/vue3-notification", | ||
"description": "Vue.js Notification Library", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"author": "kyvg", | ||
@@ -22,4 +22,5 @@ "private": false, | ||
"lint": "eslint ./src/index.ts", | ||
"docs:dev": "vuepress dev docs", | ||
"docs:build": "vuepress build docs", | ||
"docs:dev": "vitepress dev docs", | ||
"docs:build": "vitepress build docs", | ||
"docs:preview": "vitepress preview docs", | ||
"preversion": "npm run test && npm run release && git add -A dist" | ||
@@ -74,3 +75,2 @@ }, | ||
"@vue/test-utils": "^2.2.1", | ||
"@vuepress/client": "^2.0.0-beta.67", | ||
"eslint": "^8.26.0", | ||
@@ -86,6 +86,6 @@ "eslint-plugin-vue": "^9.13.0", | ||
"vite-plugin-dts": "^3.6.4", | ||
"vitepress": "^1.0.0-rc.44", | ||
"vitest": "^1.0.2", | ||
"vue": "^3.3.4", | ||
"vuepress": "^2.0.0-beta.67" | ||
"vue": "^3.3.4" | ||
} | ||
} |
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
47236
19
701