@graphitation/supermassive
Advanced tools
Comparing version 0.8.2 to 0.8.3
# Change Log - @graphitation/supermassive | ||
This log was last generated on Fri, 01 Apr 2022 15:59:58 GMT and should not be manually modified. | ||
This log was last generated on Tue, 03 May 2022 17:45:06 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.8.3 | ||
Tue, 03 May 2022 17:45:06 GMT | ||
### Patches | ||
- Expose TypeScript type FunctionFieldResolver (vladimir.razuvaev@gmail.com) | ||
## 0.8.2 | ||
Fri, 01 Apr 2022 15:59:58 GMT | ||
Fri, 01 Apr 2022 16:00:03 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -5,3 +5,3 @@ export { executeWithoutSchema } from "./executeWithoutSchema"; | ||
export { subscribeWithoutSchema } from "./subscribeWithoutSchema"; | ||
export type { ObjectTypeResolver, InterfaceTypeResolver, UnionTypeResolver, ScalarTypeResolver, EnumTypeResolver, InputObjectTypeResolver, Resolvers, } from "./types"; | ||
export type { ObjectTypeResolver, InterfaceTypeResolver, UnionTypeResolver, ScalarTypeResolver, EnumTypeResolver, InputObjectTypeResolver, FunctionFieldResolver, Resolvers, } from "./types"; | ||
export { addTypesToRequestDocument } from "./ast/addTypesToRequestDocument"; | ||
@@ -8,0 +8,0 @@ export { extractImplicitTypes } from "./extractImplicitTypesRuntime"; |
{ | ||
"name": "@graphitation/supermassive", | ||
"license": "MIT", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "supermassive": "./bin/supermassive.js" |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
360818
0