@rockcarver/frodo-cli 3.0.1 → 3.0.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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,31 @@ 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 3.0.3
13
+
14
+ ### Fixed
15
+
16
+ - \#479: Fixes issues introduced by a recent PingOne Advanced Identity Cloud release (16747.0 on 27 Feb 2025) which prevented Frodo from correctly determining the deployment type of `cloud` and led to failures in the `frodo conn save` and `frodo conn add` commands when Frodo was attempting to create service accounts with scopes that are not available in an environment.
17
+
18
+ ## [3.0.2] - 2025-03-11
19
+
20
+ ### Changed
21
+
22
+ - Update to frodo-lib 3.0.2
23
+
24
+ ### Fixed
25
+
26
+ - \#479: Fixes issues introduced by a recent PingOne Advanced Identity Cloud release (16747.0 on 27 Feb 2025) which prevented Frodo from correctly determining the deployment type of `cloud` and led to failures in the `frodo conn save` and `frodo conn add` commands when Frodo was attempting to create service accounts with scopes that are not available in an environment.
27
+ - Updated dependencies with vulnerabilities
28
+
29
+ ## [3.0.1] - 2025-02-06
30
+
31
+ ### Changed
32
+
33
+ - Update to frodo-lib 3.0.1
34
+
10
35
  ## [3.0.0] - 2024-11-05
11
36
 
12
37
  ### Changed
@@ -2009,7 +2034,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
2009
2034
  - Fixed problem with adding connection profiles
2010
2035
  - Miscellaneous bug fixes
2011
2036
 
2012
- [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.0...HEAD
2037
+ [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.2...HEAD
2038
+ [3.0.2]: https://github.com/rockcarver/frodo-cli/compare/v3.0.1...v3.0.2
2039
+ [3.0.1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.0...v3.0.1
2013
2040
  [3.0.0]: https://github.com/rockcarver/frodo-cli/compare/v2.1.0...v3.0.0
2014
2041
  [2.1.0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.6-2...v2.1.0
2015
2042
  [2.0.6-2]: https://github.com/rockcarver/frodo-cli/compare/v2.0.6-1...v2.0.6-2