@aws-cdk/aws-s3tables-alpha 2.232.2-alpha.0 → 2.233.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
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.232.2",
11
+ "aws-cdk-lib": "^2.233.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -8441,7 +8441,7 @@
8441
8441
  "stability": "experimental"
8442
8442
  },
8443
8443
  "homepage": "https://github.com/aws/aws-cdk",
8444
- "jsiiVersion": "5.9.14 (build 9fc28bd)",
8444
+ "jsiiVersion": "5.9.18 (build 9d58cab)",
8445
8445
  "keywords": [
8446
8446
  "aws",
8447
8447
  "cdk",
@@ -11381,6 +11381,6 @@
11381
11381
  "symbolId": "lib/table-bucket:UnreferencedFileRemovalStatus"
11382
11382
  }
11383
11383
  },
11384
- "version": "2.232.2-alpha.0",
11384
+ "version": "2.233.0-alpha.0",
11385
11385
  "fingerprint": "**********"
11386
11386
  }
Binary file
package/lib/namespace.js CHANGED
@@ -61,7 +61,7 @@ let Namespace = (() => {
61
61
  Namespace = _classThis = _classDescriptor.value;
62
62
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
63
63
  }
64
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.Namespace", version: "2.232.2-alpha.0" };
64
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.Namespace", version: "2.233.0-alpha.0" };
65
65
  /** Uniquely identifies this class. */
66
66
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-s3tables-alpha.Namespace';
67
67
  /**
@@ -62,7 +62,7 @@ let TableBucketPolicy = (() => {
62
62
  TableBucketPolicy = _classThis = _classDescriptor.value;
63
63
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
64
64
  }
65
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.TableBucketPolicy", version: "2.232.2-alpha.0" };
65
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.TableBucketPolicy", version: "2.233.0-alpha.0" };
66
66
  /** Uniquely identifies this class. */
67
67
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-s3tables-alpha.TableBucketPolicy';
68
68
  /**
@@ -170,7 +170,7 @@ let TableBucket = (() => {
170
170
  TableBucket = _classThis = _classDescriptor.value;
171
171
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
172
172
  }
173
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.TableBucket", version: "2.232.2-alpha.0" };
173
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.TableBucket", version: "2.233.0-alpha.0" };
174
174
  /** Uniquely identifies this class. */
175
175
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-s3tables-alpha.TableBucket';
176
176
  /**
@@ -62,7 +62,7 @@ let TablePolicy = (() => {
62
62
  TablePolicy = _classThis = _classDescriptor.value;
63
63
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
64
64
  }
65
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.TablePolicy", version: "2.232.2-alpha.0" };
65
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.TablePolicy", version: "2.233.0-alpha.0" };
66
66
  /** Uniquely identifies this class. */
67
67
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-s3tables-alpha.TablePolicy';
68
68
  /**
package/lib/table.js CHANGED
@@ -126,7 +126,7 @@ let Table = (() => {
126
126
  Table = _classThis = _classDescriptor.value;
127
127
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
128
128
  }
129
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.Table", version: "2.232.2-alpha.0" };
129
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.Table", version: "2.233.0-alpha.0" };
130
130
  /** Uniquely identifies this class. */
131
131
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-s3tables-alpha.Table';
132
132
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-s3tables-alpha",
3
3
  "private": false,
4
- "version": "2.232.2-alpha.0",
4
+ "version": "2.233.0-alpha.0",
5
5
  "description": "CDK Constructs for S3 Tables",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -77,17 +77,17 @@
77
77
  },
78
78
  "license": "Apache-2.0",
79
79
  "devDependencies": {
80
- "aws-cdk-lib": "2.232.2",
81
- "@aws-cdk/cdk-build-tools": "2.232.2-alpha.0",
82
- "@aws-cdk/pkglint": "2.232.2-alpha.0",
80
+ "aws-cdk-lib": "2.233.0",
81
+ "@aws-cdk/cdk-build-tools": "2.233.0-alpha.0",
82
+ "@aws-cdk/pkglint": "2.233.0-alpha.0",
83
83
  "@types/jest": "^29.5.14",
84
84
  "constructs": "^10.0.0",
85
85
  "jest": "^29.7.0",
86
- "@aws-cdk/integ-tests-alpha": "2.232.2-alpha.0"
86
+ "@aws-cdk/integ-tests-alpha": "2.233.0-alpha.0"
87
87
  },
88
88
  "homepage": "https://github.com/aws/aws-cdk",
89
89
  "peerDependencies": {
90
- "aws-cdk-lib": "^2.232.2",
90
+ "aws-cdk-lib": "^2.233.0",
91
91
  "constructs": "^10.0.0"
92
92
  },
93
93
  "separate-module": false,