Package Details: aws-azure-login 2.2.4-1

Git Clone URL: https://aur.archlinux.org/aws-azure-login.git (read-only, click to copy)
Package Base: aws-azure-login
Description: Use Microsoft Azure AD SAML Single Sign-On to log into AWS
Upstream URL: https://github.com/sportradar/aws-azure-login
Licenses: MIT
Submitter: elgaton
Maintainer: elgaton
Last Packager: elgaton
Votes: 0
Popularity: 0.000000
First Submitted: 2020-04-19 14:40 (UTC)
Last Updated: 2020-09-13 07:22 (UTC)

Latest Comments

udotirol commented on 2024-02-21 10:22 (UTC)

doesn't build anymore:

node_modules/@types/inquirer/index.d.ts(80,76): error TS2344: Type 'T' does not satisfy the constraint 'Answers'.
node_modules/@types/inquirer/index.d.ts(84,105): error TS2344: Type 'T' does not satisfy the constraint 'Answers'.
node_modules/@types/inquirer/index.d.ts(139,43): error TS2344: Type 'T' does not satisfy the constraint 'Answers'.
node_modules/@types/inquirer/lib/objects/choices.d.ts(11,48): error TS2344: Type 'T' does not satisfy the constraint 'Answers'.
node_modules/@types/inquirer/lib/objects/choices.d.ts(11,79): error TS2344: Type 'T' does not satisfy the constraint 'Answers'.
src/login.ts(665,13): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
==> ERROR: A failure occurred in package().
    Aborting...

gchamon commented on 2021-05-18 19:39 (UTC)

Updating version works out of the box, but conflicts with vsce

# Maintainer: Alessandro Menti <alessandro.menti@alessandromenti.it>
 pkgname=aws-azure-login
-pkgver=2.2.4
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="Use Microsoft Azure AD SAML Single Sign-On to log into AWS"
 arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
 depends=('gtk3' 'nodejs' 'nss' 'libxss')
 makedepends=('jq' 'npm' 'typescript')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sportradar/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('9e7739330fe2fcfcbb5ec2a0b1ad27c0a6e0b35b3a2848fc9ab7e2e71c379d04')
+sha256sums=('606cf8680f3dab9ab43af704969396a4099bc68ae4869bb64d57e5f8ecd1c888')

gchamon commented on 2021-05-18 19:28 (UTC)

current version is 3.3.0. Could you update?