p6-cdk-namer 0.9.6 → 0.9.7
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/lib/p6namer.js +1 -1
- package/package.json +5 -4
package/.jsii
CHANGED
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.
|
|
34
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6Namer", version: "0.9.7" };
|
|
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
|
@@ -9,8 +9,9 @@
|
|
|
9
9
|
"act:build": "act --container-architecture linux/amd64 --container-daemon-socket - --container-options \"--memory 4g\" -j build",
|
|
10
10
|
"act:release": "act --container-architecture linux/amd64 --container-daemon-socket - --container-options \"--memory 4g\" -j release",
|
|
11
11
|
"build": "npm run ci && npm run jsii:pacmak:parallel && bin/clean_tgz.bash",
|
|
12
|
-
"ci:gha": "
|
|
13
|
-
"ci": "npm run
|
|
12
|
+
"ci:gha": "bin/version.bash && npm run ci:both",
|
|
13
|
+
"ci:both": "npm run compile && npm run lint && npm run jsii:docgen && npm run test",
|
|
14
|
+
"ci": "npm run ci:both && npm run diagram:update",
|
|
14
15
|
"clean": "rm -rf dist/ lib/ cdk.out/ coverage/ .jsii",
|
|
15
16
|
"compile": "npm run tsc:compile && npm run jsii:compile",
|
|
16
17
|
"diagram:run": "npm run diagram:update && npm run diagram:serve",
|
|
@@ -24,7 +25,7 @@
|
|
|
24
25
|
"jsii:pacmak:go": "npx jsii-pacmak --verbose --targets go",
|
|
25
26
|
"jsii:pacmak:java": "npx jsii-pacmak --verbose --targets java",
|
|
26
27
|
"jsii:pacmak:js": "npx jsii-pacmak --verbose --targets js",
|
|
27
|
-
"jsii:pacmak:parallel": "npx jsii-pacmak --verbose --parallel --targets
|
|
28
|
+
"jsii:pacmak:parallel": "npx jsii-pacmak --verbose --parallel --targets dotnet,go,java,js,python",
|
|
28
29
|
"jsii:pacmak:py": "npx jsii-pacmak --verbose --targets python",
|
|
29
30
|
"lint:fix": "npx eslint . --fix",
|
|
30
31
|
"lint": "npx eslint .",
|
|
@@ -100,7 +101,7 @@
|
|
|
100
101
|
"main": "lib/index.js",
|
|
101
102
|
"types": "src/index.d.ts",
|
|
102
103
|
"license": "Apache-2.0",
|
|
103
|
-
"version": "0.9.
|
|
104
|
+
"version": "0.9.7",
|
|
104
105
|
"jsii": {
|
|
105
106
|
"outdir": "dist",
|
|
106
107
|
"tsc": {
|