@aws-cdk/aws-iot
Advanced tools
Comparing version 1.8.0 to 1.9.0
{ | ||
"name": "@aws-cdk/aws-iot", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "The CDK Construct Library for AWS::IoT", | ||
@@ -23,3 +23,4 @@ "main": "lib/index.js", | ||
"assemblyOriginatorKeyFile": "../../key.snk", | ||
"versionSuffix": "-devpreview" | ||
"versionSuffix": "-devpreview", | ||
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/png/default-256-dark.png" | ||
}, | ||
@@ -66,3 +67,3 @@ "python": { | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^1.8.0", | ||
"@aws-cdk/assert": "^1.9.0", | ||
"cdk-build-tools": "file:../../../tools/cdk-build-tools", | ||
@@ -73,12 +74,12 @@ "cfn2ts": "file:../../../tools/cfn2ts", | ||
"dependencies": { | ||
"@aws-cdk/core": "^1.8.0" | ||
"@aws-cdk/core": "^1.9.0" | ||
}, | ||
"homepage": "https://github.com/aws/aws-cdk", | ||
"peerDependencies": { | ||
"@aws-cdk/core": "^1.8.0" | ||
"@aws-cdk/core": "^1.9.0" | ||
}, | ||
"engines": { | ||
"node": ">= 8.10.0" | ||
"node": ">= 10.3.0" | ||
}, | ||
"stability": "experimental" | ||
} |
@@ -25,3 +25,3 @@ { | ||
"stripInternal": true, | ||
"target": "ES2018", | ||
"target": "ES2017", | ||
"composite": true | ||
@@ -28,0 +28,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
382555
Updated@aws-cdk/core@^1.9.0