p6-cdk-namer 1.3.0 → 1.3.1
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/p6cdknamer.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -3977,6 +3977,6 @@
|
|
|
3977
3977
|
"symbolId": "src/p6cdknamer:P6CDKNamer"
|
|
3978
3978
|
}
|
|
3979
3979
|
},
|
|
3980
|
-
"version": "1.3.
|
|
3981
|
-
"fingerprint": "
|
|
3980
|
+
"version": "1.3.1",
|
|
3981
|
+
"fingerprint": "frdNAeJlHPLLgvHAWemcBvpO1UFtnFoMC4Zdv8EPzqc="
|
|
3982
3982
|
}
|
package/lib/p6cdknamer.js
CHANGED
|
@@ -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 P6CDKNamer extends cdk.Resource {
|
|
34
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6CDKNamer", version: "1.3.
|
|
34
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6CDKNamer", version: "1.3.1" };
|
|
35
35
|
constructor(scope, id, props) {
|
|
36
36
|
super(scope, id);
|
|
37
37
|
const policy = new floyd.Statement.Iam().allow().toCreateAccountAlias();
|
package/package.json
CHANGED
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"main": "lib/index.js",
|
|
102
102
|
"types": "lib/index.d.ts",
|
|
103
103
|
"license": "Apache-2.0",
|
|
104
|
-
"version": "1.3.
|
|
104
|
+
"version": "1.3.1",
|
|
105
105
|
"jsii": {
|
|
106
106
|
"outdir": "dist",
|
|
107
107
|
"tsc": {
|
|
@@ -129,5 +129,5 @@
|
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
},
|
|
132
|
-
"packageManager": "yarn@4.5.
|
|
132
|
+
"packageManager": "yarn@4.5.2+sha512.570504f67349ef26d2d86a768dc5ec976ead977aa086b0bb4237e97d5db7ae5c620f9f0e0edf3ea5047205063faff102bf2a2d778664a94eaaa1085ad483fe2e"
|
|
133
133
|
}
|