takomo 9.0.0-alpha.2 → 9.0.0-alpha.4
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/cli-io/formatters.js +2 -2
- package/dist/cli-io/formatters.js.map +1 -1
- package/dist/command/stacks/common/load-current-cf-stacks.d.ts +2 -1
- package/dist/command/stacks/common/load-current-cf-stacks.js +15 -12
- package/dist/command/stacks/common/load-current-cf-stacks.js.map +1 -1
- package/dist/command/stacks/deploy/custom-stack/states.d.ts +1 -1
- package/dist/command/stacks/deploy/custom-stack/steps/get-changes.js +2 -2
- package/dist/command/stacks/deploy/custom-stack/steps/get-changes.js.map +1 -1
- package/dist/command/stacks/deploy/custom-stack/steps/review-deployment.js +2 -2
- package/dist/command/stacks/deploy/custom-stack/steps/review-deployment.js.map +1 -1
- package/dist/command/stacks/deploy/custom-stack/steps/update-stack.js +2 -2
- package/dist/command/stacks/deploy/custom-stack/steps/update-stack.js.map +1 -1
- package/dist/command/stacks/deploy/custom-stack/steps/wait-dependencies-to-complete.js +2 -5
- package/dist/command/stacks/deploy/custom-stack/steps/wait-dependencies-to-complete.js.map +1 -1
- package/dist/command/stacks/deploy/deploy-stack.js +2 -6
- package/dist/command/stacks/deploy/deploy-stack.js.map +1 -1
- package/dist/command/stacks/deploy/plan.js +2 -1
- package/dist/command/stacks/deploy/plan.js.map +1 -1
- package/dist/command/stacks/undeploy/custom-stack/steps/delete-stack.js +1 -1
- package/dist/command/stacks/undeploy/custom-stack/steps/delete-stack.js.map +1 -1
- package/dist/command/stacks/undeploy/plan.js +4 -2
- package/dist/command/stacks/undeploy/plan.js.map +1 -1
- package/dist/command/stacks/undeploy/validate.js +7 -1
- package/dist/command/stacks/undeploy/validate.js.map +1 -1
- package/dist/custom-stacks/cmd-custom-stack-handler.js +5 -5
- package/dist/custom-stacks/cmd-custom-stack-handler.js.map +1 -1
- package/dist/custom-stacks/custom-stack-handler.d.ts +174 -36
- package/dist/stacks/custom-stack.d.ts +1 -1
- package/dist/stacks/custom-stack.js +2 -1
- package/dist/stacks/custom-stack.js.map +1 -1
- package/dist/stacks/stack.d.ts +6 -0
- package/dist/stacks/stack.js.map +1 -1
- package/dist/stacks/standard-stack.js +2 -1
- package/dist/stacks/standard-stack.js.map +1 -1
- package/dist/takomo-stacks-context/config/build-custom-stack.js +5 -3
- package/dist/takomo-stacks-context/config/build-custom-stack.js.map +1 -1
- package/dist/takomo-stacks-context/config/build-standard-stack.js +2 -0
- package/dist/takomo-stacks-context/config/build-standard-stack.js.map +1 -1
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takomo",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.4",
|
|
4
4
|
"description": "Organize, configure and deploy CloudFormation stacks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"ts-jest": "29.4.5",
|
|
85
85
|
"@jest/globals": "30.2.0",
|
|
86
|
-
"@aws-sdk/client-ec2": "3.
|
|
87
|
-
"@commitlint/cli": "
|
|
88
|
-
"@commitlint/config-conventional": "
|
|
86
|
+
"@aws-sdk/client-ec2": "3.940.0",
|
|
87
|
+
"@commitlint/cli": "20.1.0",
|
|
88
|
+
"@commitlint/config-conventional": "20.0.0",
|
|
89
89
|
"@jest/console": "30.2.0",
|
|
90
90
|
"@takomo/test-custom-helper-lowercase": "0.0.1",
|
|
91
91
|
"@takomo/test-custom-helper-uppercase": "0.0.1",
|
|
@@ -99,55 +99,55 @@
|
|
|
99
99
|
"@types/ramda": "0.31.1",
|
|
100
100
|
"@types/semver": "7.7.1",
|
|
101
101
|
"@types/uuid": "11.0.0",
|
|
102
|
-
"@types/yargs": "17.0.
|
|
102
|
+
"@types/yargs": "17.0.35",
|
|
103
103
|
"@types/ejs": "3.1.5",
|
|
104
|
-
"@types/lodash": "4.17.
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
106
|
-
"@typescript-eslint/parser": "8.
|
|
104
|
+
"@types/lodash": "4.17.21",
|
|
105
|
+
"@typescript-eslint/eslint-plugin": "8.48.0",
|
|
106
|
+
"@typescript-eslint/parser": "8.48.0",
|
|
107
107
|
"depcheck": "1.4.7",
|
|
108
|
-
"eslint": "9.
|
|
108
|
+
"eslint": "9.39.1",
|
|
109
109
|
"eslint-config-prettier": "10.1.8",
|
|
110
110
|
"eslint-plugin-prettier": "5.5.4",
|
|
111
|
-
"@eslint/js": "9.
|
|
111
|
+
"@eslint/js": "9.39.1",
|
|
112
112
|
"@eslint/eslintrc": "3.3.1",
|
|
113
113
|
"husky": "9.1.7",
|
|
114
114
|
"jest": "30.2.0",
|
|
115
115
|
"jest-environment-testenv-recycler": "0.0.21",
|
|
116
116
|
"jest-mock-extended": "4.0.0",
|
|
117
|
-
"prettier": "3.
|
|
117
|
+
"prettier": "3.7.1",
|
|
118
118
|
"prettier-plugin-organize-imports": "4.3.0",
|
|
119
|
-
"lint-staged": "16.2.
|
|
119
|
+
"lint-staged": "16.2.7",
|
|
120
120
|
"ts-node": "10.9.2",
|
|
121
121
|
"typedoc": "0.28.14",
|
|
122
122
|
"typescript": "5.9.3",
|
|
123
|
-
"semantic-release": "
|
|
123
|
+
"semantic-release": "25.0.2",
|
|
124
124
|
"npm-check-updates": "18.3.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.940.0",
|
|
128
|
+
"@aws-sdk/client-cloudtrail": "3.940.0",
|
|
129
|
+
"@aws-sdk/client-organizations": "3.940.0",
|
|
130
|
+
"@aws-sdk/client-s3": "3.940.0",
|
|
131
|
+
"@aws-sdk/client-secrets-manager": "3.940.0",
|
|
132
|
+
"@aws-sdk/client-ssm": "3.940.0",
|
|
133
|
+
"@aws-sdk/client-sts": "3.940.0",
|
|
134
|
+
"@aws-sdk/credential-providers": "3.940.0",
|
|
135
135
|
"@smithy/middleware-retry": "2.3.1",
|
|
136
136
|
"@smithy/node-http-handler": "2.5.0",
|
|
137
|
-
"@aws-sdk/types": "3.
|
|
137
|
+
"@aws-sdk/types": "3.936.0",
|
|
138
138
|
"chalk": "5.6.2",
|
|
139
139
|
"cockatiel": "3.2.1",
|
|
140
|
-
"date-and-time": "4.1.
|
|
140
|
+
"date-and-time": "4.1.1",
|
|
141
141
|
"diff": "8.0.2",
|
|
142
142
|
"dotenv": "17.2.3",
|
|
143
143
|
"dotenv-expand": "12.0.3",
|
|
144
144
|
"easy-table": "1.2.0",
|
|
145
145
|
"folder-hash": "4.1.1",
|
|
146
146
|
"handlebars": "4.7.8",
|
|
147
|
-
"@inquirer/prompts": "
|
|
147
|
+
"@inquirer/prompts": "8.0.1",
|
|
148
148
|
"jmespath": "0.16.0",
|
|
149
|
-
"joi": "18.0.
|
|
150
|
-
"js-yaml": "4.1.
|
|
149
|
+
"joi": "18.0.2",
|
|
150
|
+
"js-yaml": "4.1.1",
|
|
151
151
|
"json-stable-stringify": "1.3.0",
|
|
152
152
|
"neverthrow": "8.2.0",
|
|
153
153
|
"p-queue": "8.1.1",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"ts-dedent": "2.2.0",
|
|
160
160
|
"uuid": "13.0.0",
|
|
161
161
|
"yargs": "18.0.0",
|
|
162
|
-
"esbuild": "0.
|
|
162
|
+
"esbuild": "0.27.0",
|
|
163
163
|
"ejs": "3.1.10",
|
|
164
164
|
"lodash": "4.17.21"
|
|
165
165
|
}
|