@rockcarver/frodo-cli 4.0.0-45 → 4.0.0-46
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-45] - 2026-04-17
|
|
11
|
+
|
|
10
12
|
## [4.0.0-44] - 2026-04-17
|
|
11
13
|
|
|
12
14
|
## [4.0.0-43] - 2026-04-08
|
|
@@ -2251,7 +2253,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2251
2253
|
- Fixed problem with adding connection profiles
|
|
2252
2254
|
- Miscellaneous bug fixes
|
|
2253
2255
|
|
|
2254
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2256
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-45...HEAD
|
|
2257
|
+
[4.0.0-45]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-44...v4.0.0-45
|
|
2255
2258
|
[4.0.0-44]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-43...v4.0.0-44
|
|
2256
2259
|
[4.0.0-43]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-42...v4.0.0-43
|
|
2257
2260
|
[4.0.0-42]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-41...v4.0.0-42
|
package/dist/app.cjs
CHANGED
|
@@ -242635,7 +242635,7 @@ var compareVersions = (v12, v2) => {
|
|
|
242635
242635
|
// package.json
|
|
242636
242636
|
var package_default2 = {
|
|
242637
242637
|
name: "@rockcarver/frodo-cli",
|
|
242638
|
-
version: "4.0.0-
|
|
242638
|
+
version: "4.0.0-46",
|
|
242639
242639
|
type: "module",
|
|
242640
242640
|
description: "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
242641
242641
|
keywords: [
|