takomo 10.0.1 → 10.0.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/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takomo",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.3",
|
|
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.9",
|
|
86
86
|
"@jest/globals": "30.3.0",
|
|
87
|
-
"@aws-sdk/client-ec2": "3.
|
|
88
|
-
"@commitlint/cli": "20.5.
|
|
89
|
-
"@commitlint/config-conventional": "20.5.
|
|
87
|
+
"@aws-sdk/client-ec2": "3.1041.0",
|
|
88
|
+
"@commitlint/cli": "20.5.3",
|
|
89
|
+
"@commitlint/config-conventional": "20.5.3",
|
|
90
90
|
"@jest/console": "30.3.0",
|
|
91
91
|
"@takomo/test-custom-helper-lowercase": "0.0.1",
|
|
92
92
|
"@takomo/test-custom-helper-uppercase": "0.0.1",
|
|
@@ -102,10 +102,10 @@
|
|
|
102
102
|
"@types/yargs": "17.0.35",
|
|
103
103
|
"@types/ejs": "3.1.5",
|
|
104
104
|
"@types/lodash": "4.17.24",
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
106
|
-
"@typescript-eslint/parser": "8.
|
|
105
|
+
"@typescript-eslint/eslint-plugin": "8.59.1",
|
|
106
|
+
"@typescript-eslint/parser": "8.59.1",
|
|
107
107
|
"depcheck": "1.4.7",
|
|
108
|
-
"eslint": "10.
|
|
108
|
+
"eslint": "10.3.0",
|
|
109
109
|
"eslint-config-prettier": "10.1.8",
|
|
110
110
|
"eslint-plugin-prettier": "5.5.5",
|
|
111
111
|
"@eslint/js": "10.0.1",
|
|
@@ -113,28 +113,28 @@
|
|
|
113
113
|
"husky": "9.1.7",
|
|
114
114
|
"jest": "30.3.0",
|
|
115
115
|
"jest-environment-testenv-recycler": "0.0.21",
|
|
116
|
-
"jest-mock-extended": "4.0.
|
|
117
|
-
"prettier": "3.8.
|
|
116
|
+
"jest-mock-extended": "4.0.1",
|
|
117
|
+
"prettier": "3.8.3",
|
|
118
118
|
"prettier-plugin-organize-imports": "4.3.0",
|
|
119
119
|
"lint-staged": "16.4.0",
|
|
120
120
|
"ts-node": "10.9.2",
|
|
121
|
-
"typedoc": "0.28.
|
|
121
|
+
"typedoc": "0.28.19",
|
|
122
122
|
"typescript": "5.9.3",
|
|
123
123
|
"semantic-release": "25.0.3",
|
|
124
|
-
"npm-check-updates": "
|
|
124
|
+
"npm-check-updates": "22.1.0"
|
|
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.
|
|
127
|
+
"@aws-sdk/client-cloudformation": "3.1041.0",
|
|
128
|
+
"@aws-sdk/client-cloudtrail": "3.1041.0",
|
|
129
|
+
"@aws-sdk/client-organizations": "3.1041.0",
|
|
130
|
+
"@aws-sdk/client-s3": "3.1041.0",
|
|
131
|
+
"@aws-sdk/client-secrets-manager": "3.1041.0",
|
|
132
|
+
"@aws-sdk/client-ssm": "3.1041.0",
|
|
133
|
+
"@aws-sdk/client-sts": "3.1041.0",
|
|
134
|
+
"@aws-sdk/credential-providers": "3.1041.0",
|
|
135
135
|
"@smithy/middleware-retry": "2.3.1",
|
|
136
136
|
"@smithy/node-http-handler": "2.5.0",
|
|
137
|
-
"@aws-sdk/types": "3.973.
|
|
137
|
+
"@aws-sdk/types": "3.973.8",
|
|
138
138
|
"chalk": "5.6.2",
|
|
139
139
|
"cockatiel": "3.2.1",
|
|
140
140
|
"date-and-time": "4.4.0",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"easy-table": "1.2.0",
|
|
145
145
|
"folder-hash": "4.1.2",
|
|
146
146
|
"handlebars": "4.7.9",
|
|
147
|
-
"@inquirer/prompts": "8.4.
|
|
147
|
+
"@inquirer/prompts": "8.4.2",
|
|
148
148
|
"jmespath": "0.16.0",
|
|
149
149
|
"joi": "18.1.2",
|
|
150
150
|
"js-yaml": "4.1.1",
|
|
@@ -157,10 +157,10 @@
|
|
|
157
157
|
"semver": "7.7.4",
|
|
158
158
|
"source-map-support": "0.5.21",
|
|
159
159
|
"ts-dedent": "2.2.0",
|
|
160
|
-
"uuid": "
|
|
160
|
+
"uuid": "14.0.0",
|
|
161
161
|
"yargs": "18.0.0",
|
|
162
162
|
"esbuild": "0.28.0",
|
|
163
|
-
"ejs": "5.0.
|
|
163
|
+
"ejs": "5.0.2",
|
|
164
164
|
"lodash": "4.18.1"
|
|
165
165
|
}
|
|
166
166
|
}
|