@rockcarver/frodo-cli 4.0.0-30 → 4.0.0-31
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 +4 -1
- package/dist/app.cjs +4 -4
- package/dist/app.cjs.map +1 -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
|
+
## [4.0.0-30] - 2026-03-27
|
|
11
|
+
|
|
10
12
|
## [4.0.0-29] - 2026-03-24
|
|
11
13
|
|
|
12
14
|
## [4.0.0-28] - 2026-03-24
|
|
@@ -2221,7 +2223,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2221
2223
|
- Fixed problem with adding connection profiles
|
|
2222
2224
|
- Miscellaneous bug fixes
|
|
2223
2225
|
|
|
2224
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2226
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-30...HEAD
|
|
2227
|
+
[4.0.0-30]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-29...v4.0.0-30
|
|
2225
2228
|
[4.0.0-29]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-28...v4.0.0-29
|
|
2226
2229
|
[4.0.0-28]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-27...v4.0.0-28
|
|
2227
2230
|
[4.0.0-27]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-26...v4.0.0-27
|
package/dist/app.cjs
CHANGED
|
@@ -142153,7 +142153,7 @@ function stringify(obj) {
|
|
|
142153
142153
|
}
|
|
142154
142154
|
var package_default = {
|
|
142155
142155
|
name: "@rockcarver/frodo-lib",
|
|
142156
|
-
version: "4.0.0-
|
|
142156
|
+
version: "4.0.0-33",
|
|
142157
142157
|
type: "commonjs",
|
|
142158
142158
|
main: "./dist/index.js",
|
|
142159
142159
|
module: "./dist/index.mjs",
|
|
@@ -205966,7 +205966,7 @@ var directoryOption = new Option(
|
|
|
205966
205966
|
).default(void 0, "undefined");
|
|
205967
205967
|
var insecureOption = new Option(
|
|
205968
205968
|
"-k, --insecure",
|
|
205969
|
-
"Allow insecure connections when using SSL/TLS
|
|
205969
|
+
"Allow insecure connections when using SSL/TLS, including expired certificates."
|
|
205970
205970
|
).default(false, "Don't allow insecure connections");
|
|
205971
205971
|
var verboseOption = new Option(
|
|
205972
205972
|
"--verbose",
|
|
@@ -239854,7 +239854,7 @@ var compareVersions = (v12, v2) => {
|
|
|
239854
239854
|
// package.json
|
|
239855
239855
|
var package_default2 = {
|
|
239856
239856
|
name: "@rockcarver/frodo-cli",
|
|
239857
|
-
version: "4.0.0-
|
|
239857
|
+
version: "4.0.0-31",
|
|
239858
239858
|
type: "module",
|
|
239859
239859
|
description: "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
239860
239860
|
keywords: [
|
|
@@ -239949,7 +239949,7 @@ var package_default2 = {
|
|
|
239949
239949
|
]
|
|
239950
239950
|
},
|
|
239951
239951
|
devDependencies: {
|
|
239952
|
-
"@rockcarver/frodo-lib": "4.0.0-
|
|
239952
|
+
"@rockcarver/frodo-lib": "4.0.0-33",
|
|
239953
239953
|
"@types/colors": "^1.2.1",
|
|
239954
239954
|
"@types/fs-extra": "^11.0.1",
|
|
239955
239955
|
"@types/jest": "^29.2.3",
|