graphql-transformer-core
Advanced tools
Comparing version 8.1.10-rds.0 to 8.1.10
23
API.md
@@ -13,3 +13,2 @@ ## API Report File for "graphql-transformer-core" | ||
import { default as default_3 } from 'cloudform-types/types/iam/role'; | ||
import { DeploymentResources } from '@aws-amplify/graphql-transformer-interfaces'; | ||
import { Diff as Diff_2 } from 'deep-diff'; | ||
@@ -38,6 +37,4 @@ import { DirectiveDefinitionNode } from 'graphql'; | ||
import { SchemaDefinitionNode } from 'graphql'; | ||
import { StackMapping as StackMapping_3 } from '@aws-amplify/graphql-transformer-interfaces'; | ||
import Template from 'cloudform-types/types/template'; | ||
import { Template as Template_2 } from 'cloudform-types'; | ||
import { Template as Template_3 } from '@aws-amplify/graphql-transformer-interfaces'; | ||
import { Template as Template_3 } from 'cloudform-types'; | ||
import { TypeDefinitionNode } from 'graphql'; | ||
@@ -60,4 +57,4 @@ import { TypeSystemDefinitionNode } from 'graphql'; | ||
resolvers: Record<string, string>; | ||
stacks: Record<string, Template_3>; | ||
stackMapping: StackMapping_3; | ||
stacks: Record<string, Template_4>; | ||
stackMapping: StackMapping_4; | ||
pipelineFunctions: Record<string, string>; | ||
@@ -67,3 +64,3 @@ functions: Record<string, string>; | ||
userOverriddenSlots: string[]; | ||
rootStack: Template_3; | ||
rootStack: Template_4; | ||
}>; | ||
@@ -132,3 +129,8 @@ | ||
export { DeploymentResources } | ||
// Warning: (ae-forgotten-export) The symbol "ResolversFunctionsAndSchema" needs to be exported by the entry point index.d.ts | ||
// Warning: (ae-forgotten-export) The symbol "NestedStacks" needs to be exported by the entry point index.d.ts | ||
// | ||
// @public (undocumented) | ||
export interface DeploymentResources extends ResolversFunctionsAndSchema, NestedStacks { | ||
} | ||
@@ -615,4 +617,9 @@ // @public (undocumented) | ||
// Warnings were encountered during analysis: | ||
// | ||
// src/util/amplifyUtils.ts:49:56 - (ae-forgotten-export) The symbol "Template_4" needs to be exported by the entry point index.d.ts | ||
// src/util/amplifyUtils.ts:52:3 - (ae-forgotten-export) The symbol "StackMapping_4" needs to be exported by the entry point index.d.ts | ||
// (No @packageDocumentation comment for this package) | ||
``` |
@@ -1,5 +0,5 @@ | ||
import { DeploymentResources } from '@aws-amplify/graphql-transformer-interfaces'; | ||
import { ITransformer } from './ITransformer'; | ||
import { TransformConfig } from './util'; | ||
import { FeatureFlagProvider } from './FeatureFlags'; | ||
import { DeploymentResources } from './DeploymentResources'; | ||
export interface GraphQLTransformOptions { | ||
@@ -6,0 +6,0 @@ transformers: ITransformer[]; |
import './polyfills/Object.assign'; | ||
import { DeploymentResources } from '@aws-amplify/graphql-transformer-interfaces'; | ||
import { DeploymentResources } from './DeploymentResources'; | ||
import { TransformerContext, MappingParameters } from './TransformerContext'; | ||
@@ -4,0 +4,0 @@ import { Transformer } from './Transformer'; |
@@ -1,3 +0,3 @@ | ||
import { DeploymentResources } from '@aws-amplify/graphql-transformer-interfaces'; | ||
import { TransformerContext } from './TransformerContext'; | ||
import { DeploymentResources } from './DeploymentResources'; | ||
export declare class TransformFormatter { | ||
@@ -4,0 +4,0 @@ private schemaResourceUtil; |
@@ -28,4 +28,4 @@ import { Template } from 'cloudform-types'; | ||
resolvers: Record<string, string>; | ||
stacks: Record<string, import("@aws-amplify/graphql-transformer-interfaces").Template>; | ||
stackMapping: import("@aws-amplify/graphql-transformer-interfaces").StackMapping; | ||
stacks: Record<string, import("../deployment-resources").Template>; | ||
stackMapping: import("../deployment-resources").StackMapping; | ||
pipelineFunctions: Record<string, string>; | ||
@@ -35,3 +35,3 @@ functions: Record<string, string>; | ||
userOverriddenSlots: string[]; | ||
rootStack: import("@aws-amplify/graphql-transformer-interfaces").Template; | ||
rootStack: import("../deployment-resources").Template; | ||
}>; | ||
@@ -38,0 +38,0 @@ export interface UploadOptions { |
@@ -1,2 +0,2 @@ | ||
import { NestedStacks, Template } from '@aws-amplify/graphql-transformer-interfaces'; | ||
import { Template, NestedStacks } from '../DeploymentResources'; | ||
export type StackRules = Map<string, string>; | ||
@@ -3,0 +3,0 @@ export interface SplitStackOptions { |
{ | ||
"name": "graphql-transformer-core", | ||
"version": "8.1.10-rds.0", | ||
"version": "8.1.10", | ||
"description": "A framework to transform from GraphQL SDL to AWS cloudFormation.", | ||
@@ -27,4 +27,2 @@ "repository": { | ||
"dependencies": { | ||
"@aws-amplify/graphql-transformer-core": "1.5.0-rds.0", | ||
"@aws-amplify/graphql-transformer-interfaces": "2.3.0", | ||
"cloudform-types": "^4.2.0", | ||
@@ -35,7 +33,7 @@ "deep-diff": "^1.0.2", | ||
"graphql": "^15.5.0", | ||
"graphql-transformer-common": "4.26.0-rds.0", | ||
"graphql-transformer-common": "4.25.0", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@aws-amplify/amplify-cli-core": "4.2.0-aws-cdk-lib-2-28.0", | ||
"@aws-amplify/amplify-cli-core": "4.2.4-rc.43f73ab268.0", | ||
"@types/fs-extra": "^8.0.1", | ||
@@ -67,3 +65,3 @@ "@types/node": "^12.12.6" | ||
}, | ||
"gitHead": "ce50129f66540242a333df9b4ca76fb90cfc00ef" | ||
"gitHead": "de6751fd91228eecae518326515833f72509afa0" | ||
} |
Sorry, the diff of this file is too big to display
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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
487659
7
137
4346
1
+ Addedgraphql-transformer-common@4.25.0(transitive)
- Removed@aws-amplify/graphql-transformer-core@1.5.0-rds.0(transitive)
- Removed@aws-amplify/graphql-transformer-interfaces@2.3.0(transitive)
- Removed@aws-cdk/asset-awscli-v1@2.2.218(transitive)
- Removed@aws-cdk/asset-kubectl-v20@2.1.3(transitive)
- Removed@aws-cdk/asset-node-proxy-agent-v6@2.1.0(transitive)
- Removed@aws-cdk/cloud-assembly-schema@39.1.44(transitive)
- Removedaws-cdk-lib@2.175.1(transitive)
- Removedconstructs@10.4.2(transitive)
- Removedgraphql-transformer-common@4.26.0-rds.0(transitive)
- Removedhjson@3.2.2(transitive)
- Removedobject-hash@3.0.0(transitive)
- Removedts-dedent@2.2.0(transitive)