@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 CHANGED
@@ -1166,8 +1166,7 @@ function renderAwsConfigTs(props) {
1166
1166
  indentLevel: 0,
1167
1167
  withinInlinePolicy: false
1168
1168
  });
1169
- return `import * as v from "valibot";
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 = v.parse(awsConfigSchema, ${serializedConfig} satisfies AwsConfig);
1181
+ const awsConfig: AwsConfig = ${serializedConfig} satisfies AwsConfig;
1183
1182
 
1184
1183
  export default awsConfig;
1185
1184
  `;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beesolve/aws-accounts",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "AWS Organizations and IAM Identity Center management CLI",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {