@aws-cdk/aws-imagebuilder-alpha 2.224.0-alpha.0 → 2.225.0-alpha.0

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.
package/.jsii CHANGED
@@ -11,7 +11,7 @@
11
11
  "yaml": "1.10.2"
12
12
  },
13
13
  "dependencies": {
14
- "aws-cdk-lib": "^2.224.0",
14
+ "aws-cdk-lib": "^2.225.0",
15
15
  "constructs": "^10.0.0"
16
16
  },
17
17
  "dependencyClosure": {
@@ -9471,6 +9471,6 @@
9471
9471
  "symbolId": "lib/infrastructure-configuration:Tenancy"
9472
9472
  }
9473
9473
  },
9474
- "version": "2.224.0-alpha.0",
9474
+ "version": "2.225.0-alpha.0",
9475
9475
  "fingerprint": "**********"
9476
9476
  }
@@ -125,7 +125,7 @@ let InfrastructureConfiguration = (() => {
125
125
  InfrastructureConfiguration = _classThis = _classDescriptor.value;
126
126
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
127
127
  }
128
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.InfrastructureConfiguration", version: "2.224.0-alpha.0" };
128
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.InfrastructureConfiguration", version: "2.225.0-alpha.0" };
129
129
  /** Uniquely identifies this class. */
130
130
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.InfrastructureConfiguration';
131
131
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-imagebuilder-alpha",
3
- "version": "2.224.0-alpha.0",
3
+ "version": "2.225.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "The CDK Construct Library for EC2 Image Builder",
6
6
  "main": "lib/index.js",
@@ -77,11 +77,11 @@
77
77
  },
78
78
  "license": "Apache-2.0",
79
79
  "devDependencies": {
80
- "aws-cdk-lib": "2.224.0",
81
- "@aws-cdk/cdk-build-tools": "2.224.0-alpha.0",
80
+ "aws-cdk-lib": "2.225.0",
81
+ "@aws-cdk/cdk-build-tools": "2.225.0-alpha.0",
82
82
  "@aws-cdk/integ-runner": "^2.190.2",
83
- "@aws-cdk/pkglint": "2.224.0-alpha.0",
84
- "@aws-cdk/integ-tests-alpha": "2.224.0-alpha.0",
83
+ "@aws-cdk/pkglint": "2.225.0-alpha.0",
84
+ "@aws-cdk/integ-tests-alpha": "2.225.0-alpha.0",
85
85
  "@types/jest": "^29.5.14",
86
86
  "constructs": "^10.0.0",
87
87
  "jest": "^29.7.0"
@@ -94,7 +94,7 @@
94
94
  ],
95
95
  "homepage": "https://github.com/aws/aws-cdk",
96
96
  "peerDependencies": {
97
- "aws-cdk-lib": "^2.224.0",
97
+ "aws-cdk-lib": "^2.225.0",
98
98
  "constructs": "^10.0.0"
99
99
  },
100
100
  "engines": {