@aws-cdk-testing/cli-integ 3.29.2 → 3.30.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 CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  <!--END STABILITY BANNER-->
11
11
 
12
- This package contains CDK CLI integration test suites, as well as helper tools necessary to run those suites against various different distributions of the CDK (in the source repository, against a build directory, or against published releases).
12
+ This package contains CDK CLI integration test suites, as well as helper tools necessary to run those suites against various different distributions of the CDK (in the source repository, against a build directory, or against published releases). The package ships with an `npm-shrinkwrap.json` generated by `yarn-cling` to ensure deterministic dependency resolution when installed via npm.
13
13
 
14
14
  > The tools and tests themselves should arguably be in different packages, but I want to prevent package proliferation. For now we'll keep them together.
15
15