@aws-cdk/integ-runner 2.187.2 → 2.187.3
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.
|
@@ -5089,7 +5089,7 @@ var require_semver2 = __commonJS({
|
|
|
5089
5089
|
// ../cloud-assembly-schema/cli-version.json
|
|
5090
5090
|
var require_cli_version = __commonJS({
|
|
5091
5091
|
"../cloud-assembly-schema/cli-version.json"(exports2, module2) {
|
|
5092
|
-
module2.exports = { version: "2.1019.
|
|
5092
|
+
module2.exports = { version: "2.1019.1" };
|
|
5093
5093
|
}
|
|
5094
5094
|
});
|
|
5095
5095
|
|
package/package.json
CHANGED
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"typescript": "5.6",
|
|
65
65
|
"@aws-cdk/aws-service-spec": "^0.1.82",
|
|
66
66
|
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
|
|
67
|
-
"@aws-cdk/cloud-assembly-schema": ">=44.
|
|
67
|
+
"@aws-cdk/cloud-assembly-schema": ">=44.7.0",
|
|
68
68
|
"@aws-cdk/cloudformation-diff": "2.182.0",
|
|
69
69
|
"@aws-cdk/cx-api": "^2.201.0",
|
|
70
|
-
"@aws-cdk/toolkit-lib": "1.
|
|
70
|
+
"@aws-cdk/toolkit-lib": "1.2.0",
|
|
71
71
|
"@aws-sdk/client-cloudformation": "^3",
|
|
72
|
-
"aws-cdk": "2.1019.
|
|
72
|
+
"aws-cdk": "2.1019.1",
|
|
73
73
|
"cdk-assets": "3.3.1",
|
|
74
74
|
"chalk": "^4",
|
|
75
75
|
"chokidar": "^3",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@aws-cdk/aws-service-spec": "0.1.82",
|
|
82
|
-
"aws-cdk": "2.1019.
|
|
82
|
+
"aws-cdk": "2.1019.1"
|
|
83
83
|
},
|
|
84
84
|
"keywords": [
|
|
85
85
|
"aws",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"publishConfig": {
|
|
95
95
|
"access": "public"
|
|
96
96
|
},
|
|
97
|
-
"version": "2.187.
|
|
97
|
+
"version": "2.187.3",
|
|
98
98
|
"types": "lib/index.d.ts",
|
|
99
99
|
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
|
|
100
100
|
"optionalDependencies": {
|