@graphql-markdown/printer-legacy
Advanced tools
Comparing version 1.4.3 to 1.5.0-next.0
@@ -8,8 +8,8 @@ { | ||
}, | ||
"version": "1.4.3", | ||
"version": "1.5.0-next.0", | ||
"license": "MIT", | ||
"main": "src/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/graphql-markdown/graphql-markdown.git" | ||
"url": "graphql-markdown/graphql-markdown", | ||
"directory": "packages/utils" | ||
}, | ||
@@ -19,11 +19,48 @@ "author": { | ||
}, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"default": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"./*": { | ||
"require": { | ||
"types": "./dist/*.d.ts", | ||
"default": "./dist/*.js" | ||
}, | ||
"import": { | ||
"types": "./dist/*.d.ts", | ||
"default": "./dist/*.js" | ||
}, | ||
"default": { | ||
"types": "./dist/*.d.ts", | ||
"default": "./dist/*.js" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"prepack": "pinst --disable", | ||
"postpack": "pinst --enable", | ||
"test": "jest", | ||
"stryker": "stryker run" | ||
"stryker": "stryker run", | ||
"clean": "rm -rf ./dist" | ||
}, | ||
"dependencies": { | ||
"@graphql-markdown/utils": "^1.5.1" | ||
"@graphql-markdown/graphql": "^1.0.0-next.0", | ||
"@graphql-markdown/utils": "^1.6.0-next.0" | ||
}, | ||
"devDependencies": { | ||
"@graphql-markdown/types": "^1.0.0-next.0" | ||
}, | ||
"directories": { | ||
@@ -36,4 +73,11 @@ "test": "tests" | ||
"publishConfig": { | ||
"directory": "dist", | ||
"access": "public" | ||
} | ||
}, | ||
"typescript": { | ||
"definition": "dist/index.d.ts" | ||
}, | ||
"files": [ | ||
"dist" | ||
] | ||
} |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
58123
47
2
1
1183
1
1
+ Added@graphql-markdown/graphql@1.1.5(transitive)
+ Added@graphql-tools/load@8.0.12(transitive)
+ Added@graphql-tools/merge@9.0.17(transitive)
+ Added@graphql-tools/schema@10.0.16(transitive)
+ Added@graphql-tools/utils@10.7.2(transitive)
+ Added@graphql-typed-document-node/core@3.2.0(transitive)
+ Addedcross-inspect@1.0.1(transitive)
+ Addeddset@3.1.4(transitive)
+ Addedgraphql@16.10.0(transitive)
+ Addedp-limit@3.1.0(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedvalue-or-promise@1.0.12(transitive)
+ Addedyocto-queue@0.1.0(transitive)