We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d810734 commit 37943ffCopy full SHA for 37943ff
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "circuitscan",
3
- "version": "0.1.7",
+ "version": "0.1.8",
4
"main": "cli.js",
5
"type": "module",
6
"author": "numtel <ben@latenightsketches.com>",
src/utils.js
@@ -97,6 +97,8 @@ export const instanceSizes = {
97
256: 'r7i.8xlarge',
98
384: 'r7i.12xlarge',
99
512: 'r7i.16xlarge',
100
+ 768: 'r7i.24xlarge',
101
+ 1536: 'r7i.48xlarge',
102
}
103
104
export function formatBytes(bytes, decimals = 2) {
0 commit comments