@rockcarver/frodo-cli 2.0.2 → 2.0.3
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 +8 -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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Chagned
|
|
11
|
+
|
|
12
|
+
- homebrew formula update so `frodo-cli-next` installs the latest (irrespective of stable or prerelease)
|
|
13
|
+
|
|
14
|
+
## [2.0.2] - 2024-08-06
|
|
15
|
+
|
|
10
16
|
### Changed
|
|
11
17
|
|
|
12
18
|
- Update to frodo-lib 2.0.2
|
|
@@ -1907,7 +1913,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
1907
1913
|
- Fixed problem with adding connection profiles
|
|
1908
1914
|
- Miscellaneous bug fixes
|
|
1909
1915
|
|
|
1910
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.
|
|
1916
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.2...HEAD
|
|
1917
|
+
[2.0.2]: https://github.com/rockcarver/frodo-cli/compare/v2.0.1...v2.0.2
|
|
1911
1918
|
[2.0.1]: https://github.com/rockcarver/frodo-cli/compare/v2.0.1-0...v2.0.1
|
|
1912
1919
|
[2.0.1-0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0...v2.0.1-0
|
|
1913
1920
|
[2.0.0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-70...v2.0.0
|
package/dist/app.cjs
CHANGED
|
@@ -187537,7 +187537,7 @@ var compareVersions = (v12, v2) => {
|
|
|
187537
187537
|
// package.json
|
|
187538
187538
|
var package_default2 = {
|
|
187539
187539
|
name: "@rockcarver/frodo-cli",
|
|
187540
|
-
version: "2.0.
|
|
187540
|
+
version: "2.0.3",
|
|
187541
187541
|
type: "module",
|
|
187542
187542
|
description: "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
187543
187543
|
keywords: [
|