@cloud-copilot/iam-expand 0.11.55 → 0.11.57

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.
@@ -45,7 +45,7 @@ export interface ExpandIamActionsOptions {
45
45
  *
46
46
  * @param actionStringOrStrings An IAM action or array IAM action(s) that may contain wildcards
47
47
  * @param overrideOptions Options to override the default behavior
48
- * @returns An array of expanded action strings flattend to a single array
48
+ * @returns An array of expanded action strings flattened to a single array
49
49
  */
50
50
  export declare function expandIamActions(actionStringOrStrings: string | string[], overrideOptions?: Partial<ExpandIamActionsOptions>): Promise<string[]>;
51
51
  //# sourceMappingURL=expand.d.ts.map
@@ -25,7 +25,7 @@ const defaultOptions = {
25
25
  *
26
26
  * @param actionStringOrStrings An IAM action or array IAM action(s) that may contain wildcards
27
27
  * @param overrideOptions Options to override the default behavior
28
- * @returns An array of expanded action strings flattend to a single array
28
+ * @returns An array of expanded action strings flattened to a single array
29
29
  */
30
30
  async function expandIamActions(actionStringOrStrings, overrideOptions) {
31
31
  const options = { ...defaultOptions, ...overrideOptions };
@@ -45,7 +45,7 @@ export interface ExpandIamActionsOptions {
45
45
  *
46
46
  * @param actionStringOrStrings An IAM action or array IAM action(s) that may contain wildcards
47
47
  * @param overrideOptions Options to override the default behavior
48
- * @returns An array of expanded action strings flattend to a single array
48
+ * @returns An array of expanded action strings flattened to a single array
49
49
  */
50
50
  export declare function expandIamActions(actionStringOrStrings: string | string[], overrideOptions?: Partial<ExpandIamActionsOptions>): Promise<string[]>;
51
51
  //# sourceMappingURL=expand.d.ts.map
@@ -21,7 +21,7 @@ const defaultOptions = {
21
21
  *
22
22
  * @param actionStringOrStrings An IAM action or array IAM action(s) that may contain wildcards
23
23
  * @param overrideOptions Options to override the default behavior
24
- * @returns An array of expanded action strings flattend to a single array
24
+ * @returns An array of expanded action strings flattened to a single array
25
25
  */
26
26
  export async function expandIamActions(actionStringOrStrings, overrideOptions) {
27
27
  const options = { ...defaultOptions, ...overrideOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-expand",
3
- "version": "0.11.55",
3
+ "version": "0.11.57",
4
4
  "description": "Expand AWS IAM Actions with Wildcards",
5
5
  "repository": {
6
6
  "type": "git",