capsule-editor
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "capsule-editor", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"scripts": { | ||
@@ -8,6 +8,6 @@ "serve": "vue-cli-service serve", | ||
"lint": "vue-cli-service lint", | ||
"release-patch": "npm version patch --no-git-tag-version; npm run release;", | ||
"release-minor": "npm version minor --no-git-tag-version; npm run release;", | ||
"release-major": "npm version major --no-git-tag-version; npm run release;", | ||
"release": "npm run build; npm run commit; npm publish; git push;" | ||
"release-patch": "npm version patch; npm run release;", | ||
"release-minor": "npm version minor; npm run release;", | ||
"release-major": "npm version major; npm run release;", | ||
"release": "npm run build; npm run commit; npm publish; git push --follow-tags;" | ||
}, | ||
@@ -25,3 +25,3 @@ "dependencies": { | ||
"popper.js": "^1.15.0", | ||
"vue-interface": "^0.3.34" | ||
"vue-interface": "^0.3.38" | ||
}, | ||
@@ -35,3 +35,3 @@ "devDependencies": { | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-html": "^5.0.3", | ||
"eslint-plugin-html": "^5.0.5", | ||
"eslint-plugin-import": "^2.17.2", | ||
@@ -38,0 +38,0 @@ "eslint-plugin-jest": "^22.5.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
18174211
3302
Updatedvue-interface@^0.3.38