@cloud-copilot/iam-data 0.19.202605091 → 0.19.202605111
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.
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
"description": "Filters access by the Short-term or Long-term bearer tokens",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
|
+
"aws-external-anthropic:calledviaconsole": {
|
|
8
|
+
"key": "aws-external-anthropic:CalledViaConsole",
|
|
9
|
+
"description": "Filters access by the use of the Claude Platform console",
|
|
10
|
+
"type": "Bool"
|
|
11
|
+
},
|
|
7
12
|
"aws-external-anthropic:capability": {
|
|
8
13
|
"key": "aws-external-anthropic:Capability",
|
|
9
14
|
"description": "Filters access by the Claude Platform role used for the console session",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202605111",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-05-
|
|
9
|
+
"updatedAt": "2026-05-11T05:59:15.173Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|