apollo-deprecated-highlight-client
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "apollo-deprecated-highlight-client", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This is the client of apollo-deprecated-highlight", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# apollo-deprecated-highlight-client | ||
This is the client of (apollo-deprecated-highlight)[https://www.npmjs.com/package/apollo-deprecated-highlight] and (apollo3-deprecated-highlight)[https://www.npmjs.com/package/apollo3-deprecated-highlight]. The `apollo-deprecated-highlight` will generate the `extensions.deprecations` fields of the response. This client reads the `extensions` of the response and generate console warn to let the engineer can see the warning message in the console. | ||
This is the client of [apollo-deprecated-highlight](https://www.npmjs.com/package/apollo-deprecated-highlight) and [apollo3-deprecated-highlight](https://www.npmjs.com/package/apollo3-deprecated-highlight). The `apollo-deprecated-highlight` will generate the `extensions.deprecations` fields of the response. This client reads the `extensions` of the response and generate console warn to let the engineer can see the warning message in the console. | ||
@@ -4,0 +4,0 @@ ## How to use it |
@@ -47,3 +47,3 @@ { | ||
/* Emit */ | ||
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ | ||
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ | ||
// "declarationMap": true, /* Create sourcemaps for d.ts files. */ | ||
@@ -53,3 +53,3 @@ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ | ||
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */ | ||
// "outDir": "./", /* Specify an output folder for all emitted files. */ | ||
"outDir": "./lib", /* Specify an output folder for all emitted files. */ | ||
// "removeComments": true, /* Disable emitting comments. */ | ||
@@ -104,3 +104,5 @@ // "noEmit": true, /* Disable emitting files from a compilation. */ | ||
"skipLibCheck": true /* Skip type checking all .d.ts files. */ | ||
} | ||
}, | ||
"include": ["src"], | ||
"exclude": ["node_modules", "**/__tests__/*"] | ||
} |
125372
2847