Skip to content

Commit 1546a09

Browse files
committed
upgrade-interactive all green/yellow modules
1 parent bf36359 commit 1546a09

File tree

3 files changed

+1933
-2286
lines changed

3 files changed

+1933
-2286
lines changed

src/bdcli/commands/account/bdcli-account-token-share.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function show(options: any, _command: cmd.Command): Promise<void> {
4141
if (!region) throw new Error("Pass --region parameter or set AWS_REGION env");
4242
const bdAccount = new BDAccount({ logger, authToken: token });
4343
await bdAccount.shareToken(
44-
`${options.lifetime}` ?? "1h",
44+
`${options.lifetime ?? "1h"}`,
4545
options.vendingSchedule,
4646
users,
4747
options.name,

tsconfig-cjs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4+
"moduleResolution": "Node10",
45
"module": "CommonJS",
56
"outDir": "./dist/cjs"
67
}

0 commit comments

Comments
 (0)