@nuxtjs/apollo
Advanced tools
Comparing version 4.0.0-rc11 to 4.0.0-rc12
@@ -45,6 +45,6 @@ const { join } = require('path') | ||
if (options.errorHandler !== undefined && typeof options.errorHandler !== 'string') { | ||
throw new Error(`[Apollo module] errorHandler should be a path to an exported error handler config.`) | ||
throw new Error('[Apollo module] errorHandler should be a path to an exported error handler config.') | ||
} | ||
if (options.defaultOptions !== undefined && typeof options.defaultOptions !== 'object') { | ||
throw new Error(`[Apollo module] defaultOptions must be a object.`) | ||
throw new Error('[Apollo module] defaultOptions must be a object.') | ||
} | ||
@@ -51,0 +51,0 @@ |
import Vue from 'vue' | ||
import VueApollo from 'vue-apollo' | ||
import 'isomorphic-fetch' | ||
import 'cross-fetch/polyfill' | ||
import { createApolloClient, restartWebsockets } from 'vue-cli-plugin-apollo/graphql-client' | ||
@@ -5,0 +5,0 @@ import Cookie from 'universal-cookie' |
{ | ||
"name": "@nuxtjs/apollo", | ||
"version": "4.0.0-rc11", | ||
"version": "4.0.0-rc12", | ||
"license": "MIT", | ||
@@ -37,3 +37,3 @@ "main": "lib/module.js", | ||
"dependencies": { | ||
"isomorphic-fetch": "^2.2.1", | ||
"cross-fetch": "^3.0.4", | ||
"universal-cookie": "^4.0.2", | ||
@@ -50,23 +50,24 @@ "vue-apollo": "^3.0.0-rc.2", | ||
"@babel/preset-env": "latest", | ||
"@types/graphql": "^14.2.2", | ||
"@types/universal-cookie": "^2.2.0", | ||
"@nuxt/types": "latest", | ||
"@types/graphql": "latest", | ||
"@types/universal-cookie": "latest", | ||
"codecov": "latest", | ||
"core-js": "^2.6.9", | ||
"dotenv": "latest", | ||
"eslint": "^5.16.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint": "latest", | ||
"eslint-config-standard": "latest", | ||
"eslint-loader": "latest", | ||
"eslint-plugin-import": "latest", | ||
"eslint-plugin-jest": "^22.13.0", | ||
"eslint-plugin-jest": "latest", | ||
"eslint-plugin-node": "latest", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"eslint-plugin-promise": "latest", | ||
"eslint-plugin-standard": "latest", | ||
"eslint-plugin-vue": "latest", | ||
"graphql-tag": "^2.10.1", | ||
"graphql-tag": "latest", | ||
"jest": "latest", | ||
"jsdom": "^15.1.1", | ||
"nuxt": "^2.8.1", | ||
"jsdom": "latest", | ||
"nuxt-edge": "latest", | ||
"standard-version": "latest", | ||
"typescript": "^3.5.3" | ||
"typescript": "latest" | ||
} | ||
} |
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
26793
23
+ Addedcross-fetch@^3.0.4
+ Addedcross-fetch@3.1.8(transitive)
- Removedisomorphic-fetch@^2.2.1
- Removedencoding@0.1.13(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)