@graphql-toolkit/schema-merging
Advanced tools
Comparing version 0.7.2 to 0.7.3-alpha-0ea72b3.3
{ | ||
"name": "@graphql-toolkit/schema-merging", | ||
"version": "0.7.2", | ||
"version": "0.7.3-alpha-0ea72b3.3+0ea72b3", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,11 +10,11 @@ "repository": "git@github.com:dotansimha/graphql-toolkit.git", | ||
"clean": "rimraf dist", | ||
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs", | ||
"test": "jest --config ../../jest.config.js" | ||
"build": "bob", | ||
"test": "jest --no-watchman --config ../../jest.config.js" | ||
}, | ||
"sideEffects": false, | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/esnext/index.js", | ||
"typings": "dist/esnext/index.d.ts", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"typings": "dist/index.d.ts", | ||
"typescript": { | ||
"definition": "dist/esnext/index.d.ts" | ||
"definition": "dist/index.d.ts" | ||
}, | ||
@@ -24,3 +24,7 @@ "peerDependencies": { | ||
}, | ||
"buildOptions": { | ||
"input": "./src/index.ts" | ||
}, | ||
"devDependencies": { | ||
"@ardatan/bob": "0.1.4", | ||
"@types/deepmerge": "2.2.0", | ||
@@ -34,3 +38,3 @@ "@types/jest": "24.0.23", | ||
"dependencies": { | ||
"@graphql-toolkit/common": "0.7.2", | ||
"@graphql-toolkit/common": "0.7.3-alpha-0ea72b3.3+0ea72b3", | ||
"@kamilkisiela/graphql-tools": "4.0.6", | ||
@@ -43,3 +47,3 @@ "deepmerge": "4.2.2", | ||
}, | ||
"gitHead": "62f00e20b2cb6cf9bb0e900a9e2c15d2988ca235" | ||
"gitHead": "0ea72b30e3d6475805cff5aa1bd3f9aff1189d4f" | ||
} |
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
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
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
104122
7
24
1897
2
- Removed@graphql-toolkit/common@0.7.2(transitive)
- Removedaggregate-error@3.0.1(transitive)
- Removedclean-stack@2.2.0(transitive)
- Removedindent-string@4.0.0(transitive)
- Removedlodash@4.17.15(transitive)
Updated@graphql-toolkit/common@0.7.3-alpha-0ea72b3.3+0ea72b3