cardano-graphql-ts
Advanced tools
Comparing version 0.1.1-alpha.0 to 1.0.0-rc.2
{ | ||
"name": "cardano-graphql-ts", | ||
"version": "0.1.1-alpha.0", | ||
"description": "Generated TypeScript definitions for Cardano GraphQL", | ||
"version": "1.0.0-rc.2", | ||
"description": "A client package for Cardano GraphQL, including a TypeScript type definitions for the schema, also included", | ||
"repository": { | ||
@@ -9,4 +9,8 @@ "type": "git", | ||
}, | ||
"main": "", | ||
"scripts": {}, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "rm -rf dist && tsc", | ||
"prepublishOnly": "yarn build && cpx ../../src/schema.graphql ." | ||
}, | ||
"keywords": [ | ||
@@ -18,6 +22,15 @@ "Cardano", | ||
"contributors": [ | ||
"Rhys Bartels-Waller <rhys.bartelswaller@iohk.io> (https://iohk.io)", | ||
"Sam Jeston <sam.jeston@iohk.io> (https://iohk.io)" | ||
"Rhys Bartels-Waller <rhys.bartelswaller@iohk.io> (https://iohk.io)" | ||
], | ||
"license": "Apache-2.0" | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"cpx": "^1.5.0", | ||
"typescript": "^3.8.3" | ||
}, | ||
"files": [ | ||
"dist/*", | ||
"schema.graphql", | ||
"LICENSE", | ||
"LICENSE_NOTICE" | ||
] | ||
} |
# Cardano GraphQL: TypeScript Definition | ||
Generated using [GraphQL Code Generator](https://graphql-code-generator.com/docs/plugins/typescript), published to npm via a build job. | ||
Statically check Cardano GraphQL queries |
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
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
343645
9
525
2