@intentius/chant-lexicon-aws 0.18.13 → 0.18.14
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/dist/integrity.json +3 -3
- package/dist/manifest.json +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +2 -2
- package/src/generated/index.d.ts +1 -1
package/dist/integrity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"algorithm": "sha256",
|
|
3
3
|
"artifacts": {
|
|
4
|
-
"manifest.json": "
|
|
4
|
+
"manifest.json": "183280f448ba830d5079946efc74c017286f4fcc5493c5d6dee346f9e42f5ca7",
|
|
5
5
|
"meta.json": "8c8333c2cc61ac2525f3418ea240c69d263e545e5947c15b984549d5207198c2",
|
|
6
|
-
"types/index.d.ts": "
|
|
6
|
+
"types/index.d.ts": "99c828846be7e9549f21a331ddd1b5e3410ad9618f7982b063190924f6c81677",
|
|
7
7
|
"rules/hardcoded-region.ts": "5a0eaf7ab391231fe6cd51426ece29539cb4b36f31c8dd060956638fed55722a",
|
|
8
8
|
"rules/iam-wildcard.ts": "135d7217d278fef50939e605c5da32603ba35674b8c4b5c4d66a06c77903e945",
|
|
9
9
|
"rules/s3-encryption.ts": "c4f9f8aa8dc382ed98c7b04e820a600590cc75335a8db2e087cbfbfe4003d09e",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"skills/chant-aws.md": "4d65eb160e001f2af42eb7c622a5b498c2fd1f5afbd6c8155615c010fb265c63",
|
|
59
59
|
"skills/chant-aws-eks.md": "8789255709ff004ad0a875fd5999edcdc66fc6e33d710db058d9f42703bcfdfe"
|
|
60
60
|
},
|
|
61
|
-
"composite": "
|
|
61
|
+
"composite": "b4e8fb0290f3892c27f22c0e0f6c2a758207966537752d3c52534261a39e7166"
|
|
62
62
|
}
|
package/dist/manifest.json
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -127346,7 +127346,7 @@ export type EmailContact_EmailContactStatus = "active" | "inactive";
|
|
|
127346
127346
|
|
|
127347
127347
|
export type EMRServerlessApplication_Architecture = "ARM64" | "X86_64";
|
|
127348
127348
|
|
|
127349
|
-
export type EnforcedGuardrailConfiguration_ConfigOwner = "ACCOUNT"
|
|
127349
|
+
export type EnforcedGuardrailConfiguration_ConfigOwner = "ACCOUNT";
|
|
127350
127350
|
|
|
127351
127351
|
export type EnvironmentAccountConnection_Status = "CONNECTED" | "PENDING" | "REJECTED";
|
|
127352
127352
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentius/chant-lexicon-aws",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.14",
|
|
4
4
|
"description": "AWS CloudFormation lexicon for chant — declarative IaC in TypeScript",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://intentius.io/chant",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"typescript": "^5.9.3"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"@intentius/chant": "^0.18.
|
|
83
|
+
"@intentius/chant": "^0.18.14",
|
|
84
84
|
"typescript": "^5.9.3"
|
|
85
85
|
}
|
|
86
86
|
}
|
package/src/generated/index.d.ts
CHANGED
|
@@ -127346,7 +127346,7 @@ export type EmailContact_EmailContactStatus = "active" | "inactive";
|
|
|
127346
127346
|
|
|
127347
127347
|
export type EMRServerlessApplication_Architecture = "ARM64" | "X86_64";
|
|
127348
127348
|
|
|
127349
|
-
export type EnforcedGuardrailConfiguration_ConfigOwner = "ACCOUNT"
|
|
127349
|
+
export type EnforcedGuardrailConfiguration_ConfigOwner = "ACCOUNT";
|
|
127350
127350
|
|
|
127351
127351
|
export type EnvironmentAccountConnection_Status = "CONNECTED" | "PENDING" | "REJECTED";
|
|
127352
127352
|
|