@aws-cdk/integ-runner 2.186.7 → 2.186.8

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.
@@ -5100,7 +5100,7 @@ var require_semver2 = __commonJS({
5100
5100
  // ../cloud-assembly-schema/cli-version.json
5101
5101
  var require_cli_version = __commonJS({
5102
5102
  "../cloud-assembly-schema/cli-version.json"(exports2, module2) {
5103
- module2.exports = { version: "2.1015.0" };
5103
+ module2.exports = { version: "2.1016.0" };
5104
5104
  }
5105
5105
  });
5106
5106
 
package/package.json CHANGED
@@ -64,11 +64,11 @@
64
64
  "typescript": "5.6",
65
65
  "@aws-cdk/aws-service-spec": "^0.1.72",
66
66
  "@aws-cdk/cdk-cli-wrapper": "0.0.0",
67
- "@aws-cdk/cloud-assembly-schema": ">=43.10.0",
67
+ "@aws-cdk/cloud-assembly-schema": ">=43.11.0",
68
68
  "@aws-cdk/cloudformation-diff": "2.181.2",
69
69
  "@aws-cdk/cx-api": "^2.195.0",
70
70
  "@aws-sdk/client-cloudformation": "^3",
71
- "aws-cdk": "2.1015.0",
71
+ "aws-cdk": "2.1016.0",
72
72
  "cdk-assets": "3.2.2",
73
73
  "chalk": "^4",
74
74
  "chokidar": "^3",
@@ -78,7 +78,7 @@
78
78
  },
79
79
  "dependencies": {
80
80
  "@aws-cdk/aws-service-spec": "0.1.72",
81
- "aws-cdk": "2.1015.0"
81
+ "aws-cdk": "2.1016.0"
82
82
  },
83
83
  "keywords": [
84
84
  "aws",
@@ -93,7 +93,7 @@
93
93
  "publishConfig": {
94
94
  "access": "public"
95
95
  },
96
- "version": "2.186.7",
96
+ "version": "2.186.8",
97
97
  "types": "lib/index.d.ts",
98
98
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
99
99
  "optionalDependencies": {