p6-cdk-namer 0.9.7 → 0.9.8

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.
Files changed (3) hide show
  1. package/.jsii +2 -2
  2. package/lib/p6namer.js +1 -1
  3. package/package.json +1 -1
package/.jsii CHANGED
@@ -3978,6 +3978,6 @@
3978
3978
  "symbolId": "src/p6namer:P6Namer"
3979
3979
  }
3980
3980
  },
3981
- "version": "0.9.7",
3982
- "fingerprint": "vSR4F85IwRU56XUY2a/gchFdFt+7V57qBaJWT8nbYCY="
3981
+ "version": "0.9.8",
3982
+ "fingerprint": "efUB1dGCqM7J/QqMbAQa8Y9cZNWFSxaF53+0Xb34b2I="
3983
3983
  }
package/lib/p6namer.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 P6Namer extends cdk.Resource {
34
- static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6Namer", version: "0.9.7" };
34
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6Namer", version: "0.9.8" };
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": "src/index.d.ts",
103
103
  "license": "Apache-2.0",
104
- "version": "0.9.7",
104
+ "version": "0.9.8",
105
105
  "jsii": {
106
106
  "outdir": "dist",
107
107
  "tsc": {