takomo 8.0.0-alpha.2 → 8.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/dist/utils/date.js +2 -2
- package/dist/utils/date.js.map +1 -1
- package/package.json +23 -23
package/dist/utils/date.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
export const formatTimestamp = (date) =>
|
|
1
|
+
import { format } from "date-and-time";
|
|
2
|
+
export const formatTimestamp = (date) => format(date, "YYYY-MM-DD HH:mm:ss Z");
|
|
3
3
|
//# sourceMappingURL=date.js.map
|
package/dist/utils/date.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date.js","sourceRoot":"","sources":["../../src/utils/date.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"date.js","sourceRoot":"","sources":["../../src/utils/date.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAA;AAEtC,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,IAAU,EAAU,EAAE,CACpD,MAAM,CAAC,IAAI,EAAE,uBAAuB,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takomo",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"description": "Organize, configure and deploy CloudFormation stacks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"ts-jest": "29.4.
|
|
83
|
+
"ts-jest": "29.4.1",
|
|
84
84
|
"@jest/globals": "30.0.5",
|
|
85
|
-
"@aws-sdk/client-ec2": "3.
|
|
85
|
+
"@aws-sdk/client-ec2": "3.859.0",
|
|
86
86
|
"@commitlint/cli": "19.8.1",
|
|
87
87
|
"@commitlint/config-conventional": "19.8.1",
|
|
88
88
|
"@jest/console": "30.0.5",
|
|
@@ -95,14 +95,14 @@
|
|
|
95
95
|
"@types/jmespath": "0.15.2",
|
|
96
96
|
"@types/js-yaml": "4.0.9",
|
|
97
97
|
"@types/node": "22.14.1",
|
|
98
|
-
"@types/ramda": "0.
|
|
98
|
+
"@types/ramda": "0.31.0",
|
|
99
99
|
"@types/semver": "7.7.0",
|
|
100
100
|
"@types/uuid": "10.0.0",
|
|
101
101
|
"@types/yargs": "17.0.33",
|
|
102
102
|
"@types/ejs": "3.1.5",
|
|
103
103
|
"@types/lodash": "4.17.20",
|
|
104
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
105
|
-
"@typescript-eslint/parser": "8.
|
|
104
|
+
"@typescript-eslint/eslint-plugin": "8.39.0",
|
|
105
|
+
"@typescript-eslint/parser": "8.39.0",
|
|
106
106
|
"depcheck": "1.4.7",
|
|
107
107
|
"eslint": "9.32.0",
|
|
108
108
|
"eslint-config-prettier": "10.1.8",
|
|
@@ -115,43 +115,43 @@
|
|
|
115
115
|
"jest-mock-extended": "4.0.0",
|
|
116
116
|
"prettier": "3.6.2",
|
|
117
117
|
"prettier-plugin-organize-imports": "4.2.0",
|
|
118
|
-
"lint-staged": "16.1.
|
|
118
|
+
"lint-staged": "16.1.4",
|
|
119
119
|
"ts-node": "10.9.2",
|
|
120
|
-
"typedoc": "0.28.
|
|
121
|
-
"typescript": "5.
|
|
120
|
+
"typedoc": "0.28.9",
|
|
121
|
+
"typescript": "5.9.2",
|
|
122
122
|
"semantic-release": "24.2.7",
|
|
123
123
|
"npm-check-updates": "18.0.2"
|
|
124
124
|
},
|
|
125
125
|
"dependencies": {
|
|
126
|
-
"@aws-sdk/client-cloudformation": "3.
|
|
127
|
-
"@aws-sdk/client-cloudtrail": "3.
|
|
128
|
-
"@aws-sdk/client-organizations": "3.
|
|
129
|
-
"@aws-sdk/client-s3": "3.
|
|
130
|
-
"@aws-sdk/client-secrets-manager": "3.
|
|
131
|
-
"@aws-sdk/client-ssm": "3.
|
|
132
|
-
"@aws-sdk/client-sts": "3.
|
|
133
|
-
"@aws-sdk/credential-providers": "3.
|
|
126
|
+
"@aws-sdk/client-cloudformation": "3.859.0",
|
|
127
|
+
"@aws-sdk/client-cloudtrail": "3.859.0",
|
|
128
|
+
"@aws-sdk/client-organizations": "3.859.0",
|
|
129
|
+
"@aws-sdk/client-s3": "3.859.0",
|
|
130
|
+
"@aws-sdk/client-secrets-manager": "3.859.0",
|
|
131
|
+
"@aws-sdk/client-ssm": "3.859.0",
|
|
132
|
+
"@aws-sdk/client-sts": "3.859.0",
|
|
133
|
+
"@aws-sdk/credential-providers": "3.859.0",
|
|
134
134
|
"@smithy/middleware-retry": "2.3.1",
|
|
135
135
|
"@smithy/node-http-handler": "2.5.0",
|
|
136
136
|
"@aws-sdk/types": "3.840.0",
|
|
137
|
-
"chalk": "5.
|
|
137
|
+
"chalk": "5.5.0",
|
|
138
138
|
"cockatiel": "3.2.1",
|
|
139
|
-
"date-and-time": "
|
|
139
|
+
"date-and-time": "4.0.1",
|
|
140
140
|
"diff": "8.0.2",
|
|
141
|
-
"dotenv": "
|
|
141
|
+
"dotenv": "17.2.1",
|
|
142
142
|
"dotenv-expand": "12.0.2",
|
|
143
143
|
"easy-table": "1.2.0",
|
|
144
144
|
"folder-hash": "4.1.1",
|
|
145
145
|
"handlebars": "4.7.8",
|
|
146
|
-
"@inquirer/prompts": "7.
|
|
146
|
+
"@inquirer/prompts": "7.8.0",
|
|
147
147
|
"jmespath": "0.16.0",
|
|
148
|
-
"joi": "
|
|
148
|
+
"joi": "18.0.0",
|
|
149
149
|
"js-yaml": "4.1.0",
|
|
150
150
|
"json-stable-stringify": "1.3.0",
|
|
151
151
|
"neverthrow": "8.2.0",
|
|
152
152
|
"p-queue": "8.1.0",
|
|
153
153
|
"pretty-ms": "9.2.0",
|
|
154
|
-
"ramda": "0.
|
|
154
|
+
"ramda": "0.31.3",
|
|
155
155
|
"readdirp": "4.1.2",
|
|
156
156
|
"semver": "7.7.2",
|
|
157
157
|
"source-map-support": "0.5.21",
|