@rockcarver/frodo-cli 3.0.8 → 3.0.10-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 +20 -1
- package/dist/app.cjs +1965 -2337
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,23 @@ 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
|
+
- This release enables the CLI to support Proxy Connect in PingOne Advanced Identity Cloud through the use of custom authentication headers.
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- rockcarver/frodo-lib#519: Fixed an error generated by the `frodo admin grant-oauth2-client-admin-privileges` command due to changes in AIC default configuration.
|
|
17
|
+
- Updated dependencies with security issues.
|
|
18
|
+
|
|
19
|
+
## [3.0.9] - 2025-09-16
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- Further improve exports using the -a and -A options to no longer stop prematurely if errors are encountered. This version resolves issues with large sets of IDM configurations.
|
|
24
|
+
|
|
25
|
+
## [3.0.8] - 2025-09-11
|
|
26
|
+
|
|
10
27
|
### Fixed
|
|
11
28
|
|
|
12
29
|
- Exports using the -a and -A options no longer stop prematurely if errors are encountered.
|
|
@@ -2086,7 +2103,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2086
2103
|
- Fixed problem with adding connection profiles
|
|
2087
2104
|
- Miscellaneous bug fixes
|
|
2088
2105
|
|
|
2089
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.
|
|
2106
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.9...HEAD
|
|
2107
|
+
[3.0.9]: https://github.com/rockcarver/frodo-cli/compare/v3.0.8...v3.0.9
|
|
2108
|
+
[3.0.8]: https://github.com/rockcarver/frodo-cli/compare/v3.0.7...v3.0.8
|
|
2090
2109
|
[3.0.7]: https://github.com/rockcarver/frodo-cli/compare/v3.0.6...v3.0.7
|
|
2091
2110
|
[3.0.6]: https://github.com/rockcarver/frodo-cli/compare/v3.0.5...v3.0.6
|
|
2092
2111
|
[3.0.5]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4...v3.0.5
|