@graphitation/supermassive
Advanced tools
Comparing version 1.1.7 to 2.0.0
# Change Log - @graphitation/supermassive | ||
This log was last generated on Thu, 27 Oct 2022 12:54:01 GMT and should not be manually modified. | ||
This log was last generated on Mon, 21 Nov 2022 14:11:53 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 2.0.0 | ||
Mon, 21 Nov 2022 14:11:53 GMT | ||
### Major changes | ||
- Supermassive split into multiple packages (jakubvejr@microsoft.com) | ||
## 1.1.7 | ||
Thu, 27 Oct 2022 12:54:01 GMT | ||
Thu, 27 Oct 2022 12:54:10 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, FunctionFieldResolver, Resolvers, ResolveInfo, } from "./types"; | ||
export type { ObjectTypeResolver, InterfaceTypeResolver, UnionTypeResolver, ScalarTypeResolver, EnumTypeResolver, InputObjectTypeResolver, FunctionFieldResolver, Resolvers, UserResolvers, ResolveInfo, } from "./types"; | ||
export { addTypesToRequestDocument } from "./ast/addTypesToRequestDocument"; | ||
@@ -12,4 +12,3 @@ export { extractImplicitTypes } from "./extractImplicitTypesRuntime"; | ||
export type { PromiseOrValue } from "./jsutils/PromiseOrValue"; | ||
export { generateTS } from "./codegen/index"; | ||
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 |
@@ -25,3 +25,2 @@ var __defProp = Object.defineProperty; | ||
extractImplicitTypes: () => import_extractImplicitTypesRuntime.extractImplicitTypes, | ||
generateTS: () => import_codegen.generateTS, | ||
specifiedScalars: () => import_values.specifiedScalars, | ||
@@ -40,2 +39,1 @@ subscribeWithSchema: () => import_subscribeWithSchema.subscribeWithSchema, | ||
var import_annotateDocumentGraphQLTransform = require("./transforms/annotateDocumentGraphQLTransform"); | ||
var import_codegen = require("./codegen/index"); |
{ | ||
"name": "@graphitation/supermassive", | ||
"license": "MIT", | ||
"version": "1.1.7", | ||
"bin": { | ||
"supermassive": "./bin/supermassive.js" | ||
}, | ||
"version": "2.0.0", | ||
"main": "./lib/index", | ||
@@ -20,3 +17,3 @@ "repository": { | ||
"just": "monorepo-scripts", | ||
"extract-schema": "yarn build && node ./bin/supermassive.js extract-schema ./src/benchmarks/swapi-schema/schema.graphql", | ||
"extract-schema": "yarn build && ts-node --project tsconfig.json ./node_modules/.bin/supermassive extract-schema ./src/benchmarks/swapi-schema/schema.graphql", | ||
"benchmark": "ts-node -T ./src/benchmarks/index.ts" | ||
@@ -26,2 +23,4 @@ }, | ||
"@graphitation/graphql-js-tag": "*", | ||
"@graphitation/supermassive-extractors": "*", | ||
"@graphitation/cli": "*", | ||
"@graphql-tools/schema": "^7.1.5", | ||
@@ -41,2 +40,8 @@ "@ts-morph/bootstrap": "^0.11.0", | ||
"access": "public", | ||
"publishConfig": {}, | ||
"dependencies": { | ||
"graphql": "^15.6.1" | ||
}, | ||
"types": "./lib/index.d.ts", | ||
"module": "./lib/index.mjs", | ||
"exports": { | ||
@@ -46,17 +51,4 @@ ".": { | ||
"require": "./lib/index.js" | ||
}, | ||
"./lib/extractors": { | ||
"import": "./lib/extractors/index.mjs", | ||
"require": "./lib/extractors/index.js", | ||
"types": "./lib/extractors/index.d.ts" | ||
} | ||
}, | ||
"publishConfig": {}, | ||
"dependencies": { | ||
"commander": "^8.3.0", | ||
"graphql": "^15.6.1", | ||
"typescript": "^4.4.3 <4.5.0" | ||
}, | ||
"types": "./lib/index.d.ts", | ||
"module": "./lib/index.mjs" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
4
325062
14
199
6466
- Removedcommander@^8.3.0
- Removedtypescript@^4.4.3 <4.5.0
- Removedcommander@8.3.0(transitive)
- Removedtypescript@4.4.4(transitive)