p6-cdk-namer 1.3.58 → 1.3.60

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
@@ -4084,7 +4084,7 @@
4084
4084
  },
4085
4085
  "description": "Sets the AWS IAM Account Alias with a Custom Resource",
4086
4086
  "homepage": "https://github.com/p6m7g8/p6-cdk-namer.git",
4087
- "jsiiVersion": "5.9.10 (build 0e9cf43)",
4087
+ "jsiiVersion": "5.9.11 (build e3d2007)",
4088
4088
  "keywords": [
4089
4089
  "aws",
4090
4090
  "cdk",
@@ -4198,6 +4198,6 @@
4198
4198
  "symbolId": "src/p6cdknamer:P6CDKNamer"
4199
4199
  }
4200
4200
  },
4201
- "version": "1.3.58",
4202
- "fingerprint": "NSxkZ2eBWW/khK3NyQsrACoYEH0OyiurIiEJTPzdSus="
4201
+ "version": "1.3.60",
4202
+ "fingerprint": "ElQY64gdxJpv9LQpVFt77KIVXZl/VhvaIm7sW/bQUOk="
4203
4203
  }
package/API.md CHANGED
@@ -183,12 +183,13 @@ public readonly env: ResourceEnvironment;
183
183
 
184
184
  The environment this resource belongs to.
185
185
 
186
- For resources that are created and managed by the CDK
187
- (generally, those created by creating new class instances like Role, Bucket, etc.),
188
- this is always the same as the environment of the stack they belong to;
189
- however, for imported resources
190
- (those obtained from static methods like fromRoleArn, fromBucketName, etc.),
191
- that might be different than the stack they were imported into.
186
+ For resources that are created and managed in a Stack (those created by
187
+ creating new class instances like `new Role()`, `new Bucket()`, etc.), this
188
+ is always the same as the environment of the stack they belong to.
189
+
190
+ For referenced resources (those obtained from referencing methods like
191
+ `Role.fromRoleArn()`, `Bucket.fromBucketName()`, etc.), they might be
192
+ different than the stack they were imported into.
192
193
 
193
194
  ---
194
195
 
package/lib/p6cdknamer.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 P6CDKNamer extends cdk.Resource {
44
- static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6CDKNamer", version: "1.3.58" };
44
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6CDKNamer", version: "1.3.60" };
45
45
  constructor(scope, id, props) {
46
46
  super(scope, id);
47
47
  const policy = new floyd.Statement.Iam().allow().toCreateAccountAlias();
package/package.json CHANGED
@@ -54,22 +54,22 @@
54
54
  "@antfu/eslint-config": "^6.2.0",
55
55
  "@types/aws-lambda": "^8.10.157",
56
56
  "@types/jest": "^30.0.0",
57
- "@typescript-eslint/eslint-plugin": "^8.46.2",
58
- "@typescript-eslint/parser": "^8.46.2",
57
+ "@typescript-eslint/eslint-plugin": "^8.46.3",
58
+ "@typescript-eslint/parser": "^8.46.3",
59
59
  "aws-cdk": "^2.1031.1",
60
- "aws-cdk-lib": "^2.221.1",
60
+ "aws-cdk-lib": "^2.222.0",
61
61
  "cdk-dia": "^0.12.1",
62
62
  "constructs": "^10.4.2",
63
63
  "esbuild": "^0.25.12",
64
- "eslint": "^9.39.0",
64
+ "eslint": "^9.39.1",
65
65
  "eslint-plugin-import": "^2.32.0",
66
66
  "http-server": "^14.1.1",
67
67
  "jest": "^30.2.0",
68
- "jsii": "^5.9.10",
68
+ "jsii": "^5.9.11",
69
69
  "jsii-diff": "^1.118.0",
70
- "jsii-docgen": "^10.11.1",
70
+ "jsii-docgen": "^10.11.2",
71
71
  "jsii-pacmak": "^1.118.0",
72
- "jsii-rosetta": "^5.9.12",
72
+ "jsii-rosetta": "^5.9.13",
73
73
  "publib": "^0.2.1025",
74
74
  "ts-jest": "^29.4.5",
75
75
  "ts-node": "^10.9.2",
@@ -100,7 +100,7 @@
100
100
  "main": "lib/index.js",
101
101
  "types": "lib/index.d.ts",
102
102
  "license": "Apache-2.0",
103
- "version": "1.3.58",
103
+ "version": "1.3.60",
104
104
  "jsii": {
105
105
  "outdir": "dist",
106
106
  "tsc": {