@rockcarver/frodo-cli 3.0.10 → 3.1.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 +7 -1
- package/dist/app.cjs +2895 -1277
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
- package/~/temp/Connections.json +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.1.0] - 2026-01-22
|
|
11
|
+
|
|
12
|
+
## [3.0.10] - 2026-01-20
|
|
13
|
+
|
|
10
14
|
### Changed
|
|
11
15
|
|
|
12
16
|
- This release enables the CLI to support Proxy Connect in PingOne Advanced Identity Cloud through the use of custom authentication headers.
|
|
@@ -2103,7 +2107,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2103
2107
|
- Fixed problem with adding connection profiles
|
|
2104
2108
|
- Miscellaneous bug fixes
|
|
2105
2109
|
|
|
2106
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0
|
|
2110
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.1.0...HEAD
|
|
2111
|
+
[3.1.0]: https://github.com/rockcarver/frodo-cli/compare/v3.0.10...v3.1.0
|
|
2112
|
+
[3.0.10]: https://github.com/rockcarver/frodo-cli/compare/v3.0.10-1...v3.0.10
|
|
2107
2113
|
[3.0.10-1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.10-0...v3.0.10-1
|
|
2108
2114
|
[3.0.10-0]: https://github.com/rockcarver/frodo-cli/compare/v3.0.9...v3.0.10-0
|
|
2109
2115
|
[3.0.9]: https://github.com/rockcarver/frodo-cli/compare/v3.0.8...v3.0.9
|