@kyvg/vue3-notification
Advanced tools
Comparing version 2.5.1 to 2.6.0
@@ -29,3 +29,3 @@ import { Plugin as Plugin_2 } from 'vue'; | ||
(args: NotificationsOptions | string): void; | ||
close: (id: unknown) => void; | ||
close(id: unknown): void; | ||
}; | ||
@@ -36,5 +36,4 @@ | ||
(args: NotificationsOptions | string): void; | ||
close: (id: unknown) => void; | ||
close(id: unknown): void; | ||
}; | ||
close: (id: unknown) => void; | ||
}; | ||
@@ -41,0 +40,0 @@ |
{ | ||
"name": "@kyvg/vue3-notification", | ||
"description": "Vue.js Notification Library", | ||
"version": "2.5.1", | ||
"version": "2.6.0", | ||
"author": "kyvg", | ||
@@ -15,7 +15,8 @@ "private": false, | ||
"scripts": { | ||
"build": "rm -rf dist/ && rollup -c", | ||
"release": "npm run build && npm run build:dts", | ||
"build:demo": "vite build", | ||
"build": "vite build", | ||
"release": "npm run build && npm run build:ts && npm run build:dts", | ||
"build:demo": "vite build -c vite.demo.config.js", | ||
"build:ts": "NODE_ENV=production tsc --emitDeclarationOnly -p ./tsconfig.build.json", | ||
"build:dts": "api-extractor run --local --verbose && tail -n +3 src/globalExtensions.ts >> dist/index.d.ts", | ||
"dev": "vite serve", | ||
"dev": "vite serve -c vite.demo.config.js", | ||
"unit": "jest", | ||
@@ -27,5 +28,15 @@ "unit:watch": "jest --watch", | ||
}, | ||
"types": "dist/index.d.ts", | ||
"main": "dist/index.common.js", | ||
"module": "dist/index.esm.js", | ||
"typings": "./dist/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/index.umd.js", | ||
"module": "./dist/index.es.js", | ||
"style": "./dist/index.css", | ||
"exports": { | ||
"import": "./dist/index.es.js", | ||
"require": "./dist/index.umd.js" | ||
}, | ||
"files": [ | ||
"src", | ||
"dist" | ||
], | ||
"repository": { | ||
@@ -53,15 +64,11 @@ "type": "git", | ||
"devDependencies": { | ||
"@babel/core": "^7.19.6", | ||
"@babel/preset-env": "^7.19.4", | ||
"@microsoft/api-extractor": "^7.33.5", | ||
"@rollup/plugin-commonjs": "^23.0.2", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@types/jest": "^26.0.22", | ||
"@types/jest": "^29.2.0", | ||
"@typescript-eslint/eslint-plugin": "^5.41.0", | ||
"@typescript-eslint/parser": "^5.41.0", | ||
"@vitejs/plugin-vue": "^1.6.2", | ||
"@vitejs/plugin-vue": "^3.2.0", | ||
"@vue/compiler-sfc": "^3.2.37", | ||
"@vue/server-renderer": "^3.2.37", | ||
"@vue/test-utils": "^2.2.1", | ||
"esbuild": "^0.15.12", | ||
"@vue/vue3-jest": "^29.1.1", | ||
"eslint": "^8.26.0", | ||
@@ -72,20 +79,11 @@ "eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-vue": "^9.7.0", | ||
"jest": "^26.6.3", | ||
"jest": "^29.2.2", | ||
"jest-environment-jsdom": "^29.2.2", | ||
"mitt": "^3.0.0", | ||
"postcss": "^8.4.18", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-alias": "^2.2.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-postcss": "^4.0.1", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-typescript2": "^0.34.1", | ||
"rollup-plugin-vue": "^6.0.0", | ||
"sass": "^1.55.0", | ||
"ts-jest": "^26.5.5", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "^4.8.4", | ||
"velocity-animate": "^1.5.2", | ||
"vite": "^2.5.6", | ||
"vue": "^3.2.37", | ||
"vue-jest": "^5.0.0-alpha.10" | ||
"vite": "^3.2.2", | ||
"vue": "^3.2.37" | ||
} | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
22
31
55652
810
2
1