Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 7bc013e

Browse files
[DEVOPS-547] Fixing the package.json to the correct value.
1 parent 695ff57 commit 7bc013e

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ This file is used to track notable changes to the codebase
44

55
## [Unreleased]
66

7-
## [0.0.16] - 2023-03-8
8-
9-
- Messed up the version and fixing that right now.
10-
- Fixed an issue with the exception catching for SAML.
11-
12-
## [0.0.14] - 2023-03-7
7+
## [0.0.14] - 2023-03-8
138

149
- Added SAML check for AWS login to see if you're actually getting something back.
1510

@@ -41,7 +36,7 @@ This file is used to track notable changes to the codebase
4136

4237
## [0.0.8] - 2020-09-17
4338

44-
### Added
39+
### Added
4540

4641
- Added the ability to pass a role to the login CLI command
4742
- Improvements to the overall flow to setting config
@@ -56,7 +51,7 @@ This file is used to track notable changes to the codebase
5651

5752
### Changed
5853

59-
- Changed code organization so index.js properly contains only exports
54+
- Changed code organization so index.js properly contains only exports
6055
- Updated promptForConfig() to accept all options as function parameters. It will also now ask only for items not passed in those parameters.
6156
- Updated getConfig() to be static. Should have already been.
6257
- login() now accepts profile, duration, region, and role as parameters. This allows for:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extaws",
3-
"version": "0.0.16",
3+
"version": "0.0.14",
44
"description": "Extend Okta Aws Authentication",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)