@beesolve/aws-accounts 1.3.0 → 1.3.1
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/awsConfig.js +2 -3
- package/dist-lambda/lambda.zip +0 -0
- package/package.json +1 -1
package/dist/awsConfig.js
CHANGED
|
@@ -1166,8 +1166,7 @@ function renderAwsConfigTs(props) {
|
|
|
1166
1166
|
indentLevel: 0,
|
|
1167
1167
|
withinInlinePolicy: false
|
|
1168
1168
|
});
|
|
1169
|
-
return `import
|
|
1170
|
-
import { awsConfigSchema, iam, type AwsConfig } from "./aws.config.types.js";
|
|
1169
|
+
return `import { iam, type AwsConfig } from "./aws.config.types.js";
|
|
1171
1170
|
|
|
1172
1171
|
/**
|
|
1173
1172
|
* Human-editable AWS config.
|
|
@@ -1179,7 +1178,7 @@ import { awsConfigSchema, iam, type AwsConfig } from "./aws.config.types.js";
|
|
|
1179
1178
|
* "Graveyard" is bootstrap-managed and used internally as the account-removal sink;
|
|
1180
1179
|
* it is intentionally omitted from generated organizationalUnits in this file.
|
|
1181
1180
|
*/
|
|
1182
|
-
const awsConfig: AwsConfig =
|
|
1181
|
+
const awsConfig: AwsConfig = ${serializedConfig} satisfies AwsConfig;
|
|
1183
1182
|
|
|
1184
1183
|
export default awsConfig;
|
|
1185
1184
|
`;
|
package/dist-lambda/lambda.zip
CHANGED
|
Binary file
|