direct-vuex
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "direct-vuex", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.", | ||
@@ -11,3 +11,3 @@ "author": "Paleo", | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"prepublishOnly": "npm run build && npm run test", | ||
"clear": "rimraf 'build/compiled-esm/*' 'build/compiled-umd/*'", | ||
@@ -14,0 +14,0 @@ "tsc-umd": "tsc --module UMD --outDir build/compiled-umd", |
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
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
44705
0