cdk 2.81.0-alpha.0 → 2.82.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -1,2 +1,12 @@
|
|
|
1
1
|
## AWS CDK Toolkit
|
|
2
|
+
<!--BEGIN STABILITY BANNER-->
|
|
3
|
+
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+

|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
<!--END STABILITY BANNER-->
|
|
11
|
+
|
|
2
12
|
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.82.0",
|
|
4
4
|
"description": "AWS CDK Toolkit",
|
|
5
5
|
"bin": {
|
|
6
6
|
"cdk": "bin/cdk"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"aws-cdk": "2.
|
|
9
|
+
"aws-cdk": "2.82.0"
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
@@ -38,8 +38,10 @@
|
|
|
38
38
|
"build+extract": "npm run build"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
|
-
"node": ">=
|
|
41
|
+
"node": ">= 14.15.0"
|
|
42
42
|
},
|
|
43
|
+
"stability": "stable",
|
|
44
|
+
"maturity": "stable",
|
|
43
45
|
"publishConfig": {
|
|
44
46
|
"tag": "latest"
|
|
45
47
|
}
|