@aws-cdk/aws-dax
Advanced tools
Comparing version 1.18.0 to 1.19.0
@@ -176,3 +176,3 @@ import cdk = require('@aws-cdk/core'); | ||
inspect(inspector: cdk.TreeInspector): void; | ||
protected readonly cfnProperties: { | ||
protected get cfnProperties(): { | ||
[key: string]: any; | ||
@@ -265,3 +265,3 @@ }; | ||
inspect(inspector: cdk.TreeInspector): void; | ||
protected readonly cfnProperties: { | ||
protected get cfnProperties(): { | ||
[key: string]: any; | ||
@@ -341,3 +341,3 @@ }; | ||
inspect(inspector: cdk.TreeInspector): void; | ||
protected readonly cfnProperties: { | ||
protected get cfnProperties(): { | ||
[key: string]: any; | ||
@@ -344,0 +344,0 @@ }; |
{ | ||
"name": "@aws-cdk/aws-dax", | ||
"version": "1.18.0", | ||
"version": "1.19.0", | ||
"description": "The CDK Construct Library for AWS::DAX", | ||
@@ -63,15 +63,26 @@ "main": "lib/index.js", | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"js" | ||
], | ||
"coverageThreshold": { | ||
"global": { | ||
"branches": 60, | ||
"statements": 80 | ||
} | ||
} | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@aws-cdk/assert": "1.18.0", | ||
"cdk-build-tools": "1.18.0", | ||
"cfn2ts": "1.18.0", | ||
"pkglint": "1.18.0" | ||
"@aws-cdk/assert": "1.19.0", | ||
"cdk-build-tools": "1.19.0", | ||
"cfn2ts": "1.19.0", | ||
"pkglint": "1.19.0" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/core": "1.18.0" | ||
"@aws-cdk/core": "1.19.0" | ||
}, | ||
"homepage": "https://github.com/aws/aws-cdk", | ||
"peerDependencies": { | ||
"@aws-cdk/core": "1.18.0" | ||
"@aws-cdk/core": "1.19.0" | ||
}, | ||
@@ -78,0 +89,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
139867
704
+ Added@aws-cdk/core@1.19.0(transitive)
+ Added@aws-cdk/cx-api@1.19.0(transitive)
- Removed@aws-cdk/core@1.18.0(transitive)
- Removed@aws-cdk/cx-api@1.18.0(transitive)
Updated@aws-cdk/core@1.19.0