Version bump

This commit is contained in:
Guillaume Chau
2017-08-29 13:59:17 +02:00
parent d2089e40b3
commit 65f9088afd
4 changed files with 4 additions and 8 deletions
+1 -3
View File
@@ -3367,9 +3367,7 @@ var ApolloProvider$1 = function () {
globalName: '__APOLLO_STATE__',
attachTo: 'window'
}, options);
var states = this.getStates({
exportNamespace: finalOptions.exportNamespace
});
var states = this.getStates(finalOptions);
var js = finalOptions.attachTo + '.' + finalOptions.globalName + ' = ' + JSON.stringify(states) + ';';
return js;
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -3
View File
@@ -3373,9 +3373,7 @@ var ApolloProvider$1 = function () {
globalName: '__APOLLO_STATE__',
attachTo: 'window'
}, options);
var states = this.getStates({
exportNamespace: finalOptions.exportNamespace
});
var states = this.getStates(finalOptions);
var js = finalOptions.attachTo + '.' + finalOptions.globalName + ' = ' + JSON.stringify(states) + ';';
return js;
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-apollo",
"version": "2.1.0-rc.3",
"version": "2.1.0-rc.4",
"description": "Vue apollo integration",
"main": "dist/vue-apollo.umd.js",
"module": "dist/vue-apollo.esm.js",