vue3-radial-progress
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "vue3-radial-progress", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A smart and light radial progress bar component for Vue 3.", | ||
"author": "Jairo Blatt <jairoblatt@gmail.com>", | ||
"repository": "https://github.com/jairoblatt/vue3-radial-progress", | ||
"license": "MIT", | ||
"main": "dist/RadialProgressBar.ssr.js", | ||
@@ -23,3 +25,5 @@ "browser": "dist/RadialProgressBar.esm.js", | ||
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife", | ||
"postbuild": "rimraf ./dist/types/dev ./dist/types/src/entry.d.ts" | ||
"postbuild": "rimraf ./dist/types/dev ./dist/types/src/entry.d.ts", | ||
"test": "jest", | ||
"test:watch": "jest --watchAll" | ||
}, | ||
@@ -31,2 +35,4 @@ "dependencies": {}, | ||
"@babel/preset-typescript": "^7.14.5", | ||
"@commitlint/cli": "^14.1.0", | ||
"@commitlint/config-conventional": "^14.1.0", | ||
"@rollup/plugin-alias": "^3.1.2", | ||
@@ -37,2 +43,3 @@ "@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-replace": "^2.4.2", | ||
"@types/jest": "^27.0.2", | ||
"@vue/cli-plugin-babel": "^4.5.13", | ||
@@ -42,4 +49,7 @@ "@vue/cli-plugin-typescript": "^4.5.13", | ||
"@vue/compiler-sfc": "^3.0.11", | ||
"@vue/test-utils": "^2.0.0-rc.16", | ||
"@zerollup/ts-transform-paths": "^1.7.18", | ||
"cross-env": "^7.0.3", | ||
"husky": "^7.0.4", | ||
"jest": "27.0.0", | ||
"minimist": "^1.2.5", | ||
@@ -51,7 +61,9 @@ "postcss": "^8.2.10", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"rollup-plugin-vue": "^6.0.0", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"ts-jest": "^27.0.7", | ||
"ttypescript": "^1.5.12", | ||
"typescript": "^4.0.3", | ||
"vue": "^3.0.5" | ||
"vue": "^3.0.5", | ||
"vue3-jest": "^27.0.0-alpha.1" | ||
}, | ||
@@ -58,0 +70,0 @@ "peerDependencies": { |
@@ -53,3 +53,3 @@ <img src="https://github.com/jairoblatt/vue3-radial-progress/blob/master/demo/src/assets/demo-1.png" alt="Demo"> | ||
<template> | ||
<radial-progress-bar | ||
<RadialProgress | ||
:diameter="200" | ||
@@ -59,3 +59,3 @@ :completed-steps="completedSteps" | ||
<!-- Your inner content here --> | ||
</radial-progress-bar> | ||
</RadialProgress> | ||
</template> | ||
@@ -62,0 +62,0 @@ |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
15614
33
4
0
2