@aws-cdk/integ-runner 2.189.1 → 2.189.2
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.
|
@@ -4878,7 +4878,7 @@ var require_semver2 = __commonJS({
|
|
|
4878
4878
|
// ../cloud-assembly-schema/cli-version.json
|
|
4879
4879
|
var require_cli_version = __commonJS({
|
|
4880
4880
|
"../cloud-assembly-schema/cli-version.json"(exports2, module2) {
|
|
4881
|
-
module2.exports = { version: "2.
|
|
4881
|
+
module2.exports = { version: "2.1023.0" };
|
|
4882
4882
|
}
|
|
4883
4883
|
});
|
|
4884
4884
|
|
|
@@ -80211,6 +80211,12 @@ var init_messages = __esm({
|
|
|
80211
80211
|
description: "Bootstrap failed",
|
|
80212
80212
|
interface: "ErrorPayload"
|
|
80213
80213
|
}),
|
|
80214
|
+
// flags (93xxx)
|
|
80215
|
+
CDK_TOOLKIT_I9300: info({
|
|
80216
|
+
code: "CDK_TOOLKIT_I9300",
|
|
80217
|
+
description: "Confirm the feature flag configuration changes",
|
|
80218
|
+
interface: "FeatureFlagChangeRequest"
|
|
80219
|
+
}),
|
|
80214
80220
|
// Notices
|
|
80215
80221
|
CDK_TOOLKIT_I0100: info({
|
|
80216
80222
|
code: "CDK_TOOLKIT_I0100",
|
package/package.json
CHANGED
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"ts-jest": "^29.4.0",
|
|
65
65
|
"typescript": "5.8",
|
|
66
66
|
"@aws-cdk/aws-service-spec": "^0.1.87",
|
|
67
|
-
"@aws-cdk/cdk-assets-lib": "1.0.
|
|
67
|
+
"@aws-cdk/cdk-assets-lib": "1.0.3",
|
|
68
68
|
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
|
|
69
|
-
"@aws-cdk/cloud-assembly-schema": ">=48.
|
|
69
|
+
"@aws-cdk/cloud-assembly-schema": ">=48.2.0",
|
|
70
70
|
"@aws-cdk/cloudformation-diff": "2.183.0",
|
|
71
71
|
"@aws-cdk/cx-api": "^2.206.0",
|
|
72
|
-
"@aws-cdk/toolkit-lib": "1.
|
|
72
|
+
"@aws-cdk/toolkit-lib": "1.4.0",
|
|
73
73
|
"@aws-sdk/client-cloudformation": "^3",
|
|
74
|
-
"aws-cdk": "2.
|
|
74
|
+
"aws-cdk": "2.1023.0",
|
|
75
75
|
"chalk": "^4",
|
|
76
76
|
"chokidar": "^3",
|
|
77
77
|
"fs-extra": "^9",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@aws-cdk/aws-service-spec": "0.1.87",
|
|
83
|
-
"aws-cdk": "2.
|
|
83
|
+
"aws-cdk": "2.1023.0"
|
|
84
84
|
},
|
|
85
85
|
"keywords": [
|
|
86
86
|
"aws",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"publishConfig": {
|
|
96
96
|
"access": "public"
|
|
97
97
|
},
|
|
98
|
-
"version": "2.189.
|
|
98
|
+
"version": "2.189.2",
|
|
99
99
|
"types": "lib/index.d.ts",
|
|
100
100
|
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
|
|
101
101
|
"optionalDependencies": {
|