@cloud-copilot/iam-collect 0.1.148 → 0.1.149

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/README.md CHANGED
@@ -19,6 +19,7 @@ Get every possible policy in any set of AWS accounts. This is built to run out o
19
19
  11. [History](docs/History.md)
20
20
  12. [Supported Services and Data](#supported-services-and-data)
21
21
  13. [Using AWS Config as a Data Source](docs/AwsConfig.md)
22
+ 14. [Deploying iam-collect at Scale with Terraform](infrastructure_as_code/terraform/README.md)
22
23
 
23
24
  ## iam-collect Tenets
24
25
 
@@ -2,5 +2,5 @@
2
2
  * iam-collect version.
3
3
  * Generated by build, do not manually edit
4
4
  */
5
- export declare const IAM_COLLECT_VERSION = "0.1.148";
5
+ export declare const IAM_COLLECT_VERSION = "0.1.149";
6
6
  //# sourceMappingURL=version.d.ts.map
@@ -5,5 +5,5 @@ exports.IAM_COLLECT_VERSION = void 0;
5
5
  * iam-collect version.
6
6
  * Generated by build, do not manually edit
7
7
  */
8
- exports.IAM_COLLECT_VERSION = '0.1.148';
8
+ exports.IAM_COLLECT_VERSION = '0.1.149';
9
9
  //# sourceMappingURL=version.js.map
@@ -2,5 +2,5 @@
2
2
  * iam-collect version.
3
3
  * Generated by build, do not manually edit
4
4
  */
5
- export declare const IAM_COLLECT_VERSION = "0.1.148";
5
+ export declare const IAM_COLLECT_VERSION = "0.1.149";
6
6
  //# sourceMappingURL=version.d.ts.map
@@ -2,5 +2,5 @@
2
2
  * iam-collect version.
3
3
  * Generated by build, do not manually edit
4
4
  */
5
- export const IAM_COLLECT_VERSION = '0.1.148';
5
+ export const IAM_COLLECT_VERSION = '0.1.149';
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-collect",
3
- "version": "0.1.148",
3
+ "version": "0.1.149",
4
4
  "description": "Collect IAM information from AWS Accounts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "clean": "rm -rf dist",
25
25
  "test": "npx vitest --run --coverage",
26
26
  "release": "npm install && npm run clean && npm run build && npm test && npm run format-check && npm publish",
27
- "format": "npx prettier --write src/",
27
+ "format": "npx prettier --write src/ infrastructure_as_code/",
28
28
  "format-check": "npx prettier --check src/"
29
29
  },
30
30
  "keywords": [