@vue/apollo-util
Advanced tools
Comparing version 4.0.0-alpha.14 to 4.0.0-alpha.15
@@ -12,3 +12,3 @@ "use strict"; | ||
if (operation) { | ||
printedQuery = printer_1.print(operation.query); | ||
printedQuery = (0, printer_1.print)(operation.query); | ||
} | ||
@@ -15,0 +15,0 @@ if (graphQLErrors) { |
{ | ||
"name": "@vue/apollo-util", | ||
"version": "4.0.0-alpha.14", | ||
"version": "4.0.0-alpha.15", | ||
"description": "Apollo GraphQL for Vue - Utilities", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Akryum/vue-apollo.git" | ||
"url": "https://github.com/vuejs/vue-apollo.git", | ||
"directory": "packages/vue-apollo-util" | ||
}, | ||
@@ -18,5 +19,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Akryum/vue-apollo/issues" | ||
"url": "https://github.com/vuejs/vue-apollo/issues" | ||
}, | ||
"homepage": "https://github.com/Akryum/vue-apollo#readme", | ||
"homepage": "https://apollo.vuejs.org/", | ||
"publishConfig": { | ||
@@ -38,3 +39,3 @@ "access": "public" | ||
}, | ||
"gitHead": "27c12e9f941e4a5b796b01a833299b068adf8bc7" | ||
"gitHead": "e952766bcf556791402fbaf90498fff7ef362d1f" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8642