@aws-cdk/integ-runner 2.191.1 → 2.191.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.1031.
|
|
4881
|
+
module2.exports = { version: "2.1031.1" };
|
|
4882
4882
|
}
|
|
4883
4883
|
});
|
|
4884
4884
|
|
package/package.json
CHANGED
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
"@aws-cdk/aws-service-spec": "^0.1.98",
|
|
67
67
|
"@aws-cdk/cdk-assets-lib": "1.0.4",
|
|
68
68
|
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
|
|
69
|
-
"@aws-cdk/cloud-assembly-schema": ">=48.
|
|
69
|
+
"@aws-cdk/cloud-assembly-schema": ">=48.17.0",
|
|
70
70
|
"@aws-cdk/cloudformation-diff": "2.184.1",
|
|
71
71
|
"@aws-cdk/cx-api": "^2.215.0",
|
|
72
|
-
"@aws-cdk/toolkit-lib": "1.10.
|
|
72
|
+
"@aws-cdk/toolkit-lib": "1.10.2",
|
|
73
73
|
"@aws-sdk/client-cloudformation": "^3",
|
|
74
|
-
"aws-cdk": "2.1031.
|
|
74
|
+
"aws-cdk": "2.1031.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.98",
|
|
83
|
-
"aws-cdk": "2.1031.
|
|
83
|
+
"aws-cdk": "2.1031.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.191.
|
|
98
|
+
"version": "2.191.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": {
|