p6-cdk-s3-protector 0.0.2 → 0.0.3

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,9 +8,9 @@
8
8
  ]
9
9
  },
10
10
  "bundled": {
11
- "@aws-sdk/client-s3": "^3.679.0",
12
- "@aws-sdk/client-s3-control": "^3.679.0",
13
- "@aws-sdk/client-sts": "^3.679.0",
11
+ "@aws-sdk/client-s3": "^3.682.0",
12
+ "@aws-sdk/client-s3-control": "^3.682.0",
13
+ "@aws-sdk/client-sts": "^3.682.0",
14
14
  "@types/aws-lambda": "^8.10.145",
15
15
  "aws-sdk": "^2.1691.0",
16
16
  "cdk-iam-floyd": "^0.658.0",
@@ -3951,6 +3951,6 @@
3951
3951
  "symbolId": "src/p6cdks3protector:P6CDKS3Protector"
3952
3952
  }
3953
3953
  },
3954
- "version": "0.0.2",
3955
- "fingerprint": "c1Yo4ti+uQ4AcgmXBliBrMnHUst1V+qKzcqiQzKLOxM="
3954
+ "version": "0.0.3",
3955
+ "fingerprint": "i8c0ygBbVjf5YtUApVd9jWQiP70l233TMozw1i6tdDE="
3956
3956
  }
@@ -31,7 +31,7 @@ const lambdajs = __importStar(require("aws-cdk-lib/aws-lambda-nodejs"));
31
31
  const cr = __importStar(require("aws-cdk-lib/custom-resources"));
32
32
  const floyd = __importStar(require("cdk-iam-floyd"));
33
33
  class P6CDKS3Protector extends cdk.Resource {
34
- static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-s3-protector.P6CDKS3Protector", version: "0.0.2" };
34
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-s3-protector.P6CDKS3Protector", version: "0.0.3" };
35
35
  constructor(scope, id) {
36
36
  super(scope, id);
37
37
  const policy = new floyd.Statement.S3().allow().toPutObject().toPutObjectAcl();
package/package.json CHANGED
@@ -52,9 +52,9 @@
52
52
  "@swc-node/register": "^1.10.9",
53
53
  "@types/aws-lambda": "^8.10.145",
54
54
  "@types/jest": "^29.5.14",
55
- "@types/node": "22.8.2",
56
- "@typescript-eslint/eslint-plugin": "^8.12.0",
57
- "@typescript-eslint/parser": "^8.12.0",
55
+ "@types/node": "22.8.4",
56
+ "@typescript-eslint/eslint-plugin": "^8.12.2",
57
+ "@typescript-eslint/parser": "^8.12.2",
58
58
  "aws-cdk": "^2.164.1",
59
59
  "aws-cdk-lib": "2.164.1",
60
60
  "cdk-dia": "^0.11.0",
@@ -68,7 +68,7 @@
68
68
  "jsii-diff": "^1.104.0",
69
69
  "jsii-docgen": "^10.5.5",
70
70
  "jsii-pacmak": "^1.104.0",
71
- "publib": "^0.2.906",
71
+ "publib": "^0.2.907",
72
72
  "ts-jest": "^29.2.5",
73
73
  "ts-node": "^10.9.2",
74
74
  "typescript": "~5.6.3"
@@ -78,9 +78,9 @@
78
78
  "constructs": "^10.4.2"
79
79
  },
80
80
  "dependencies": {
81
- "@aws-sdk/client-s3": "^3.679.0",
82
- "@aws-sdk/client-s3-control": "^3.679.0",
83
- "@aws-sdk/client-sts": "^3.679.0",
81
+ "@aws-sdk/client-s3": "^3.682.0",
82
+ "@aws-sdk/client-s3-control": "^3.682.0",
83
+ "@aws-sdk/client-sts": "^3.682.0",
84
84
  "@types/aws-lambda": "^8.10.145",
85
85
  "aws-cdk-lib": "2.164.1",
86
86
  "aws-sdk": "^2.1691.0",
@@ -109,7 +109,7 @@
109
109
  "main": "lib/index.js",
110
110
  "types": "src/index.d.ts",
111
111
  "license": "Apache-2.0",
112
- "version": "0.0.2",
112
+ "version": "0.0.3",
113
113
  "jsii": {
114
114
  "outdir": "dist",
115
115
  "tsc": {