@rockcarver/frodo-cli 0.23.1-3 → 0.23.1-4
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
|
+
## [0.23.1-4] - 2023-04-20
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Update to frodo-lib 0.18.9-4
|
|
15
|
+
|
|
10
16
|
## [0.23.1-3] - 2023-04-18
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -1094,7 +1100,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1094
1100
|
- Fixed problem with adding connection profiles
|
|
1095
1101
|
- Miscellaneous bug fixes
|
|
1096
1102
|
|
|
1097
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.23.1-
|
|
1103
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.23.1-4...HEAD
|
|
1104
|
+
|
|
1105
|
+
[0.23.1-4]: https://github.com/rockcarver/frodo-cli/compare/v0.23.1-3...v0.23.1-4
|
|
1098
1106
|
|
|
1099
1107
|
[0.23.1-3]: https://github.com/rockcarver/frodo-cli/compare/v0.23.1-2...v0.23.1-3
|
|
1100
1108
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rockcarver/frodo-cli",
|
|
3
|
-
"version": "0.23.1-
|
|
3
|
+
"version": "0.23.1-4",
|
|
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": [
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
]
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@rockcarver/frodo-lib": "0.18.9-
|
|
102
|
+
"@rockcarver/frodo-lib": "0.18.9-4",
|
|
103
103
|
"chokidar": "^3.5.3",
|
|
104
104
|
"cli-progress": "^3.11.2",
|
|
105
105
|
"cli-table3": "^0.6.3",
|