@rockcarver/frodo-cli 3.0.1 → 3.0.2
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 +17 -1
- package/dist/app.cjs +5541 -9726
- package/dist/app.cjs.map +1 -1
- package/dist/loader.cjs +1 -0
- package/dist/loader.cjs.map +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ 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.2
|
|
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
|
+
- Updated dependencies with vulnerabilities
|
|
18
|
+
|
|
19
|
+
## [3.0.1] - 2025-02-06
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Update to frodo-lib 3.0.1
|
|
24
|
+
|
|
10
25
|
## [3.0.0] - 2024-11-05
|
|
11
26
|
|
|
12
27
|
### Changed
|
|
@@ -2009,7 +2024,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2009
2024
|
- Fixed problem with adding connection profiles
|
|
2010
2025
|
- Miscellaneous bug fixes
|
|
2011
2026
|
|
|
2012
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.
|
|
2027
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.1...HEAD
|
|
2028
|
+
[3.0.1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.0...v3.0.1
|
|
2013
2029
|
[3.0.0]: https://github.com/rockcarver/frodo-cli/compare/v2.1.0...v3.0.0
|
|
2014
2030
|
[2.1.0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.6-2...v2.1.0
|
|
2015
2031
|
[2.0.6-2]: https://github.com/rockcarver/frodo-cli/compare/v2.0.6-1...v2.0.6-2
|