@aws-cdk/integ-runner 2.200.0 → 2.200.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.
|
@@ -4761,7 +4761,7 @@ var require_semver2 = __commonJS({
|
|
|
4761
4761
|
// ../cloud-assembly-schema/cli-version.json
|
|
4762
4762
|
var require_cli_version = __commonJS({
|
|
4763
4763
|
"../cloud-assembly-schema/cli-version.json"(exports2, module2) {
|
|
4764
|
-
module2.exports = { version: "2.
|
|
4764
|
+
module2.exports = { version: "2.1128.0" };
|
|
4765
4765
|
}
|
|
4766
4766
|
});
|
|
4767
4767
|
|
|
@@ -436940,6 +436940,7 @@ async function hotswapDeployment(sdkProvider, ioSpan, assetParams, stack, hotswa
|
|
|
436940
436940
|
stack,
|
|
436941
436941
|
mode: hotswapMode,
|
|
436942
436942
|
hotswapped: false,
|
|
436943
|
+
hotswapFallback: true,
|
|
436943
436944
|
hotswappableChanges,
|
|
436944
436945
|
nonHotswappableChanges
|
|
436945
436946
|
};
|
|
@@ -436956,6 +436957,7 @@ async function hotswapDeployment(sdkProvider, ioSpan, assetParams, stack, hotswa
|
|
|
436956
436957
|
stack,
|
|
436957
436958
|
mode: hotswapMode,
|
|
436958
436959
|
hotswapped: !error5,
|
|
436960
|
+
hotswapFallback: false,
|
|
436959
436961
|
hotswappableChanges,
|
|
436960
436962
|
nonHotswappableChanges,
|
|
436961
436963
|
error: error5
|
package/package.json
CHANGED
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"@aws-cdk/aws-service-spec": "^0.1.185",
|
|
67
67
|
"@aws-cdk/cdk-assets-lib": "1.4.11",
|
|
68
68
|
"@aws-cdk/cloud-assembly-api": "2.2.5",
|
|
69
|
-
"@aws-cdk/cloud-assembly-schema": ">=54.
|
|
69
|
+
"@aws-cdk/cloud-assembly-schema": ">=54.4.0",
|
|
70
70
|
"@aws-cdk/cloudformation-diff": "2.187.1",
|
|
71
|
-
"@aws-cdk/toolkit-lib": "1.29.
|
|
71
|
+
"@aws-cdk/toolkit-lib": "1.29.1",
|
|
72
72
|
"@aws-sdk/client-cloudformation": "^3",
|
|
73
|
-
"aws-cdk": "2.
|
|
73
|
+
"aws-cdk": "2.1128.0",
|
|
74
74
|
"chalk": "^4",
|
|
75
75
|
"chokidar": "^4",
|
|
76
76
|
"fs-extra": "^11",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@aws-cdk/aws-service-spec": "0.1.185",
|
|
83
|
-
"aws-cdk": "2.
|
|
83
|
+
"aws-cdk": "2.1128.0"
|
|
84
84
|
},
|
|
85
85
|
"keywords": [
|
|
86
86
|
"aws",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"publishConfig": {
|
|
103
103
|
"access": "public"
|
|
104
104
|
},
|
|
105
|
-
"version": "2.200.
|
|
105
|
+
"version": "2.200.1",
|
|
106
106
|
"packageManager": "yarn@4.13.0",
|
|
107
107
|
"types": "lib/index.d.ts",
|
|
108
108
|
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
|