vue-async-computed
Advanced tools
Comparing version 3.3.0-rc4 to 3.3.0
{ | ||
"name": "vue-async-computed", | ||
"version": "3.3.0-rc4", | ||
"version": "3.3.0", | ||
"description": "Async computed properties for Vue", | ||
@@ -17,3 +17,3 @@ "main": "dist/vue-async-computed.js", | ||
"test": "babel-node --presets es2015 test/index.js | tspec", | ||
"prebuild": "npm run check -s && npm run clean -s && mkdir -p dist", | ||
"prebuild": "npm run check -s && npm run clean -s && mkdirp dist", | ||
"build": "npm run rollup -s && npm run babel -s", | ||
@@ -26,3 +26,3 @@ "rollup": "rollup src/index.js --output.format umd --name AsyncComputed --output.file dist/vue-async-computed.esnext.js", | ||
"postcoveralls": "rimraf ./coverage", | ||
"prepublishOnly": "npm run build -s && npm run toc -s", | ||
"prepublishOnly": "npm run build -s", | ||
"patch": "npm version patch && npm publish", | ||
@@ -70,2 +70,3 @@ "minor": "npm version minor && npm publish", | ||
"estraverse-fb": "^1.3.2", | ||
"mkdirp": "^0.5.1", | ||
"rimraf": "^2.6.1", | ||
@@ -72,0 +73,0 @@ "rollup": "^0.48.2", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
0
22