aws-cdk 2.1031.1 → 2.1032.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 CHANGED
@@ -1136,7 +1136,7 @@ command to consider only a subset of them, you can specify the stacks you
1136
1136
  want, both local and deployed:
1137
1137
 
1138
1138
  ```shell
1139
- $ cdk refactor --local-stack Foo --local-stack Bar --deployed-stack Foo --unstable=refactor --dry-run
1139
+ $ cdk refactor Test* ProdStack --unstable=refactor --dry-run
1140
1140
  ```
1141
1141
 
1142
1142
  This is useful if, for example, you have more than one CDK application deployed
package/build-info.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "comment": "Generated at 2025-10-30T14:00:14Z by generate.sh",
3
- "commit": "a560d1e"
2
+ "comment": "Generated at 2025-11-17T14:55:09Z by generate.sh",
3
+ "commit": "30ee4c9"
4
4
  }