aws-cdk 2.1017.0 → 2.1017.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/index.js +2 -2
- package/package.json +3 -3
package/build-info.json
CHANGED
package/lib/index.js
CHANGED
|
@@ -3463,7 +3463,7 @@ var require_semver2 = __commonJS({
|
|
|
3463
3463
|
// ../@aws-cdk/cloud-assembly-schema/cli-version.json
|
|
3464
3464
|
var require_cli_version = __commonJS({
|
|
3465
3465
|
"../@aws-cdk/cloud-assembly-schema/cli-version.json"(exports2, module2) {
|
|
3466
|
-
module2.exports = { version: "2.1017.
|
|
3466
|
+
module2.exports = { version: "2.1017.1" };
|
|
3467
3467
|
}
|
|
3468
3468
|
});
|
|
3469
3469
|
|
|
@@ -310637,7 +310637,7 @@ var init_toolkit = __esm({
|
|
|
310637
310637
|
/**
|
|
310638
310638
|
* Drift Action
|
|
310639
310639
|
*/
|
|
310640
|
-
async drift(cx, options) {
|
|
310640
|
+
async drift(cx, options = {}) {
|
|
310641
310641
|
var _stack = [];
|
|
310642
310642
|
try {
|
|
310643
310643
|
const ioHelper = asIoHelper(this.ioHost, "drift");
|
package/package.json
CHANGED
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
"ts-mock-imports": "^1.3.17",
|
|
79
79
|
"typescript": "5.6",
|
|
80
80
|
"xml-js": "^1.6.11",
|
|
81
|
-
"@aws-cdk/cloud-assembly-schema": ">=44.
|
|
81
|
+
"@aws-cdk/cloud-assembly-schema": ">=44.1.0",
|
|
82
82
|
"@aws-cdk/cloudformation-diff": "2.181.2",
|
|
83
83
|
"@aws-cdk/cx-api": "^2.198.0",
|
|
84
|
-
"@aws-cdk/toolkit-lib": "^0.
|
|
84
|
+
"@aws-cdk/toolkit-lib": "^1.0.0",
|
|
85
85
|
"@aws-sdk/client-appsync": "^3",
|
|
86
86
|
"@aws-sdk/client-cloudcontrol": "^3",
|
|
87
87
|
"@aws-sdk/client-cloudformation": "^3",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"publishConfig": {
|
|
147
147
|
"access": "public"
|
|
148
148
|
},
|
|
149
|
-
"version": "2.1017.
|
|
149
|
+
"version": "2.1017.1",
|
|
150
150
|
"types": "lib/index.d.ts",
|
|
151
151
|
"exports": {
|
|
152
152
|
"./package.json": "./package.json",
|