graphql-config
Advanced tools
Comparing version 3.0.0-alpha.13 to 3.0.0-alpha.14
{ | ||
"name": "graphql-config", | ||
"version": "3.0.0-alpha.13", | ||
"version": "3.0.0-alpha.14", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"typings": "dist/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
"prepublishOnly": "yarn build", | ||
"clean": "rimraf dist", | ||
"prebuild": "yarn clean", | ||
"build": "rollup -c rollup.config.js", | ||
"format": "prettier --write '{src,test}/**/*.{ts,graphql}'", | ||
"lint": "eslint '{src,test}/**/*.ts'", | ||
"test": "jest", | ||
"precommit": "lint-staged", | ||
"release": "npm publish dist" | ||
}, | ||
"files": [ | ||
"dist/*" | ||
], | ||
"peerDependencies": { | ||
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" | ||
}, | ||
"dependencies": { | ||
"@graphql-toolkit/common": "0.6.1-alpha-cee1e98.4+cee1e98", | ||
"@graphql-toolkit/graphql-file-loader": "0.6.1-alpha-cee1e98.4+cee1e98", | ||
"@graphql-toolkit/json-file-loader": "0.6.1-alpha-cee1e98.4+cee1e98", | ||
"@graphql-toolkit/schema-merging": "0.6.1-alpha-cee1e98.4+cee1e98", | ||
"@graphql-toolkit/url-loader": "0.6.1-alpha-cee1e98.4+cee1e98", | ||
"cosmiconfig": "5.2.1", | ||
"globby": "10.0.1", | ||
"minimatch": "3.0.4" | ||
}, | ||
"devDependencies": { | ||
"@types/cosmiconfig": "5.0.3", | ||
"@types/jest": "24.0.19", | ||
"@types/nock": "11.1.0", | ||
"@types/node": "12.11.1", | ||
"@types/node-fetch": "2.5.2", | ||
"@typescript-eslint/parser": "2.4.0", | ||
"del": "5.1.0", | ||
"eslint": "6.5.1", | ||
"graphql": "14.5.8", | ||
"husky": "3.0.9", | ||
"jest": "24.9.0", | ||
"lint-staged": "9.4.2", | ||
"make-dir": "3.0.0", | ||
"nock": "11.4.0", | ||
"parent-module": "2.0.0", | ||
"prettier": "1.18.2", | ||
"rimraf": "3.0.0", | ||
"rollup": "1.24.0", | ||
"rollup-plugin-generate-package-json": "3.1.3", | ||
"rollup-plugin-typescript2": "0.24.3", | ||
"ts-jest": "24.1.0", | ||
"tslib": "1.10.0", | ||
"typescript": "3.6.4" | ||
}, | ||
"repository": { | ||
@@ -65,3 +13,3 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/kamilkisiela/graphql-config#readme", | ||
"homepage": "https://graphql-config.com", | ||
"keywords": [ | ||
@@ -73,13 +21,19 @@ "graphql", | ||
], | ||
"author": "Johannes Schickling <johannes@graph.cool>", | ||
"author": "Kamil Kisiela <kamil.kisiela@gmail.com>", | ||
"license": "MIT", | ||
"lint-staged": { | ||
"*.{ts,graphql}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
}, | ||
"engines": { | ||
"node": ">= 6.0.0" | ||
}, | ||
"main": "index.js", | ||
"module": "index.es.js", | ||
"typings": "index.d.ts", | ||
"dependencies": { | ||
"@graphql-toolkit/common": "0.6.2", | ||
"@graphql-toolkit/graphql-file-loader": "0.6.2", | ||
"@graphql-toolkit/json-file-loader": "0.6.2", | ||
"@graphql-toolkit/schema-merging": "0.6.2", | ||
"@graphql-toolkit/url-loader": "0.6.2", | ||
"cosmiconfig": "5.2.1", | ||
"minimatch": "3.0.4" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality 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
8
0
1458
72950
21
1
0
1
+ Added@graphql-toolkit/common@0.6.2(transitive)
+ Added@graphql-toolkit/graphql-file-loader@0.6.2(transitive)
+ Added@graphql-toolkit/json-file-loader@0.6.2(transitive)
+ Added@graphql-toolkit/schema-merging@0.6.2(transitive)
+ Added@graphql-toolkit/url-loader@0.6.2(transitive)
+ Added@kamilkisiela/graphql-tools@4.0.6(transitive)
+ Added@wry/equality@0.1.11(transitive)
+ Addedaggregate-error@3.0.1(transitive)
+ Addedapollo-link@1.2.14(transitive)
+ Addedapollo-utilities@1.3.4(transitive)
+ Addedclean-stack@2.2.0(transitive)
+ Addedcross-fetch@3.0.4(transitive)
+ Addeddeepmerge@4.2.0(transitive)
+ Addeddeprecated-decorator@0.1.6(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedgraphql-import@0.7.1(transitive)
+ Addedindent-string@4.0.0(transitive)
+ Addedlodash@4.17.15(transitive)
+ Addednode-fetch@2.6.0(transitive)
+ Addedresolve-from@4.0.0(transitive)
+ Addedts-invariant@0.4.4(transitive)
+ Addedtslib@1.14.1(transitive)
+ Addeduuid@3.4.0(transitive)
+ Addedvalid-url@1.0.9(transitive)
+ Addedwhatwg-fetch@3.0.0(transitive)
+ Addedzen-observable@0.8.15(transitive)
+ Addedzen-observable-ts@0.8.21(transitive)
- Removedglobby@10.0.1
- Removed@nodelib/fs.scandir@2.1.5(transitive)
- Removed@nodelib/fs.stat@2.0.5(transitive)
- Removed@nodelib/fs.walk@1.2.8(transitive)
- Removed@types/glob@7.2.0(transitive)
- Removed@types/minimatch@5.1.2(transitive)
- Removed@types/node@22.10.1(transitive)
- Removedarray-union@2.1.0(transitive)
- Removedbraces@3.0.3(transitive)
- Removeddir-glob@3.0.1(transitive)
- Removedfast-glob@3.3.2(transitive)
- Removedfastq@1.17.1(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedglobby@10.0.1(transitive)
- Removedignore@5.3.2(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removedmerge2@1.4.1(transitive)
- Removedmicromatch@4.0.8(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpath-type@4.0.0(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedqueue-microtask@1.2.3(transitive)
- Removedreusify@1.0.4(transitive)
- Removedrun-parallel@1.2.0(transitive)
- Removedslash@3.0.0(transitive)
- Removedto-regex-range@5.0.1(transitive)
- Removedundici-types@6.20.0(transitive)
- Removedwrappy@1.0.2(transitive)