graphql-schemax
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "graphql-schemax", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Creates GraphQL string schema from plain JSON objects.", | ||
@@ -11,3 +11,10 @@ "keywords": [ | ||
"exports": { | ||
".": "./src/index.mjs" | ||
".": [ | ||
{ | ||
"import": "./src/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.cjs" | ||
}, | ||
"./dist/index.cjs" | ||
] | ||
}, | ||
@@ -14,0 +21,0 @@ "repository": { |
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
21704
9