aws-iam-data 0.0.98 → 0.0.99

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.
@@ -116528,13 +116528,13 @@
116528
116528
  "resourceTypes": [
116529
116529
  {
116530
116530
  "resourceType": "cluster",
116531
- "required": false,
116531
+ "required": true,
116532
116532
  "conditionKeys": [],
116533
116533
  "dependentActions": []
116534
116534
  },
116535
116535
  {
116536
116536
  "resourceType": "task",
116537
- "required": false,
116537
+ "required": true,
116538
116538
  "conditionKeys": [],
116539
116539
  "dependentActions": []
116540
116540
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.98",
3
+ "version": "0.0.99",
4
4
  "description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",