@aws-cdk/integ-runner 2.193.3 → 2.193.4
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.
|
@@ -4900,7 +4900,7 @@ var require_semver2 = __commonJS({
|
|
|
4900
4900
|
// ../cloud-assembly-schema/cli-version.json
|
|
4901
4901
|
var require_cli_version = __commonJS({
|
|
4902
4902
|
"../cloud-assembly-schema/cli-version.json"(exports2, module2) {
|
|
4903
|
-
module2.exports = { version: "2.1100.
|
|
4903
|
+
module2.exports = { version: "2.1100.3" };
|
|
4904
4904
|
}
|
|
4905
4905
|
});
|
|
4906
4906
|
|
package/package.json
CHANGED
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
"@aws-cdk/aws-service-spec": "^0.1.132",
|
|
67
67
|
"@aws-cdk/cdk-assets-lib": "1.1.0",
|
|
68
68
|
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
|
|
69
|
-
"@aws-cdk/cloud-assembly-schema": ">=49.
|
|
69
|
+
"@aws-cdk/cloud-assembly-schema": ">=49.4.0",
|
|
70
70
|
"@aws-cdk/cloudformation-diff": "2.185.0",
|
|
71
71
|
"@aws-cdk/cx-api": "^2.232.2",
|
|
72
|
-
"@aws-cdk/toolkit-lib": "1.12.
|
|
72
|
+
"@aws-cdk/toolkit-lib": "1.12.4",
|
|
73
73
|
"@aws-sdk/client-cloudformation": "^3",
|
|
74
|
-
"aws-cdk": "2.1100.
|
|
74
|
+
"aws-cdk": "2.1100.3",
|
|
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.132",
|
|
83
|
-
"aws-cdk": "2.1100.
|
|
83
|
+
"aws-cdk": "2.1100.3"
|
|
84
84
|
},
|
|
85
85
|
"keywords": [
|
|
86
86
|
"aws",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"publishConfig": {
|
|
96
96
|
"access": "public"
|
|
97
97
|
},
|
|
98
|
-
"version": "2.193.
|
|
98
|
+
"version": "2.193.4",
|
|
99
99
|
"types": "lib/index.d.ts",
|
|
100
100
|
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
|
|
101
101
|
"optionalDependencies": {
|