p6-cdk-s3-protector 0.0.21 → 0.0.22

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
@@ -4089,7 +4089,7 @@
4089
4089
  },
4090
4090
  "description": "AWS CDK: A Real-Time S3 Protector",
4091
4091
  "homepage": "https://github.com/p6m7g8/p6-cdk-s3-protector.git",
4092
- "jsiiVersion": "5.9.8 (build 3d2e131)",
4092
+ "jsiiVersion": "5.9.10 (build 0e9cf43)",
4093
4093
  "keywords": [
4094
4094
  "aws",
4095
4095
  "cdk",
@@ -4172,6 +4172,6 @@
4172
4172
  "symbolId": "src/p6cdks3protector:P6CDKS3Protector"
4173
4173
  }
4174
4174
  },
4175
- "version": "0.0.21",
4176
- "fingerprint": "rH/hjjWPILEYETgilS03e24MSJHsDxaIO6sWqvQDMIA="
4175
+ "version": "0.0.22",
4176
+ "fingerprint": "g7K15vZIf6IK619OovcFaRg7/JARQBfP+HUGQUS5rDg="
4177
4177
  }
@@ -41,7 +41,7 @@ const lambdajs = __importStar(require("aws-cdk-lib/aws-lambda-nodejs"));
41
41
  const cr = __importStar(require("aws-cdk-lib/custom-resources"));
42
42
  const floyd = __importStar(require("cdk-iam-floyd"));
43
43
  class P6CDKS3Protector extends cdk.Resource {
44
- static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-s3-protector.P6CDKS3Protector", version: "0.0.21" };
44
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-s3-protector.P6CDKS3Protector", version: "0.0.22" };
45
45
  constructor(scope, id) {
46
46
  super(scope, id);
47
47
  const policy = new floyd.Statement.S3().allow().toPutObject().toPutObjectAcl();
package/package.json CHANGED
@@ -66,11 +66,11 @@
66
66
  "eslint-plugin-import": "^2.32.0",
67
67
  "http-server": "^14.1.1",
68
68
  "jest": "^30.2.0",
69
- "jsii": "^5.9.8",
69
+ "jsii": "^5.9.10",
70
70
  "jsii-diff": "^1.116.0",
71
71
  "jsii-docgen": "^10.10.1",
72
72
  "jsii-pacmak": "^1.116.0",
73
- "jsii-rosetta": "^5.9.10",
73
+ "jsii-rosetta": "^5.9.11",
74
74
  "publib": "^0.2.1024",
75
75
  "ts-jest": "^29.4.5",
76
76
  "ts-node": "^10.9.2",
@@ -112,7 +112,7 @@
112
112
  "main": "lib/index.js",
113
113
  "types": "lib/index.d.ts",
114
114
  "license": "Apache-2.0",
115
- "version": "0.0.21",
115
+ "version": "0.0.22",
116
116
  "jsii": {
117
117
  "outdir": "dist",
118
118
  "tsc": {