@vizamodo/aws-sts-core 0.2.6 → 0.2.8

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.
package/dist/sts/issue.js CHANGED
@@ -23,7 +23,7 @@ async function getSigningMaterial(input) {
23
23
  function resolveSessionTtlByProfile(profile) {
24
24
  switch (profile) {
25
25
  case "HubConsoleReadOnly":
26
- return 12 * 60 * 60; // 12h
26
+ return 3 * 60 * 60; // 12h
27
27
  case "HubBillingReadonly":
28
28
  case "HubBillingAdmin":
29
29
  return 2 * 60 * 60; // 2h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizamodo/aws-sts-core",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "description": "Pure AWS STS + SigV4 (X509 Roles Anywhere) core logic",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",