@ttoss/cloud-roles 0.8.1 → 0.8.3

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.
package/dist/index.d.mts CHANGED
@@ -4,7 +4,7 @@ export { CloudFormationTemplate, IAMRoleResource, Outputs } from '@ttoss/cloudfo
4
4
  declare const IAM_PATH = "/custom-iam/";
5
5
 
6
6
  declare const createRolesTemplate: ({ path, resources, }: {
7
- path?: string | undefined;
7
+ path?: string;
8
8
  resources: {
9
9
  [key: string]: IAMRoleResource;
10
10
  };
package/dist/index.d.ts CHANGED
@@ -4,7 +4,7 @@ export { CloudFormationTemplate, IAMRoleResource, Outputs } from '@ttoss/cloudfo
4
4
  declare const IAM_PATH = "/custom-iam/";
5
5
 
6
6
  declare const createRolesTemplate: ({ path, resources, }: {
7
- path?: string | undefined;
7
+ path?: string;
8
8
  resources: {
9
9
  [key: string]: IAMRoleResource;
10
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/cloud-roles",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "description": "Create CloudFormation templates for roles with TypeScript.",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -23,14 +23,14 @@
23
23
  "src"
24
24
  ],
25
25
  "dependencies": {
26
- "@ttoss/cloudformation": "^0.9.1"
26
+ "@ttoss/cloudformation": "^0.9.3"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/jest": "^29.5.12",
30
30
  "jest": "^29.7.0",
31
31
  "tsup": "^8.0.2",
32
- "@ttoss/test-utils": "^2.1.1",
33
- "@ttoss/config": "^1.31.5"
32
+ "@ttoss/config": "^1.32.0",
33
+ "@ttoss/test-utils": "^2.1.3"
34
34
  },
35
35
  "keywords": [],
36
36
  "publishConfig": {