@rockcarver/frodo-cli 3.0.10-1 → 3.0.10
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 +2 -12
- package/dist/app.cjs +1 -1
- package/dist/app.cjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -16,17 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
16
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
17
|
- Updated dependencies with security issues.
|
|
18
18
|
|
|
19
|
-
## [3.0.10-0] - 2026-01-20
|
|
20
|
-
|
|
21
|
-
### Changed
|
|
22
|
-
|
|
23
|
-
- This release enables the CLI to support Proxy Connect in PingOne Advanced Identity Cloud through the use of custom authentication headers.
|
|
24
|
-
|
|
25
|
-
### Fixed
|
|
26
|
-
|
|
27
|
-
- 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.
|
|
28
|
-
- Updated dependencies with security issues.
|
|
29
|
-
|
|
30
19
|
## [3.0.9] - 2025-09-16
|
|
31
20
|
|
|
32
21
|
### Fixed
|
|
@@ -2114,7 +2103,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2114
2103
|
- Fixed problem with adding connection profiles
|
|
2115
2104
|
- Miscellaneous bug fixes
|
|
2116
2105
|
|
|
2117
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.10-
|
|
2106
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.10-1...HEAD
|
|
2107
|
+
[3.0.10-1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.10-0...v3.0.10-1
|
|
2118
2108
|
[3.0.10-0]: https://github.com/rockcarver/frodo-cli/compare/v3.0.9...v3.0.10-0
|
|
2119
2109
|
[3.0.9]: https://github.com/rockcarver/frodo-cli/compare/v3.0.8...v3.0.9
|
|
2120
2110
|
[3.0.8]: https://github.com/rockcarver/frodo-cli/compare/v3.0.7...v3.0.8
|
package/dist/app.cjs
CHANGED
|
@@ -180560,7 +180560,7 @@ var compareVersions = (v12, v2) => {
|
|
|
180560
180560
|
// package.json
|
|
180561
180561
|
var package_default2 = {
|
|
180562
180562
|
name: "@rockcarver/frodo-cli",
|
|
180563
|
-
version: "3.0.10
|
|
180563
|
+
version: "3.0.10",
|
|
180564
180564
|
type: "module",
|
|
180565
180565
|
description: "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
180566
180566
|
keywords: [
|