p6-cdk-s3-protector 0.0.47 → 0.0.48
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 +3 -3
- package/lib/p6cdks3protector.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -8419,7 +8419,7 @@
|
|
|
8419
8419
|
},
|
|
8420
8420
|
"description": "AWS CDK: A Real-Time S3 Protector",
|
|
8421
8421
|
"homepage": "https://github.com/p6m7g8/p6-cdk-s3-protector.git",
|
|
8422
|
-
"jsiiVersion": "5.9.
|
|
8422
|
+
"jsiiVersion": "5.9.14 (build 9fc28bd)",
|
|
8423
8423
|
"keywords": [
|
|
8424
8424
|
"aws",
|
|
8425
8425
|
"cdk",
|
|
@@ -8502,6 +8502,6 @@
|
|
|
8502
8502
|
"symbolId": "src/p6cdks3protector:P6CDKS3Protector"
|
|
8503
8503
|
}
|
|
8504
8504
|
},
|
|
8505
|
-
"version": "0.0.
|
|
8506
|
-
"fingerprint": "
|
|
8505
|
+
"version": "0.0.48",
|
|
8506
|
+
"fingerprint": "relq+0gVD/9bq3iAWQWSxiEduFl0/2e6hNyld+d6QVg="
|
|
8507
8507
|
}
|
package/lib/p6cdks3protector.js
CHANGED
|
@@ -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.
|
|
44
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-s3-protector.P6CDKS3Protector", version: "0.0.48" };
|
|
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.
|
|
69
|
+
"jsii": "^5.9.14",
|
|
70
70
|
"jsii-diff": "^1.119.0",
|
|
71
71
|
"jsii-docgen": "^10.11.3",
|
|
72
72
|
"jsii-pacmak": "^1.119.0",
|
|
73
|
-
"jsii-rosetta": "^5.9.
|
|
73
|
+
"jsii-rosetta": "^5.9.15",
|
|
74
74
|
"publib": "^0.2.1025",
|
|
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.
|
|
115
|
+
"version": "0.0.48",
|
|
116
116
|
"jsii": {
|
|
117
117
|
"outdir": "dist",
|
|
118
118
|
"tsc": {
|