@rockcarver/frodo-cli 3.0.4-0 → 3.0.4-1
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 +9 -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,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- \#489: MacOS binaries are now provided for both Intel and ARM64 architectures.
|
|
13
|
+
- \#490: Linux ARM64 binary now works on Linux running on ARM64 hardware.
|
|
14
|
+
|
|
15
|
+
## [3.0.4-0] - 2025-04-03
|
|
16
|
+
|
|
10
17
|
### Changed
|
|
11
18
|
|
|
12
19
|
- Update to frodo-lib 3.0.4-2
|
|
@@ -2045,7 +2052,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2045
2052
|
- Fixed problem with adding connection profiles
|
|
2046
2053
|
- Miscellaneous bug fixes
|
|
2047
2054
|
|
|
2048
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.
|
|
2055
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-0...HEAD
|
|
2056
|
+
[3.0.4-0]: https://github.com/rockcarver/frodo-cli/compare/v3.0.3...v3.0.4-0
|
|
2049
2057
|
[3.0.3]: https://github.com/rockcarver/frodo-cli/compare/v3.0.2...v3.0.3
|
|
2050
2058
|
[3.0.2]: https://github.com/rockcarver/frodo-cli/compare/v3.0.1...v3.0.2
|
|
2051
2059
|
[3.0.1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.0...v3.0.1
|
package/dist/app.cjs
CHANGED
|
@@ -181401,7 +181401,7 @@ var compareVersions = (v12, v2) => {
|
|
|
181401
181401
|
// package.json
|
|
181402
181402
|
var package_default2 = {
|
|
181403
181403
|
name: "@rockcarver/frodo-cli",
|
|
181404
|
-
version: "3.0.4-
|
|
181404
|
+
version: "3.0.4-1",
|
|
181405
181405
|
type: "module",
|
|
181406
181406
|
description: "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
181407
181407
|
keywords: [
|