@rockcarver/frodo-cli 2.0.0-25 → 2.0.0-27
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,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.0.0-26] - 2023-10-19
|
|
11
|
+
|
|
12
|
+
## [2.0.0-25] - 2023-10-19
|
|
13
|
+
|
|
10
14
|
## [2.0.0-24] - 2023-10-15
|
|
11
15
|
|
|
12
16
|
## [2.0.0-23] - 2023-10-14
|
|
@@ -1363,7 +1367,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1363
1367
|
- Fixed problem with adding connection profiles
|
|
1364
1368
|
- Miscellaneous bug fixes
|
|
1365
1369
|
|
|
1366
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-
|
|
1370
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-26...HEAD
|
|
1371
|
+
|
|
1372
|
+
[2.0.0-26]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-25...v2.0.0-26
|
|
1373
|
+
|
|
1374
|
+
[2.0.0-25]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-24...v2.0.0-25
|
|
1367
1375
|
|
|
1368
1376
|
[2.0.0-24]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-23...v2.0.0-24
|
|
1369
1377
|
|
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-27",
|
|
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": [
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
]
|
|
108
108
|
},
|
|
109
109
|
"dependencies": {
|
|
110
|
-
"@rockcarver/frodo-lib": "2.0.0-
|
|
110
|
+
"@rockcarver/frodo-lib": "2.0.0-44",
|
|
111
111
|
"chokidar": "^3.5.3",
|
|
112
112
|
"cli-progress": "^3.11.2",
|
|
113
113
|
"cli-table3": "^0.6.3",
|