@rockcarver/frodo-cli 4.0.0-26 → 4.0.0-27
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 +4 -1
- package/dist/app.cjs +1 -1
- package/dist/app.cjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [4.0.0-26] - 2026-03-23
|
|
11
|
+
|
|
10
12
|
## [4.0.0-25] - 2026-03-23
|
|
11
13
|
|
|
12
14
|
## [4.0.0-24] - 2026-03-21
|
|
@@ -2213,7 +2215,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2213
2215
|
- Fixed problem with adding connection profiles
|
|
2214
2216
|
- Miscellaneous bug fixes
|
|
2215
2217
|
|
|
2216
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2218
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-26...HEAD
|
|
2219
|
+
[4.0.0-26]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-25...v4.0.0-26
|
|
2217
2220
|
[4.0.0-25]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-24...v4.0.0-25
|
|
2218
2221
|
[4.0.0-24]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-23...v4.0.0-24
|
|
2219
2222
|
[4.0.0-23]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-22...v4.0.0-23
|
package/dist/app.cjs
CHANGED
|
@@ -239674,7 +239674,7 @@ var compareVersions = (v12, v2) => {
|
|
|
239674
239674
|
// package.json
|
|
239675
239675
|
var package_default2 = {
|
|
239676
239676
|
name: "@rockcarver/frodo-cli",
|
|
239677
|
-
version: "4.0.0-
|
|
239677
|
+
version: "4.0.0-27",
|
|
239678
239678
|
type: "module",
|
|
239679
239679
|
description: "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
239680
239680
|
keywords: [
|