@rockcarver/frodo-cli 4.0.0-30 → 4.0.0-32

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 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
+ ## [4.0.0-31] - 2026-03-27
11
+
12
+ ## [4.0.0-30] - 2026-03-27
13
+
10
14
  ## [4.0.0-29] - 2026-03-24
11
15
 
12
16
  ## [4.0.0-28] - 2026-03-24
@@ -2221,7 +2225,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
2221
2225
  - Fixed problem with adding connection profiles
2222
2226
  - Miscellaneous bug fixes
2223
2227
 
2224
- [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-29...HEAD
2228
+ [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-31...HEAD
2229
+ [4.0.0-31]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-30...v4.0.0-31
2230
+ [4.0.0-30]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-29...v4.0.0-30
2225
2231
  [4.0.0-29]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-28...v4.0.0-29
2226
2232
  [4.0.0-28]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-27...v4.0.0-28
2227
2233
  [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-32",
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. Has no effect when using a network proxy for https (HTTPS_PROXY=http://<host>:<port>), in that case the proxy must provide this capability."
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-30",
239857
+ version: "4.0.0-32",
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-32",
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",
@@ -240138,6 +240138,7 @@ Please run 'frodo -v' for more details.
240138
240138
  // src/app.ts
240139
240139
  var { initConnectionProfiles: initConnectionProfiles2 } = frodo.conn;
240140
240140
  var { initTokenCache: initTokenCache2 } = frodo.cache;
240141
+ process.noDeprecation = true;
240141
240142
  (async () => {
240142
240143
  try {
240143
240144
  state.setPrintHandler(printMessage2);