@cloud-copilot/iam-collect 0.1.113 → 0.1.114

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.
@@ -111,8 +111,8 @@ const defaultConfig = `
111
111
  "endpoint": "https://s3.us-west-2.amazonaws.com", // Optional endpoint if using a specific VPC endpoint
112
112
  "auth": {
113
113
  //Override auth for a specific service
114
- }
115
- regionConfigs: {
114
+ },
115
+ "regionConfigs": {
116
116
  "us-west-1": {
117
117
  //Optional configuration for the region
118
118
  endpoint: "https://s3.us-west-1.amazonaws.com", // Optional endpoint if using a specific VPC endpoint
@@ -105,8 +105,8 @@ const defaultConfig = `
105
105
  "endpoint": "https://s3.us-west-2.amazonaws.com", // Optional endpoint if using a specific VPC endpoint
106
106
  "auth": {
107
107
  //Override auth for a specific service
108
- }
109
- regionConfigs: {
108
+ },
109
+ "regionConfigs": {
110
110
  "us-west-1": {
111
111
  //Optional configuration for the region
112
112
  endpoint: "https://s3.us-west-1.amazonaws.com", // Optional endpoint if using a specific VPC endpoint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-collect",
3
- "version": "0.1.113",
3
+ "version": "0.1.114",
4
4
  "description": "Collect IAM information from AWS Accounts",
5
5
  "repository": {
6
6
  "type": "git",