graphql-validate-directive
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "graphql-validate-directive", | ||
"description": "A GraphQL directive for input validation", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"main": "dist/cjs/index.js", | ||
@@ -25,5 +25,5 @@ "module": "dist/esm/index.js", | ||
"scripts": { | ||
"build": "tsc -p .", | ||
"build": "yarn build:cjs && yarn build:esm", | ||
"build:esm": "tsc -p . -m ESNext --outDir dist/esm", | ||
"build:cjs": "tsc -p . -m commonjs --outDir dist/cjs", | ||
"build:all": "yarn build:cjs && yarn build", | ||
"test": "jest", | ||
@@ -30,0 +30,0 @@ "prepublishOnly": "yarn build" |
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
41551
45
730