@rockcarver/frodo-cli 2.0.0-58 → 2.0.0-59
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/package.json +2 -2
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
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Update to frodo-lib 2.0.0-83
|
|
13
|
+
|
|
14
|
+
## [2.0.0-58] - 2024-05-08
|
|
15
|
+
|
|
10
16
|
## [2.0.0-57] - 2024-05-02
|
|
11
17
|
|
|
12
18
|
## [2.0.0-56] - 2024-05-01
|
|
@@ -1547,7 +1553,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1547
1553
|
- Fixed problem with adding connection profiles
|
|
1548
1554
|
- Miscellaneous bug fixes
|
|
1549
1555
|
|
|
1550
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-
|
|
1556
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-58...HEAD
|
|
1557
|
+
|
|
1558
|
+
[2.0.0-58]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-57...v2.0.0-58
|
|
1551
1559
|
|
|
1552
1560
|
[2.0.0-57]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-56...v2.0.0-57
|
|
1553
1561
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rockcarver/frodo-cli",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-59",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
6
6
|
"keywords": [
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
]
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@rockcarver/frodo-lib": "2.0.0-
|
|
122
|
+
"@rockcarver/frodo-lib": "2.0.0-83",
|
|
123
123
|
"chokidar": "^3.5.3",
|
|
124
124
|
"cli-progress": "^3.11.2",
|
|
125
125
|
"cli-table3": "^0.6.3",
|