@cloud-copilot/iam-data 0.9.202503181 → 0.9.202503191

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.
@@ -134,8 +134,8 @@
134
134
  ],
135
135
  "dependentActions": []
136
136
  },
137
- "deleteuser": {
138
- "name": "DeleteUser",
137
+ "deleteuserv1": {
138
+ "name": "DeleteUserV1",
139
139
  "description": "Grants permission to delete a User",
140
140
  "accessLevel": "Write",
141
141
  "resourceTypes": [
@@ -287,8 +287,8 @@
287
287
  ],
288
288
  "dependentActions": []
289
289
  },
290
- "listusers": {
291
- "name": "ListUsers",
290
+ "listusersv1": {
291
+ "name": "ListUsersV1",
292
292
  "description": "Grants permission to view list of Users",
293
293
  "accessLevel": "List",
294
294
  "resourceTypes": [],
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202503181",
3
+ "version": "0.9.202503191",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-03-18T04:46:53.265Z",
6
+ "updatedAt": "2025-03-19T04:46:17.883Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",