aws-iam-data 0.0.92 → 0.0.93

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.
@@ -115830,7 +115830,6 @@
115830
115830
  "resourceType": "",
115831
115831
  "required": false,
115832
115832
  "conditionKeys": [
115833
- "aws:RequestTag/${TagKey}",
115834
115833
  "aws:TagKeys"
115835
115834
  ],
115836
115835
  "dependentActions": []
@@ -131295,8 +131294,7 @@
131295
131294
  "resourceType": "",
131296
131295
  "required": false,
131297
131296
  "conditionKeys": [
131298
- "aws:TagKeys",
131299
- "aws:RequestTag/${TagKey}"
131297
+ "aws:TagKeys"
131300
131298
  ],
131301
131299
  "dependentActions": []
131302
131300
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.92",
3
+ "version": "0.0.93",
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",