@aws-amplify/graphql-maps-to-transformer
Advanced tools
Comparing version 2.1.8-alpha.0 to 2.1.8-rds.0
@@ -6,2 +6,6 @@ # Change Log | ||
## [2.1.8-rds.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@2.1.7...@aws-amplify/graphql-maps-to-transformer@2.1.8-rds.0) (2023-06-21) | ||
**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer | ||
## [2.1.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@2.1.6...@aws-amplify/graphql-maps-to-transformer@2.1.7) (2023-06-20) | ||
@@ -8,0 +12,0 @@ |
@@ -43,3 +43,3 @@ "use strict"; | ||
const funcLogicalId = `${baseName}LambdaFunction`; | ||
const lambdaFunc = host.addLambdaFunction(funcLogicalId, `functions/${funcLogicalId}.zip`, 'index.handler', path.join(__dirname, 'assets', 'mapping-lambda.zip'), lambda.Runtime.NODEJS_14_X, undefined, role, undefined, undefined, stack); | ||
const lambdaFunc = host.addLambdaFunction(funcLogicalId, `functions/${funcLogicalId}.zip`, 'index.handler', path.join(__dirname, 'assets', 'mapping-lambda.zip'), lambda.Runtime.NODEJS_14_X, undefined, role, undefined, cdk.Duration.seconds(30), stack); | ||
role.attachInlinePolicy(new iam.Policy(stack, `${baseName}CloudWatchLogAccess`, { | ||
@@ -46,0 +46,0 @@ statements: [ |
{ | ||
"name": "@aws-amplify/graphql-maps-to-transformer", | ||
"version": "2.1.8-alpha.0+0dd31fced", | ||
"version": "2.1.8-rds.0", | ||
"description": "Amplify GraphQL @mapsTo transformer", | ||
@@ -33,14 +33,14 @@ "repository": { | ||
"dependencies": { | ||
"@aws-amplify/graphql-transformer-core": "1.3.4-alpha.0+0dd31fced", | ||
"@aws-amplify/graphql-transformer-interfaces": "2.2.3-alpha.0+0dd31fced", | ||
"@aws-amplify/graphql-transformer-core": "1.4.0-rds.0", | ||
"@aws-amplify/graphql-transformer-interfaces": "2.3.0-rds.0", | ||
"aws-cdk-lib": "~2.68.0", | ||
"constructs": "^10.0.5", | ||
"graphql-mapping-template": "4.20.9-alpha.431+0dd31fced", | ||
"graphql-transformer-common": "4.24.7-alpha.42+0dd31fced" | ||
"graphql-mapping-template": "4.20.8", | ||
"graphql-transformer-common": "4.25.0-rds.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-amplify/graphql-index-transformer": "1.2.4-alpha.0+0dd31fced", | ||
"@aws-amplify/graphql-model-transformer": "1.3.4-alpha.0+0dd31fced", | ||
"@aws-amplify/graphql-relational-transformer": "1.2.4-alpha.0+0dd31fced", | ||
"@aws-amplify/graphql-searchable-transformer": "1.2.6-alpha.0+0dd31fced", | ||
"@aws-amplify/graphql-index-transformer": "1.2.4-rds.0", | ||
"@aws-amplify/graphql-model-transformer": "1.4.0-rds.0", | ||
"@aws-amplify/graphql-relational-transformer": "1.2.4-rds.0", | ||
"@aws-amplify/graphql-searchable-transformer": "1.2.6-rds.0", | ||
"graphql": "^15.5.0", | ||
@@ -62,12 +62,5 @@ "mkdirp": "^0.5.5" | ||
], | ||
"collectCoverage": true, | ||
"coverageThreshold": { | ||
"global": { | ||
"branches": 58, | ||
"functions": 80, | ||
"lines": 80 | ||
} | ||
} | ||
"collectCoverage": true | ||
}, | ||
"gitHead": "0dd31fced2bc070cb8fe417c34cc1b6b37a5f801" | ||
"gitHead": "2d85e1f0f0fc383c0bbaf7269258a8ad6d527860" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
71554
0
+ Added@aws-amplify/graphql-transformer-core@1.4.0-rds.0(transitive)
+ Added@aws-amplify/graphql-transformer-interfaces@2.3.0-rds.0(transitive)
+ Addedcharenc@0.0.2(transitive)
+ Addedcrypt@0.0.2(transitive)
+ Addedfs-extra@8.1.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedgraphql@15.10.1(transitive)
+ Addedgraphql-mapping-template@4.20.8(transitive)
+ Addedgraphql-transformer-common@4.25.0-rds.0(transitive)
+ Addedhjson@3.2.2(transitive)
+ Addedis-buffer@1.1.6(transitive)
+ Addedjsonfile@4.0.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmd5@2.3.0(transitive)
+ Addedobject-hash@3.0.0(transitive)
+ Addedpluralize@8.0.0(transitive)
+ Addedts-dedent@2.2.0(transitive)
+ Addeduniversalify@0.1.2(transitive)
Updated@aws-amplify/graphql-transformer-interfaces@2.3.0-rds.0