p6-cdk-s3-protector 0.0.34 → 0.0.35
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 +2 -2
- package/lib/p6cdks3protector.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -4172,6 +4172,6 @@
|
|
|
4172
4172
|
"symbolId": "src/p6cdks3protector:P6CDKS3Protector"
|
|
4173
4173
|
}
|
|
4174
4174
|
},
|
|
4175
|
-
"version": "0.0.
|
|
4176
|
-
"fingerprint": "
|
|
4175
|
+
"version": "0.0.35",
|
|
4176
|
+
"fingerprint": "nxhefqra1LRBFJIzaD1FR6Cv08l43i55j7H3apTdqmM="
|
|
4177
4177
|
}
|
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.35" };
|
|
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
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"aws-cdk-lib": "^2.221.1",
|
|
62
62
|
"cdk-dia": "^0.12.1",
|
|
63
63
|
"constructs": "^10.4.2",
|
|
64
|
-
"esbuild": "^0.25.
|
|
64
|
+
"esbuild": "^0.25.12",
|
|
65
65
|
"eslint": "^9.39.0",
|
|
66
66
|
"eslint-plugin-import": "^2.32.0",
|
|
67
67
|
"http-server": "^14.1.1",
|
|
@@ -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.35",
|
|
116
116
|
"jsii": {
|
|
117
117
|
"outdir": "dist",
|
|
118
118
|
"tsc": {
|