Skip to content

Commit

Permalink
feat!: support AWS SDK v3
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop flow types, drop support for AWS SDK v2, remove null from optional property types
  • Loading branch information
jedwards1211 committed May 21, 2024
1 parent 9966453 commit c5dc9e0
Show file tree
Hide file tree
Showing 10 changed files with 1,714 additions and 967 deletions.
1 change: 1 addition & 0 deletions .mocharc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
const base = require('@jcoreio/toolchain-mocha/.mocharc.cjs')
module.exports = {
...base,
require: [...base.require, 'test/configure.ts'],
}
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
"@jcoreio/toolchain-mocha": "^4.5.5",
"@jcoreio/toolchain-semantic-release": "^4.5.5",
"@jcoreio/toolchain-typescript": "^4.5.5",
"@types/chai": "^4.0.0",
"@types/chai-as-promised": "^7.1.8",
"@types/inquirer": "^6.5.0",
"@types/mocha": "^10.0.0",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"chai": "^4.3.7",
Expand All @@ -57,14 +62,17 @@
"typescript": "^5.1.0"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.577.0",
"@aws-sdk/client-ec2": "^3.577.0",
"@aws-sdk/client-elastic-load-balancing-v2": "^3.579.0",
"@aws-sdk/client-route-53": "^3.577.0",
"@babel/runtime": "^7.18.6",
"@types/node": "^17.0.14",
"aws-sdk": "^2.1000.0",
"chalk": "^2.4.2",
"inquirer": "^6.5.0",
"is-domain-name": "^1.0.1",
"is-ip": "^3.1.0",
"mindless-route53": "^1.0.1",
"mindless-route53": "^2.0.0",
"typed-validators": "^4.4.0",
"yargs": "^13.3.0"
},
Expand Down
Loading

0 comments on commit c5dc9e0

Please sign in to comment.