@rockcarver/frodo-cli 2.0.6-1 → 2.1.0
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/CHANGELOG.md +15 -1
- package/dist/app.cjs +929 -2241
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Update to frodo-lib 2.2.0
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- \#445: Frodo now properly saves connection profiles and detects Advanced Identity Cloud deployment type.
|
|
17
|
+
|
|
18
|
+
## [2.0.6-2] - 2024-09-21
|
|
19
|
+
|
|
20
|
+
## [2.0.6-1] - 2024-09-09
|
|
21
|
+
|
|
10
22
|
## [2.0.6-0] - 2024-08-26
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -1974,7 +1986,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
1974
1986
|
- Fixed problem with adding connection profiles
|
|
1975
1987
|
- Miscellaneous bug fixes
|
|
1976
1988
|
|
|
1977
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.6-
|
|
1989
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.6-2...HEAD
|
|
1990
|
+
[2.0.6-2]: https://github.com/rockcarver/frodo-cli/compare/v2.0.6-1...v2.0.6-2
|
|
1991
|
+
[2.0.6-1]: https://github.com/rockcarver/frodo-cli/compare/v2.0.6-0...v2.0.6-1
|
|
1978
1992
|
[2.0.6-0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.5...v2.0.6-0
|
|
1979
1993
|
[2.0.5]: https://github.com/rockcarver/frodo-cli/compare/v2.0.5-0...v2.0.5
|
|
1980
1994
|
[2.0.5-0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.4...v2.0.5-0
|