capsule-editor
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "capsule-editor", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "serve": "vue-cli-service serve", |
@@ -55,4 +55,5 @@ import axios from 'axios'; | ||
this.errors = []; | ||
this.response = response = this.option('transformResponse') | ||
? this.callback('transformResponse', response) : response.data; | ||
this.response = response = ( | ||
this.option('transformResponse') ? this.callback('transformResponse', response) : response.data | ||
); | ||
@@ -59,0 +60,0 @@ resolve(response); |
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
3433124
2823