@manifoldco/graphql-gen
Advanced tools
Comparing version 1.1.5 to 1.1.6-0
@@ -9,3 +9,3 @@ #!/usr/bin/env node | ||
const yaml = require('js-yaml'); | ||
const graphQLGen = require('../dist/cjs'); | ||
const { default: graphQLGen } = require('../dist-node'); | ||
@@ -12,0 +12,0 @@ const cli = meow( |
{ | ||
"name": "@manifoldco/graphql-gen", | ||
"version": "1.1.5", | ||
"description": "Generate GraphQL schemas from Swagger OpenAPI specs ", | ||
"main": "dist/index.js", | ||
"version": "1.1.6-0", | ||
"license": "ISC", | ||
"bin": { | ||
"graphql-gen": "./bin/cli.js" | ||
}, | ||
"files": [ | ||
"bin", | ||
"dist" | ||
], | ||
"homepage": "https://github.com/manifoldco/graphql-gen#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/manifoldco/graphql-gen.git" | ||
}, | ||
"source": "dist-src/index.js", | ||
"types": "dist-types/index.d.ts", | ||
"main": "dist-node/index.js", | ||
"pika": true, | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -25,14 +21,14 @@ "swagger", | ||
], | ||
"author": "dangodev", | ||
"license": "ISC", | ||
"files": [ | ||
"dist-*/", | ||
"assets/", | ||
"bin/" | ||
], | ||
"homepage": "https://github.com/manifoldco/graphql-gen#readme", | ||
"bugs": { | ||
"url": "https://github.com/manifoldco/graphql-gen/issues" | ||
}, | ||
"scripts": { | ||
"build": "node scripts/build", | ||
"prepublish": "npm run build", | ||
"pregenerate": "npm run build", | ||
"generate": "node scripts/generate", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage" | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/manifoldco/graphql-gen.git" | ||
}, | ||
@@ -42,26 +38,29 @@ "dependencies": { | ||
"fs-extra": "^7.0.1", | ||
"js-yaml": "^3.12.1", | ||
"js-yaml": "^3.13.0", | ||
"meow": "^5.0.0", | ||
"prettier": "^1.16.1" | ||
"prettier": "^1.16.4" | ||
}, | ||
"peerDependencies": { | ||
"prettier": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@pika/pack": "^0.3.5", | ||
"@pika/plugin-build-node": "^0.3.14", | ||
"@pika/plugin-copy-assets": "^0.3.14", | ||
"@pika/plugin-ts-standard-pkg": "^0.3.14", | ||
"@types/fs-extra": "^5.0.4", | ||
"@types/glob": "^7.1.1", | ||
"@types/jest": "^23.3.13", | ||
"@types/jest": "^24.0.11", | ||
"@types/js-yaml": "^3.12.0", | ||
"@types/prettier": "^1.15.2", | ||
"jest": "^23.6.0", | ||
"rollup": "^1.1.2", | ||
"rollup-plugin-terser": "^4.0.2", | ||
"rollup-plugin-typescript": "^1.0.0", | ||
"ts-jest": "^23.10.5", | ||
"@typescript-eslint/eslint-plugin": "^1.5.0", | ||
"@typescript-eslint/parser": "^1.5.0", | ||
"eslint": "^5.15.3", | ||
"eslint-config-prettier": "^4.1.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"jest": "^24.5.0", | ||
"ts-jest": "^24.0.0", | ||
"tslib": "^1.9.3", | ||
"tslint": "^5.12.1", | ||
"tslint-config-prettier": "^1.17.0", | ||
"tslint-plugin-prettier": "^2.0.1", | ||
"typescript": "^3.2.4" | ||
}, | ||
"peerDependencies": { | ||
"prettier": "^1.0.0" | ||
"typescript": "^3.3.4000" | ||
} | ||
} |
@@ -1,2 +0,4 @@ | ||
[![version (scoped)](https://img.shields.io/npm/v/@manifoldco/graphql-gen.svg)](https://www.npmjs.com/package/@manifoldco/graphql-gen) | ||
[![version | ||
(scoped)](https://img.shields.io/npm/v/@manifoldco/graphql-gen.svg)](https://www.npmjs.com/package/@manifoldco/graphql-gen) | ||
[![codecov](https://codecov.io/gh/manifoldco/graphql-gen/branch/master/graph/badge.svg)](https://codecov.io/gh/manifoldco/graphql-gen) | ||
@@ -3,0 +5,0 @@ # ⚛️ graphql-gen |
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
26822
10
0
479
91
18
3
1
Updatedjs-yaml@^3.13.0
Updatedprettier@^1.16.4