@graphql-mesh/graphql
Advanced tools
Comparing version 0.0.14-alpha-e89fa36.2 to 0.0.14-alpha-eab7318.4
{ | ||
"name": "@graphql-mesh/graphql", | ||
"version": "0.0.14-alpha-e89fa36.2+e89fa36", | ||
"version": "0.0.14-alpha-eab7318.4+eab7318", | ||
"main": "dist/index.js", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@graphql-mesh/types": "0.0.14-alpha-e89fa36.2+e89fa36", | ||
"@graphql-mesh/types": "0.0.14-alpha-eab7318.4+eab7318", | ||
"apollo-link-http": "1.5.16", | ||
@@ -31,3 +31,3 @@ "cross-fetch": "3.0.4", | ||
}, | ||
"gitHead": "e89fa3691b836b31ffbed9dc6b5cbdfd043bd44b" | ||
"gitHead": "eab73189715819978c8b83c7498458d22915ca3e" | ||
} |
{ | ||
"extends": "../../../tsconfig.json", | ||
"compilerOptions": { | ||
"skipLibCheck": true, | ||
"incremental": true, /* Enable incremental compilation */ | ||
"target": "es2019", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */ | ||
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ | ||
"lib": ["ES2015"], /* Specify library files to be included in the compilation. */ | ||
"declaration": true, /* Generates corresponding '.d.ts' file. */ | ||
"sourceMap": true, /* Generates corresponding '.map' file. */ | ||
"outDir": "./dist/", /* Redirect output structure to the directory. */ | ||
"strict": true, /* Enable all strict type-checking options. */ | ||
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ | ||
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ | ||
"experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ | ||
"emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ | ||
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ | ||
"outDir": "./dist", | ||
"baseUrl": "./" | ||
}, | ||
"files": [ | ||
"src/index.ts" | ||
] | ||
"files": ["src/index.ts"] | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
3762
8
54