takomo 11.0.0 → 11.0.1
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/package.json +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takomo",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.1",
|
|
4
4
|
"description": "Organize, configure and deploy CloudFormation stacks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"ts-jest": "29.4.12",
|
|
86
86
|
"@jest/globals": "30.4.1",
|
|
87
|
-
"@aws-sdk/client-ec2": "3.
|
|
88
|
-
"@commitlint/cli": "21.2.
|
|
89
|
-
"@commitlint/config-conventional": "21.2.
|
|
87
|
+
"@aws-sdk/client-ec2": "3.1116.0",
|
|
88
|
+
"@commitlint/cli": "21.2.2",
|
|
89
|
+
"@commitlint/config-conventional": "21.2.2",
|
|
90
90
|
"@jest/console": "30.4.1",
|
|
91
91
|
"@takomo/test-custom-helper-lowercase": "0.0.1",
|
|
92
92
|
"@takomo/test-custom-helper-uppercase": "0.0.1",
|
|
@@ -96,16 +96,16 @@
|
|
|
96
96
|
"@types/jest": "30.0.0",
|
|
97
97
|
"@types/jmespath": "0.15.2",
|
|
98
98
|
"@types/js-yaml": "4.0.9",
|
|
99
|
-
"@types/node": "26.
|
|
100
|
-
"@types/ramda": "0.
|
|
99
|
+
"@types/node": "26.2.0",
|
|
100
|
+
"@types/ramda": "0.32.0",
|
|
101
101
|
"@types/semver": "7.8.0",
|
|
102
102
|
"@types/yargs": "17.0.35",
|
|
103
103
|
"@types/ejs": "3.1.5",
|
|
104
104
|
"@types/lodash": "4.17.25",
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
106
|
-
"@typescript-eslint/parser": "8.
|
|
105
|
+
"@typescript-eslint/eslint-plugin": "8.67.0",
|
|
106
|
+
"@typescript-eslint/parser": "8.67.0",
|
|
107
107
|
"depcheck": "1.4.7",
|
|
108
|
-
"eslint": "10.
|
|
108
|
+
"eslint": "10.9.0",
|
|
109
109
|
"eslint-config-prettier": "10.1.8",
|
|
110
110
|
"eslint-plugin-prettier": "5.5.6",
|
|
111
111
|
"@eslint/js": "10.0.1",
|
|
@@ -121,20 +121,20 @@
|
|
|
121
121
|
"typedoc": "0.28.20",
|
|
122
122
|
"typescript": "6.0.3",
|
|
123
123
|
"semantic-release": "25.0.9",
|
|
124
|
-
"npm-check-updates": "23.0.
|
|
124
|
+
"npm-check-updates": "23.0.2"
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
|
-
"@aws-sdk/client-cloudformation": "3.
|
|
128
|
-
"@aws-sdk/client-cloudtrail": "3.
|
|
129
|
-
"@aws-sdk/client-organizations": "3.
|
|
130
|
-
"@aws-sdk/client-s3": "3.
|
|
131
|
-
"@aws-sdk/client-secrets-manager": "3.
|
|
132
|
-
"@aws-sdk/client-ssm": "3.
|
|
133
|
-
"@aws-sdk/client-sts": "3.
|
|
134
|
-
"@aws-sdk/credential-providers": "3.
|
|
135
|
-
"@smithy/util-retry": "4.
|
|
136
|
-
"@smithy/node-http-handler": "4.
|
|
137
|
-
"@aws-sdk/types": "3.974.
|
|
127
|
+
"@aws-sdk/client-cloudformation": "3.1116.0",
|
|
128
|
+
"@aws-sdk/client-cloudtrail": "3.1116.0",
|
|
129
|
+
"@aws-sdk/client-organizations": "3.1116.0",
|
|
130
|
+
"@aws-sdk/client-s3": "3.1116.0",
|
|
131
|
+
"@aws-sdk/client-secrets-manager": "3.1116.0",
|
|
132
|
+
"@aws-sdk/client-ssm": "3.1116.0",
|
|
133
|
+
"@aws-sdk/client-sts": "3.1116.0",
|
|
134
|
+
"@aws-sdk/credential-providers": "3.1116.0",
|
|
135
|
+
"@smithy/util-retry": "4.6.2",
|
|
136
|
+
"@smithy/node-http-handler": "4.11.3",
|
|
137
|
+
"@aws-sdk/types": "3.974.5",
|
|
138
138
|
"chalk": "6.0.0",
|
|
139
139
|
"cockatiel": "4.0.0",
|
|
140
140
|
"date-and-time": "4.5.1",
|
|
@@ -144,10 +144,10 @@
|
|
|
144
144
|
"easy-table": "1.2.0",
|
|
145
145
|
"folder-hash": "4.1.3",
|
|
146
146
|
"handlebars": "4.7.9",
|
|
147
|
-
"@inquirer/prompts": "8.
|
|
147
|
+
"@inquirer/prompts": "8.6.0",
|
|
148
148
|
"jmespath": "0.16.0",
|
|
149
|
-
"joi": "18.2.
|
|
150
|
-
"js-yaml": "5.
|
|
149
|
+
"joi": "18.2.5",
|
|
150
|
+
"js-yaml": "5.3.0",
|
|
151
151
|
"json-stable-stringify": "1.3.0",
|
|
152
152
|
"neverthrow": "8.2.0",
|
|
153
153
|
"p-queue": "9.3.3",
|
|
@@ -157,9 +157,9 @@
|
|
|
157
157
|
"semver": "7.8.5",
|
|
158
158
|
"source-map-support": "0.5.21",
|
|
159
159
|
"ts-dedent": "2.3.0",
|
|
160
|
-
"uuid": "14.0.
|
|
160
|
+
"uuid": "14.0.2",
|
|
161
161
|
"yargs": "18.1.0",
|
|
162
|
-
"esbuild": "0.28.
|
|
162
|
+
"esbuild": "0.28.2",
|
|
163
163
|
"ejs": "6.0.1",
|
|
164
164
|
"lodash": "4.18.1"
|
|
165
165
|
}
|