@graphitation/supermassive
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Tue, 18 Jan 2022 12:29:09 GMT", | ||
"date": "Wed, 19 Jan 2022 13:39:48 GMT", | ||
"tag": "@graphitation/supermassive_v0.5.2", | ||
"version": "0.5.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "jakubvejr@microsoft.com", | ||
"package": "@graphitation/supermassive", | ||
"commit": "bbcd6d2d5fe95073e9bea820f92298f397edda26", | ||
"comment": "Export AST types" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 18 Jan 2022 12:29:14 GMT", | ||
"tag": "@graphitation/supermassive_v0.5.1", | ||
@@ -8,0 +23,0 @@ "version": "0.5.1", |
# Change Log - @graphitation/supermassive | ||
This log was last generated on Tue, 18 Jan 2022 12:29:09 GMT and should not be manually modified. | ||
This log was last generated on Wed, 19 Jan 2022 13:39:48 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.5.2 | ||
Wed, 19 Jan 2022 13:39:48 GMT | ||
### Patches | ||
- Export AST types (jakubvejr@microsoft.com) | ||
## 0.5.1 | ||
Tue, 18 Jan 2022 12:29:09 GMT | ||
Tue, 18 Jan 2022 12:29:14 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -10,3 +10,3 @@ export { executeWithoutSchema } from "./executeWithoutSchema"; | ||
export { annotateDocumentGraphQLTransform } from "./transforms/annotateDocumentGraphQLTransform"; | ||
export type { DocumentNode } from "./ast/TypedAST"; | ||
export type { NameNode, DocumentNode, OperationDefinitionNode, VariableDefinitionNode, VariableNode, SelectionSetNode, FieldNode, ArgumentNode, FragmentSpreadNode, InlineFragmentNode, FragmentDefinitionNode, IntValueNode, FloatValueNode, StringValueNode, BooleanValueNode, NullValueNode, EnumValueNode, ListValueNode, ObjectValueNode, ObjectFieldNode, DirectiveNode, NamedTypeNode, ListTypeNode, NonNullTypeNode, SchemaDefinitionNode, OperationTypeDefinitionNode, ScalarTypeDefinitionNode, ObjectTypeDefinitionNode, FieldDefinitionNode, InputValueDefinitionNode, InterfaceTypeDefinitionNode, UnionTypeDefinitionNode, EnumTypeDefinitionNode, EnumValueDefinitionNode, InputObjectTypeDefinitionNode, DirectiveDefinitionNode, SchemaExtensionNode, ScalarTypeExtensionNode, ObjectTypeExtensionNode, InterfaceTypeExtensionNode, UnionTypeExtensionNode, EnumTypeExtensionNode, InputObjectTypeExtensionNode, } from "./ast/TypedAST"; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@graphitation/supermassive", | ||
"license": "MIT", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"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
324886
6587