p6-cdk-namer 1.1.3 → 1.1.5

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
@@ -3976,6 +3976,6 @@
3976
3976
  "symbolId": "src/p6cdknamer:P6CDKNamer"
3977
3977
  }
3978
3978
  },
3979
- "version": "1.1.3",
3980
- "fingerprint": "oYxGP7MYI8+ASWg8CBSTnYN6r7dFrM1q6HWoGKQR8K8="
3979
+ "version": "1.1.5",
3980
+ "fingerprint": "b316vlKQ+6R0Ort/VCaP254un1N0QTP6m5dW4dU5e8Y="
3981
3981
  }
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.1.3" };
34
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6CDKNamer", version: "1.1.5" };
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
@@ -94,9 +94,9 @@
94
94
  "alias"
95
95
  ],
96
96
  "main": "lib/index.js",
97
- "types": "src/index.d.ts",
97
+ "types": "lib/index.d.ts",
98
98
  "license": "Apache-2.0",
99
- "version": "1.1.3",
99
+ "version": "1.1.5",
100
100
  "jsii": {
101
101
  "outdir": "dist",
102
102
  "tsc": {