takomo 7.1.0 → 7.1.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.
|
@@ -1,2 +1 @@
|
|
|
1
|
-
/// <reference types="yargs" />
|
|
2
1
|
export declare const deployTargetsCmd: ({ overridingHandler }: import("../common.js").RunProps) => import("yargs").CommandModule<import("./common-deploy.js").DeploymentTargetsDeployCommandArgs, import("./common-deploy.js").DeploymentTargetsDeployCommandArgs>;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
/// <reference types="yargs" />
|
|
2
1
|
export declare const undeployTargetsCmd: ({ overridingHandler }: import("../common.js").RunProps) => import("yargs").CommandModule<import("./common.js").DeploymentTargetsOperationCommandArgs, import("./common.js").DeploymentTargetsOperationCommandArgs>;
|
package/dist/utils/strings.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const indentLines: (string: string, indent?: number) => string;
|
|
2
2
|
export declare const checksum: (string: string) => string;
|
|
3
3
|
export declare const splitTextInLines: (lineWidth: number, ...lines: ReadonlyArray<string>) => ReadonlyArray<string>;
|
|
4
|
-
export declare const uuid: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number
|
|
4
|
+
export declare const uuid: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
5
5
|
export declare const diffStrings: (current: string, updated: string) => string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takomo",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.1",
|
|
4
4
|
"description": "Organize, configure and deploy CloudFormation stacks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"ts-jest": "29.1.
|
|
81
|
+
"ts-jest": "29.1.5",
|
|
82
82
|
"@jest/globals": "29.7.0",
|
|
83
|
-
"@aws-sdk/client-ec2": "3.
|
|
84
|
-
"@commitlint/cli": "19.
|
|
83
|
+
"@aws-sdk/client-ec2": "3.604.0",
|
|
84
|
+
"@commitlint/cli": "19.3.0",
|
|
85
85
|
"@commitlint/config-conventional": "19.2.2",
|
|
86
86
|
"@jest/console": "29.7.0",
|
|
87
87
|
"@takomo/test-custom-helper-lowercase": "0.0.1",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@takomo/test-custom-resolver-code": "0.0.1",
|
|
90
90
|
"@takomo/test-custom-resolver-name": "0.0.1",
|
|
91
91
|
"@types/date-and-time": "0.13.0",
|
|
92
|
-
"@types/diff": "5.
|
|
92
|
+
"@types/diff": "5.2.1",
|
|
93
93
|
"@types/folder-hash": "4.0.4",
|
|
94
94
|
"@types/inquirer": "9.0.7",
|
|
95
95
|
"@types/jest": "29.5.12",
|
|
@@ -98,13 +98,13 @@
|
|
|
98
98
|
"@types/json-stable-stringify": "1.0.36",
|
|
99
99
|
"@types/lodash.merge": "4.6.9",
|
|
100
100
|
"@types/lodash.takerightwhile": "4.6.9",
|
|
101
|
-
"@types/node": "20.
|
|
101
|
+
"@types/node": "20.14.9",
|
|
102
102
|
"@types/ramda": "0.29.11",
|
|
103
103
|
"@types/semver": "7.5.8",
|
|
104
104
|
"@types/uuid": "9.0.8",
|
|
105
105
|
"@types/yargs": "17.0.32",
|
|
106
106
|
"@types/ejs": "3.1.5",
|
|
107
|
-
"@types/lodash": "4.17.
|
|
107
|
+
"@types/lodash": "4.17.6",
|
|
108
108
|
"@typescript-eslint/eslint-plugin": "6.16.0",
|
|
109
109
|
"@typescript-eslint/parser": "6.16.0",
|
|
110
110
|
"@types/inquirer-autocomplete-prompt": "3.0.3",
|
|
@@ -115,56 +115,56 @@
|
|
|
115
115
|
"husky": "9.0.11",
|
|
116
116
|
"jest": "29.7.0",
|
|
117
117
|
"jest-environment-testenv-recycler": "0.0.21",
|
|
118
|
-
"jest-mock-extended": "3.0.
|
|
119
|
-
"prettier": "3.2
|
|
118
|
+
"jest-mock-extended": "3.0.7",
|
|
119
|
+
"prettier": "3.3.2",
|
|
120
120
|
"prettier-plugin-organize-imports": "3.2.4",
|
|
121
|
-
"lint-staged": "15.2.
|
|
121
|
+
"lint-staged": "15.2.7",
|
|
122
122
|
"ts-node": "10.9.2",
|
|
123
|
-
"typedoc": "0.
|
|
124
|
-
"typescript": "5.
|
|
123
|
+
"typedoc": "0.26.3",
|
|
124
|
+
"typescript": "5.5.2",
|
|
125
125
|
"semantic-release": "23.0.8",
|
|
126
|
-
"npm-check-updates": "16.14.
|
|
126
|
+
"npm-check-updates": "16.14.20"
|
|
127
127
|
},
|
|
128
128
|
"dependencies": {
|
|
129
|
-
"@aws-sdk/client-cloudformation": "3.
|
|
130
|
-
"@aws-sdk/client-cloudtrail": "3.
|
|
131
|
-
"@aws-sdk/client-organizations": "3.
|
|
132
|
-
"@aws-sdk/client-s3": "3.
|
|
133
|
-
"@aws-sdk/client-secrets-manager": "3.
|
|
134
|
-
"@aws-sdk/client-ssm": "3.
|
|
135
|
-
"@aws-sdk/client-sts": "3.
|
|
136
|
-
"@aws-sdk/credential-providers": "3.
|
|
129
|
+
"@aws-sdk/client-cloudformation": "3.600.0",
|
|
130
|
+
"@aws-sdk/client-cloudtrail": "3.600.0",
|
|
131
|
+
"@aws-sdk/client-organizations": "3.600.0",
|
|
132
|
+
"@aws-sdk/client-s3": "3.600.0",
|
|
133
|
+
"@aws-sdk/client-secrets-manager": "3.600.0",
|
|
134
|
+
"@aws-sdk/client-ssm": "3.603.0",
|
|
135
|
+
"@aws-sdk/client-sts": "3.606.0",
|
|
136
|
+
"@aws-sdk/credential-providers": "3.600.0",
|
|
137
137
|
"@smithy/middleware-retry": "2.3.1",
|
|
138
138
|
"@smithy/node-http-handler": "2.5.0",
|
|
139
|
-
"@aws-sdk/types": "3.
|
|
139
|
+
"@aws-sdk/types": "3.598.0",
|
|
140
140
|
"chalk": "5.3.0",
|
|
141
|
-
"cockatiel": "3.1.
|
|
142
|
-
"date-and-time": "3.
|
|
141
|
+
"cockatiel": "3.1.3",
|
|
142
|
+
"date-and-time": "3.3.0",
|
|
143
143
|
"diff": "5.2.0",
|
|
144
144
|
"dotenv": "16.4.5",
|
|
145
145
|
"dotenv-expand": "11.0.6",
|
|
146
146
|
"easy-table": "1.2.0",
|
|
147
147
|
"folder-hash": "4.0.4",
|
|
148
148
|
"handlebars": "4.7.8",
|
|
149
|
-
"inquirer": "9.
|
|
149
|
+
"inquirer": "9.3.1",
|
|
150
150
|
"inquirer-autocomplete-prompt": "3.0.1",
|
|
151
151
|
"jmespath": "0.16.0",
|
|
152
|
-
"joi": "17.
|
|
152
|
+
"joi": "17.13.3",
|
|
153
153
|
"js-yaml": "4.1.0",
|
|
154
154
|
"json-stable-stringify": "1.1.1",
|
|
155
155
|
"lodash.merge": "4.6.2",
|
|
156
156
|
"lodash.takerightwhile": "4.6.0",
|
|
157
|
-
"neverthrow": "6.
|
|
157
|
+
"neverthrow": "6.2.2",
|
|
158
158
|
"p-queue": "8.0.1",
|
|
159
159
|
"pretty-ms": "9.0.0",
|
|
160
160
|
"ramda": "0.29.1",
|
|
161
161
|
"readdirp": "3.6.0",
|
|
162
|
-
"semver": "7.6.
|
|
162
|
+
"semver": "7.6.2",
|
|
163
163
|
"source-map-support": "0.5.21",
|
|
164
164
|
"ts-dedent": "2.2.0",
|
|
165
|
-
"uuid": "
|
|
165
|
+
"uuid": "10.0.0",
|
|
166
166
|
"yargs": "17.7.2",
|
|
167
|
-
"esbuild": "0.
|
|
167
|
+
"esbuild": "0.21.5",
|
|
168
168
|
"ejs": "3.1.10",
|
|
169
169
|
"lodash": "4.17.21"
|
|
170
170
|
}
|