@rockcarver/frodo-cli 4.0.0-47 → 4.0.0-48
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-47] - 2026-04-20
|
|
11
|
+
|
|
10
12
|
## [4.0.0-46] - 2026-04-20
|
|
11
13
|
|
|
12
14
|
## [4.0.0-45] - 2026-04-17
|
|
@@ -2255,7 +2257,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2255
2257
|
- Fixed problem with adding connection profiles
|
|
2256
2258
|
- Miscellaneous bug fixes
|
|
2257
2259
|
|
|
2258
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2260
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-47...HEAD
|
|
2261
|
+
[4.0.0-47]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-46...v4.0.0-47
|
|
2259
2262
|
[4.0.0-46]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-45...v4.0.0-46
|
|
2260
2263
|
[4.0.0-45]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-44...v4.0.0-45
|
|
2261
2264
|
[4.0.0-44]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-43...v4.0.0-44
|
package/dist/app.cjs
CHANGED
|
@@ -242879,7 +242879,7 @@ var compareVersions = (v12, v2) => {
|
|
|
242879
242879
|
// package.json
|
|
242880
242880
|
var package_default2 = {
|
|
242881
242881
|
name: "@rockcarver/frodo-cli",
|
|
242882
|
-
version: "4.0.0-
|
|
242882
|
+
version: "4.0.0-48",
|
|
242883
242883
|
type: "module",
|
|
242884
242884
|
description: "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
242885
242885
|
keywords: [
|