p6-cdk-namer 1.2.0 → 1.2.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 CHANGED
@@ -3977,6 +3977,6 @@
3977
3977
  "symbolId": "src/p6cdknamer:P6CDKNamer"
3978
3978
  }
3979
3979
  },
3980
- "version": "1.2.0",
3981
- "fingerprint": "mWq1XH0TU+sHhtcDBACgXrRJTb2IuvIf+kKshBYUPHg="
3980
+ "version": "1.2.1",
3981
+ "fingerprint": "u7P1yNYQ43aXfUYXCvU3fH78EyZ1ebfKYfpjE5ClPDg="
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.2.0" };
34
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6CDKNamer", version: "1.2.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.2.0",
104
+ "version": "1.2.1",
105
105
  "jsii": {
106
106
  "outdir": "dist",
107
107
  "tsc": {