@aws-cdk/integ-runner 2.188.1 → 2.188.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.
|
@@ -4786,7 +4786,7 @@ var require_semver2 = __commonJS({
|
|
|
4786
4786
|
// ../cloud-assembly-schema/cli-version.json
|
|
4787
4787
|
var require_cli_version = __commonJS({
|
|
4788
4788
|
"../cloud-assembly-schema/cli-version.json"(exports2, module2) {
|
|
4789
|
-
module2.exports = { version: "2.1020.
|
|
4789
|
+
module2.exports = { version: "2.1020.1" };
|
|
4790
4790
|
}
|
|
4791
4791
|
});
|
|
4792
4792
|
|
|
@@ -6738,7 +6738,7 @@ var require_version = __commonJS({
|
|
|
6738
6738
|
"../cloud-assembly-schema/schema/version.json"(exports2, module2) {
|
|
6739
6739
|
module2.exports = {
|
|
6740
6740
|
schemaHash: "4709e40bc5dd6ad7d2bb6c6bd0315c622b7f4aa07ee3af66ff07f9bc77fdf783",
|
|
6741
|
-
revision:
|
|
6741
|
+
revision: 45
|
|
6742
6742
|
};
|
|
6743
6743
|
}
|
|
6744
6744
|
});
|
package/package.json
CHANGED
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
"@aws-cdk/aws-service-spec": "^0.1.84",
|
|
67
67
|
"@aws-cdk/cdk-assets-lib": "1.0.0",
|
|
68
68
|
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
|
|
69
|
-
"@aws-cdk/cloud-assembly-schema": ">=
|
|
69
|
+
"@aws-cdk/cloud-assembly-schema": ">=45.0.0",
|
|
70
70
|
"@aws-cdk/cloudformation-diff": "2.182.0",
|
|
71
71
|
"@aws-cdk/cx-api": "^2.202.0",
|
|
72
|
-
"@aws-cdk/toolkit-lib": "1.2.
|
|
72
|
+
"@aws-cdk/toolkit-lib": "1.2.3",
|
|
73
73
|
"@aws-sdk/client-cloudformation": "^3",
|
|
74
|
-
"aws-cdk": "2.1020.
|
|
74
|
+
"aws-cdk": "2.1020.1",
|
|
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.84",
|
|
83
|
-
"aws-cdk": "2.1020.
|
|
83
|
+
"aws-cdk": "2.1020.1"
|
|
84
84
|
},
|
|
85
85
|
"keywords": [
|
|
86
86
|
"aws",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"publishConfig": {
|
|
96
96
|
"access": "public"
|
|
97
97
|
},
|
|
98
|
-
"version": "2.188.
|
|
98
|
+
"version": "2.188.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": {
|