@luvio/graphql-parser
Advanced tools
Comparing version 0.62.2 to 0.62.3
{ | ||
"name": "@luvio/graphql-parser", | ||
"version": "0.62.2", | ||
"description": "GraphQL parser for LDS GraphQL adapter", | ||
"version": "0.62.3", | ||
"description": "GraphQL parser for Luvio GraphQL adapter support", | ||
"main": "dist/luvioGraphqlParser.js", | ||
"module": "true", | ||
"module": "dist/luvioGraphqlParser.js", | ||
"types": "dist/main.d.ts", | ||
@@ -16,2 +16,5 @@ "license": "MIT", | ||
}, | ||
"dependencies": { | ||
"graphql": "^15.0.0" | ||
}, | ||
"publishConfig": { | ||
@@ -18,0 +21,0 @@ "access": "public" |
@@ -8,3 +8,3 @@ import resolve from 'rollup-plugin-node-resolve'; | ||
file: 'dist/luvioGraphqlParser.js', | ||
format: 'cjs', | ||
format: 'esm', | ||
}, | ||
@@ -11,0 +11,0 @@ |
Sorry, the diff of this file is too big to display
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
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
185457
1
5001
+ Addedgraphql@^15.0.0
+ Addedgraphql@15.9.0(transitive)