p6-cdk-namer 1.1.3 → 1.1.6
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/diff.txt +0 -0
- package/lib/p6cdknamer.js +1 -1
- package/package.json +6 -3
package/.jsii
CHANGED
|
@@ -3976,6 +3976,6 @@
|
|
|
3976
3976
|
"symbolId": "src/p6cdknamer:P6CDKNamer"
|
|
3977
3977
|
}
|
|
3978
3978
|
},
|
|
3979
|
-
"version": "1.1.
|
|
3980
|
-
"fingerprint": "
|
|
3979
|
+
"version": "1.1.6",
|
|
3980
|
+
"fingerprint": "7rSWLcccTX1CjA7YT6wS09qUSYu1YhybwJ7qlT1EzQo="
|
|
3981
3981
|
}
|
package/diff.txt
ADDED
|
File without changes
|
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.
|
|
34
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6CDKNamer", version: "1.1.6" };
|
|
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
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"jsii:pacmak:go": "yarn jsii-pacmak --verbose --no-npmignore --targets go",
|
|
26
26
|
"jsii:pacmak:java": "yarn jsii-pacmak --verbose --no-npmignore --targets java",
|
|
27
27
|
"jsii:pacmak:js": "yarn jsii-pacmak --verbose --no-npmignore --target js",
|
|
28
|
-
"jsii:pacmak:parallel": "yarn jsii-pacmak --verbose --parallel --no-npmignore --targets dotnet,go,
|
|
28
|
+
"jsii:pacmak:parallel": "yarn jsii-pacmak --verbose --parallel --no-npmignore --targets dotnet,go,js,python",
|
|
29
29
|
"jsii:pacmak:py": "yarn jsii-pacmak --verbose --no-npmignore --targets python",
|
|
30
30
|
"lint:fix": "yarn eslint . --fix",
|
|
31
31
|
"lint": "yarn eslint .",
|
|
@@ -47,6 +47,9 @@
|
|
|
47
47
|
"email": "pgollucci@p6m7g8.com",
|
|
48
48
|
"organization": true
|
|
49
49
|
},
|
|
50
|
+
"engines": {
|
|
51
|
+
"node": ">= 22.10.0"
|
|
52
|
+
},
|
|
50
53
|
"devDependencies": {
|
|
51
54
|
"@antfu/eslint-config": "^3.8.0",
|
|
52
55
|
"@types/aws-lambda": "^8.10.145",
|
|
@@ -94,9 +97,9 @@
|
|
|
94
97
|
"alias"
|
|
95
98
|
],
|
|
96
99
|
"main": "lib/index.js",
|
|
97
|
-
"types": "
|
|
100
|
+
"types": "lib/index.d.ts",
|
|
98
101
|
"license": "Apache-2.0",
|
|
99
|
-
"version": "1.1.
|
|
102
|
+
"version": "1.1.6",
|
|
100
103
|
"jsii": {
|
|
101
104
|
"outdir": "dist",
|
|
102
105
|
"tsc": {
|