@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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "algorithm": "sha256",
3
3
  "artifacts": {
4
- "manifest.json": "fb441c8cd1d4b2b05f98f385f376e836d6ec3843a8fb5c631ef8329760a07866",
4
+ "manifest.json": "183280f448ba830d5079946efc74c017286f4fcc5493c5d6dee346f9e42f5ca7",
5
5
  "meta.json": "8c8333c2cc61ac2525f3418ea240c69d263e545e5947c15b984549d5207198c2",
6
- "types/index.d.ts": "f86992ba68a0ff73a294d23b55e4dca3abb1968d5474b3062b624400c4b13b75",
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": "32a77730b75b288c841f2e9f9a09860efe7c91384f07a39bf07ca3d3f5d39602"
61
+ "composite": "b4e8fb0290f3892c27f22c0e0f6c2a758207966537752d3c52534261a39e7166"
62
62
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws",
3
- "version": "0.18.13",
3
+ "version": "0.18.14",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "AWS",
6
6
  "intrinsics": [
@@ -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" | "ORGANIZATION";
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.13",
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.13",
83
+ "@intentius/chant": "^0.18.14",
84
84
  "typescript": "^5.9.3"
85
85
  }
86
86
  }
@@ -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" | "ORGANIZATION";
127349
+ export type EnforcedGuardrailConfiguration_ConfigOwner = "ACCOUNT";
127350
127350
 
127351
127351
  export type EnvironmentAccountConnection_Status = "CONNECTED" | "PENDING" | "REJECTED";
127352
127352