@aws-cdk-testing/cli-integ 2.74.0-alpha.0 → 2.75.1
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 +1 -7
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -3,13 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
 model and breaking changes will be
|
|
11
|
-
> announced in the release notes. This means that while you may use them, you may need to update
|
|
12
|
-
> your source code when upgrading to a newer version of this package.
|
|
6
|
+

|
|
13
7
|
|
|
14
8
|
---
|
|
15
9
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk-testing/cli-integ",
|
|
3
3
|
"description": "Integration tests for the AWS CDK CLI",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.75.1",
|
|
5
5
|
"bin": {
|
|
6
6
|
"run-suite": "bin/run-suite",
|
|
7
7
|
"download-and-run-old-tests": "bin/download-and-run-old-tests",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
},
|
|
30
30
|
"license": "Apache-2.0",
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
32
|
+
"@aws-cdk/cdk-build-tools": "2.75.1-alpha.0",
|
|
33
33
|
"@types/semver": "^7.3.13",
|
|
34
34
|
"@types/yargs": "^15.0.15",
|
|
35
35
|
"@types/fs-extra": "^9.0.13",
|
|
36
36
|
"@types/glob": "^7.2.0",
|
|
37
37
|
"@types/npm": "^7.19.0",
|
|
38
|
-
"@aws-cdk/pkglint": "2.
|
|
38
|
+
"@aws-cdk/pkglint": "2.75.1-alpha.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@octokit/rest": "^18.12.0",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": ">= 14.15.0"
|
|
68
68
|
},
|
|
69
|
-
"stability": "
|
|
70
|
-
"maturity": "
|
|
69
|
+
"stability": "stable",
|
|
70
|
+
"maturity": "stable",
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"tag": "latest"
|
|
73
73
|
}
|