@ttoss/cloudformation 0.8.1 → 0.8.2
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +7 -8
package/dist/index.d.mts
CHANGED
|
@@ -84,4 +84,4 @@ declare const readObjectFile: ({ path }: {
|
|
|
84
84
|
path: string;
|
|
85
85
|
}) => any;
|
|
86
86
|
|
|
87
|
-
export { CloudFormationTemplate, IAMRoleResource, Output, Outputs, Parameter, Parameters, Policy, Resource, Resources, findAndReadCloudFormationTemplate, readObjectFile as unstable_readObjectFile };
|
|
87
|
+
export { type CloudFormationTemplate, type IAMRoleResource, type Output, type Outputs, type Parameter, type Parameters, type Policy, type Resource, type Resources, findAndReadCloudFormationTemplate, readObjectFile as unstable_readObjectFile };
|
package/dist/index.d.ts
CHANGED
|
@@ -84,4 +84,4 @@ declare const readObjectFile: ({ path }: {
|
|
|
84
84
|
path: string;
|
|
85
85
|
}) => any;
|
|
86
86
|
|
|
87
|
-
export { CloudFormationTemplate, IAMRoleResource, Output, Outputs, Parameter, Parameters, Policy, Resource, Resources, findAndReadCloudFormationTemplate, readObjectFile as unstable_readObjectFile };
|
|
87
|
+
export { type CloudFormationTemplate, type IAMRoleResource, type Output, type Outputs, type Parameter, type Parameters, type Policy, type Resource, type Resources, findAndReadCloudFormationTemplate, readObjectFile as unstable_readObjectFile };
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/cloudformation",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "CloudFormation utils.",
|
|
5
|
-
"license": "UNLICENSED",
|
|
6
5
|
"author": "ttoss",
|
|
7
6
|
"contributors": [
|
|
8
7
|
"Pedro Arantes <pedro@arantespp.com> (https://arantespp.com)"
|
|
@@ -24,13 +23,13 @@
|
|
|
24
23
|
"ts-node": "^10.9.1"
|
|
25
24
|
},
|
|
26
25
|
"devDependencies": {
|
|
27
|
-
"@types/jest": "^29.5.
|
|
28
|
-
"@types/js-yaml": "^4.0.
|
|
29
|
-
"@types/node": "^
|
|
26
|
+
"@types/jest": "^29.5.10",
|
|
27
|
+
"@types/js-yaml": "^4.0.9",
|
|
28
|
+
"@types/node": "^20.9.4",
|
|
30
29
|
"jest": "^29.7.0",
|
|
31
|
-
"tsup": "^
|
|
32
|
-
"@ttoss/config": "^1.31.
|
|
33
|
-
"@ttoss/test-utils": "^
|
|
30
|
+
"tsup": "^8.0.1",
|
|
31
|
+
"@ttoss/config": "^1.31.1",
|
|
32
|
+
"@ttoss/test-utils": "^2.0.0"
|
|
34
33
|
},
|
|
35
34
|
"keywords": [],
|
|
36
35
|
"publishConfig": {
|