@aws-cdk/aws-codedeploy-api
Advanced tools
Comparing version 0.31.0 to 0.32.0
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./load-balancer")); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLHFDQUFnQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbG9hZC1iYWxhbmNlcic7XG4iXX0= | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiIl19 |
{ | ||
"name": "@aws-cdk/aws-codedeploy-api", | ||
"version": "0.31.0", | ||
"version": "0.32.0", | ||
"description": "Load Balancer API for AWS CodeDeploy", | ||
"deprecated": "This package is now obsololete, please remove it from your dependencies", | ||
"main": "lib/index.js", | ||
@@ -42,3 +43,5 @@ "types": "lib/index.d.ts", | ||
"package": "cdk-package", | ||
"awslint": "cdk-awslint" | ||
"awslint": "cdk-awslint", | ||
"build+test+package": "npm run build+test && npm run package", | ||
"build+test": "npm run build && npm test" | ||
}, | ||
@@ -58,9 +61,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^0.31.0", | ||
"cdk-build-tools": "^0.31.0", | ||
"cfn2ts": "^0.31.0", | ||
"pkglint": "^0.31.0" | ||
"@aws-cdk/assert": "^0.32.0", | ||
"cdk-build-tools": "^0.32.0", | ||
"cfn2ts": "^0.32.0", | ||
"pkglint": "^0.32.0" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/cdk": "^0.31.0" | ||
"@aws-cdk/cdk": "^0.32.0" | ||
}, | ||
@@ -72,4 +75,4 @@ "homepage": "https://github.com/awslabs/aws-cdk", | ||
"peerDependencies": { | ||
"@aws-cdk/cdk": "^0.31.0" | ||
"@aws-cdk/cdk": "^0.32.0" | ||
} | ||
} |
## AWS CodeDeploy Load Balancing API | ||
This package contains the abstract API of Load Balancers | ||
as required by the AWS CodeDeploy Construct Library. | ||
You should never need to depend on it directly - | ||
instead, depend on the `aws-codedeploy` package. | ||
This package has been deprecated, | ||
and will be removed in a future release of the Cloud Development Kit. | ||
Please remove if from your dependencies. |
@@ -42,2 +42,8 @@ { | ||
"path": "../assert" | ||
}, | ||
{ | ||
"path": "../../../tools/cdk-build-tools" | ||
}, | ||
{ | ||
"path": "../../../tools/pkglint" | ||
} | ||
@@ -44,0 +50,0 @@ ], |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
18411
8
52
1
6
+ Added@aws-cdk/cdk@0.32.0(transitive)
+ Added@aws-cdk/cx-api@0.32.0(transitive)
- Removed@aws-cdk/cdk@0.31.0(transitive)
- Removed@aws-cdk/cx-api@0.31.0(transitive)
Updated@aws-cdk/cdk@^0.32.0