@based/cli
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -8,3 +8,2 @@ import input from '@inquirer/input'; | ||
import { getClient } from '../../utils/getClient.js'; | ||
import { SUPPORTED_REGIONS } from '@based/cloud'; | ||
const replaceTilde = (path) => path.replace(/^~(?=$|\/|\\)/, homedir()); | ||
@@ -84,5 +83,11 @@ export const initCmd = async ({ path, | ||
message: 'In which region would you like to spawn the environment?', | ||
choices: SUPPORTED_REGIONS.map((r) => { | ||
choices: [ | ||
'eu-central-1', | ||
'sa-east-1', | ||
'us-east-1', | ||
'us-west-1', | ||
'ap-southeast-2', // Sydney | ||
].map((v) => { | ||
return { | ||
value: r, | ||
value: v, | ||
}; | ||
@@ -89,0 +94,0 @@ }), |
{ | ||
"name": "@based/cli", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "bin": "bin/cmd.js", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
224641
477
3457
5
6
0