@rockcarver/frodo-cli 4.0.0-31 → 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 +4 -1
- package/dist/app.cjs +2 -1
- package/dist/app.cjs.map +1 -1
- package/package.json +1 -1
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-31] - 2026-03-27
|
|
11
|
+
|
|
10
12
|
## [4.0.0-30] - 2026-03-27
|
|
11
13
|
|
|
12
14
|
## [4.0.0-29] - 2026-03-24
|
|
@@ -2223,7 +2225,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2223
2225
|
- Fixed problem with adding connection profiles
|
|
2224
2226
|
- Miscellaneous bug fixes
|
|
2225
2227
|
|
|
2226
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
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
|
|
2227
2230
|
[4.0.0-30]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-29...v4.0.0-30
|
|
2228
2231
|
[4.0.0-29]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-28...v4.0.0-29
|
|
2229
2232
|
[4.0.0-28]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-27...v4.0.0-28
|
package/dist/app.cjs
CHANGED
|
@@ -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-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: [
|
|
@@ -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);
|