Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Mar 19, 2024
1 parent 9e43929 commit 6475dd8
Show file tree
Hide file tree
Showing 4 changed files with 1,661 additions and 1,987 deletions.
2 changes: 1 addition & 1 deletion cli.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

export NODE_NO_WARNINGS=1
node --loader tsx ./cli/cli.ts "$@"
node --import tsx ./cli/cli.ts "$@"
2 changes: 1 addition & 1 deletion cli/cli.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import chalk from 'chalk'
import { program } from 'commander'
import psjon from '../package.json'
import type { CommandDefinition } from './commands/CommandDefinition'
import type { CommandDefinition } from './commands/CommandDefinition.js'
import { STSClient } from '@aws-sdk/client-sts'
import { generateClaimCertificate } from './commands/generate-claim-certificate.js'
import { IoTClient } from '@aws-sdk/client-iot'
Expand Down
Loading

0 comments on commit 6475dd8

Please sign in to comment.