@rockcarver/frodo-cli 0.12.4-1 → 0.12.4-2
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 +5 -1
- package/package.json +2 -2
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
|
+
## [0.12.4-2] - 2022-09-09
|
|
11
|
+
|
|
10
12
|
## [0.12.4-1] - 2022-09-08
|
|
11
13
|
|
|
12
14
|
## [0.12.4-0] - 2022-09-02
|
|
@@ -454,7 +456,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
454
456
|
- Fixed problem with adding connection profiles
|
|
455
457
|
- Miscellaneous bug fixes
|
|
456
458
|
|
|
457
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.12.4-
|
|
459
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.12.4-2...HEAD
|
|
460
|
+
|
|
461
|
+
[0.12.4-2]: https://github.com/rockcarver/frodo-cli/compare/v0.12.4-1...v0.12.4-2
|
|
458
462
|
|
|
459
463
|
[0.12.4-1]: https://github.com/rockcarver/frodo-cli/compare/v0.12.4-0...v0.12.4-1
|
|
460
464
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rockcarver/frodo-cli",
|
|
3
|
-
"version": "0.12.4-
|
|
3
|
+
"version": "0.12.4-2",
|
|
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": [
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"@colors/colors": "^1.5.0",
|
|
88
|
-
"@rockcarver/frodo-lib": "0.12.2-
|
|
88
|
+
"@rockcarver/frodo-lib": "0.12.2-2",
|
|
89
89
|
"cli-progress": "^3.11.2",
|
|
90
90
|
"cli-table3": "^0.6.2",
|
|
91
91
|
"commander": "^9.4.0",
|