@rockcarver/frodo-cli 4.0.0-36 → 4.0.0-37
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 -2
- 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-36] - 2026-03-30
|
|
11
|
+
|
|
10
12
|
## [4.0.0-35] - 2026-03-30
|
|
11
13
|
|
|
12
14
|
## [4.0.0-34] - 2026-03-27
|
|
@@ -2233,7 +2235,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2233
2235
|
- Fixed problem with adding connection profiles
|
|
2234
2236
|
- Miscellaneous bug fixes
|
|
2235
2237
|
|
|
2236
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2238
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-36...HEAD
|
|
2239
|
+
[4.0.0-36]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-35...v4.0.0-36
|
|
2237
2240
|
[4.0.0-35]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-34...v4.0.0-35
|
|
2238
2241
|
[4.0.0-34]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-33...v4.0.0-34
|
|
2239
2242
|
[4.0.0-33]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-32...v4.0.0-33
|
package/dist/app.cjs
CHANGED
|
@@ -224344,7 +224344,7 @@ async function configManagerExportCsp(file = null) {
|
|
|
224344
224344
|
var deploymentTypes29 = ["cloud"];
|
|
224345
224345
|
function setup86() {
|
|
224346
224346
|
const program2 = new FrodoCommand(
|
|
224347
|
-
"frodo config-manager pull
|
|
224347
|
+
"frodo config-manager pull csp",
|
|
224348
224348
|
[],
|
|
224349
224349
|
deploymentTypes29
|
|
224350
224350
|
);
|
|
@@ -241949,7 +241949,7 @@ var compareVersions = (v12, v2) => {
|
|
|
241949
241949
|
// package.json
|
|
241950
241950
|
var package_default2 = {
|
|
241951
241951
|
name: "@rockcarver/frodo-cli",
|
|
241952
|
-
version: "4.0.0-
|
|
241952
|
+
version: "4.0.0-37",
|
|
241953
241953
|
type: "module",
|
|
241954
241954
|
description: "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
241955
241955
|
keywords: [
|