@cloud-copilot/iam-data 0.9.202501041 → 0.9.202501071

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.
@@ -563,6 +563,7 @@
563
563
  },
564
564
  "graphql": {
565
565
  "name": "GraphQL",
566
+ "isPermissionOnly": true,
566
567
  "description": "Grants permission to send a GraphQL query to a GraphQL API",
567
568
  "accessLevel": "Write",
568
569
  "resourceTypes": [
@@ -226,7 +226,9 @@
226
226
  }
227
227
  ],
228
228
  "conditionKeys": [],
229
- "dependentActions": []
229
+ "dependentActions": [
230
+ "ec2:DescribeSubnets"
231
+ ]
230
232
  },
231
233
  "putresourcepolicy": {
232
234
  "name": "PutResourcePolicy",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202501041",
3
+ "version": "0.9.202501071",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-01-04T04:43:20.830Z",
6
+ "updatedAt": "2025-01-07T04:44:04.938Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",