@aws-cdk-testing/cli-integ 2.75.0-alpha.0 → 2.76.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.
Files changed (2) hide show
  1. package/README.md +1 -7
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -3,13 +3,7 @@
3
3
 
4
4
  ---
5
5
 
6
- ![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)
7
-
8
- > The APIs of higher level constructs in this module are experimental and under active development.
9
- > They are subject to non-backward compatible changes or removal in any future version. These are
10
- > not subject to the [Semantic Versioning](https://semver.org/) 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
+ ![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)
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.75.0-alpha.0",
4
+ "version": "2.76.0",
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.75.0-alpha.0",
32
+ "@aws-cdk/cdk-build-tools": "2.76.0-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.75.0-alpha.0"
38
+ "@aws-cdk/pkglint": "2.76.0-alpha.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "@octokit/rest": "^18.12.0",
@@ -43,7 +43,7 @@
43
43
  "axios": "^0.27.2",
44
44
  "fs-extra": "^9.1.0",
45
45
  "glob": "^7.2.3",
46
- "jest": "^27.5.1",
46
+ "jest": "^29.5.0",
47
47
  "jest-junit": "^14.0.1",
48
48
  "make-runnable": "^1.4.1",
49
49
  "npm": "^8.19.4",
@@ -66,8 +66,8 @@
66
66
  "engines": {
67
67
  "node": ">= 14.15.0"
68
68
  },
69
- "stability": "experimental",
70
- "maturity": "experimental",
69
+ "stability": "stable",
70
+ "maturity": "stable",
71
71
  "publishConfig": {
72
72
  "tag": "latest"
73
73
  }