@vue/apollo-ssr
Advanced tools
Comparing version 4.0.0-alpha.15 to 4.0.0-alpha.16
@@ -22,3 +22,3 @@ "use strict"; | ||
var state = client.cache.extract(); | ||
states["" + finalOptions.exportNamespace + key] = state; | ||
states["".concat(finalOptions.exportNamespace).concat(key)] = state; | ||
} | ||
@@ -35,5 +35,5 @@ return states; | ||
}, options); | ||
return finalOptions.attachTo + "." + finalOptions.globalName + " = " + serializeStates(apolloClients, options) + ";"; | ||
return "".concat(finalOptions.attachTo, ".").concat(finalOptions.globalName, " = ").concat(serializeStates(apolloClients, options), ";"); | ||
} | ||
exports.exportStates = exportStates; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@vue/apollo-ssr", | ||
"version": "4.0.0-alpha.15", | ||
"version": "4.0.0-alpha.16", | ||
"description": "Apollo GraphQL for Vue - Server Side Rendering utilities", | ||
@@ -36,9 +36,8 @@ "repository": { | ||
"dependencies": { | ||
"serialize-javascript": "^5.0.1" | ||
"serialize-javascript": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/serialize-javascript": "^4.0.0", | ||
"typescript": "^4" | ||
"@types/serialize-javascript": "^5.0.1" | ||
}, | ||
"gitHead": "e952766bcf556791402fbaf90498fff7ef362d1f" | ||
"gitHead": "cb0e79489177be4d4c90cbe8a442e812c194cb4a" | ||
} |
Sorry, the diff of this file is not supported yet
5490
1
+ Addedserialize-javascript@6.0.2(transitive)
- Removedserialize-javascript@5.0.1(transitive)
Updatedserialize-javascript@^6.0.0