@vizamodo/viza-cli 1.4.49 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -51,7 +51,7 @@ export async function loginAwsCommand(options) {
|
|
|
51
51
|
// Resolve allowed teams
|
|
52
52
|
// - Dispatch mode: restrict by targetEnv
|
|
53
53
|
// - Status mode: allow union of all env teams (read-only query)
|
|
54
|
-
const allowedTeams = options.status
|
|
54
|
+
const allowedTeams = options.status === true && env === "dev"
|
|
55
55
|
? Array.from(new Set([
|
|
56
56
|
...TARGET_TEAMS.dev,
|
|
57
57
|
...TARGET_TEAMS.prod,
|
package/dist/src/ui/banner.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizamodo/viza-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Viza unified command line interface",
|
|
6
6
|
"bin": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/adm-zip": "^0.5.7",
|
|
30
30
|
"@types/figlet": "^1.7.0",
|
|
31
|
-
"@types/node": "^25.2.
|
|
31
|
+
"@types/node": "^25.2.2",
|
|
32
32
|
"@types/prompts": "^2.4.9",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
34
|
"typescript": "^5.9.3"
|