aws-cdk 2.175.0 → 2.175.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/build-info.json +2 -2
- package/lib/cdk-toolkit.d.ts +0 -1
- package/lib/cdk-toolkit.js +1 -44
- package/lib/index.js +3 -3
- package/lib/init-templates/.init-version.json +1 -1
- package/package.json +9 -9
- package/test/cdk-toolkit.test.js +1 -46
package/build-info.json
CHANGED
package/lib/cdk-toolkit.d.ts
CHANGED
|
@@ -121,7 +121,6 @@ export declare class CdkToolkit {
|
|
|
121
121
|
private selectStacksForDeploy;
|
|
122
122
|
private selectStacksForDiff;
|
|
123
123
|
private selectStacksForDestroy;
|
|
124
|
-
private suggestStacks;
|
|
125
124
|
/**
|
|
126
125
|
* Validate the stacks for errors and warnings according to the CLI's current settings
|
|
127
126
|
*/
|