@arranger/schema
Advanced tools
Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "@arranger/schema", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "GraphQL Schema for Data Portals", | ||
@@ -27,4 +27,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@arranger/mapping-utils": "^2.3.0", | ||
"@arranger/middleware": "^2.3.0", | ||
"@arranger/mapping-utils": "^2.4.0", | ||
"@arranger/middleware": "^2.4.0", | ||
"babel-polyfill": "^6.26.0", | ||
@@ -35,3 +35,5 @@ "graphql-middleware": "1.3.1", | ||
"graphql-type-json": "^0.2.1", | ||
"kind-of": "^6.0.3", | ||
"lodash": "^4.17.20", | ||
"minimist": "^1.2.5", | ||
"paralleljs": "^0.2.1", | ||
@@ -49,3 +51,3 @@ "uuid": "^3.2.1" | ||
}, | ||
"gitHead": "3572f1caf36b81b6fa4d28a75dab04e62361dcc3" | ||
"gitHead": "14257021e5469140587da38c2c6591e818b2d736" | ||
} |
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
52527
13
+ Addedkind-of@^6.0.3
+ Addedminimist@^1.2.5
Updated@arranger/middleware@^2.4.0