@rockcarver/frodo-cli 3.0.2 → 3.0.4-0
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 +25 -2
- package/dist/app.cjs +61803 -40733
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,11 +9,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Update to frodo-lib 3.0.4-2
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- \#477: Frodo CLI now properly includes the transformation script for both `Social Provider Handler Node` and `Legacy Social Provider Handler Node`.
|
|
17
|
+
- \#482: Frodo CLI now properly honors the NO_PROXY environment variable in addition to HTTP_PROXY and HTTPS_PROXY.
|
|
18
|
+
|
|
19
|
+
## [3.0.3] - 2025-03-11
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Update to frodo-lib 3.0.3
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
|
|
27
|
+
- \#479: Fixes issues introduced by a recent PingOne Advanced Identity Cloud release (16747.0 on 27 Feb 2025) which prevented Frodo from correctly determining the deployment type of `cloud` and led to failures in the `frodo conn save` and `frodo conn add` commands when Frodo was attempting to create service accounts with scopes that are not available in an environment.
|
|
28
|
+
|
|
29
|
+
## [3.0.2] - 2025-03-11
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
|
|
12
33
|
- Update to frodo-lib 3.0.2
|
|
13
34
|
|
|
14
35
|
### Fixed
|
|
15
36
|
|
|
16
|
-
-
|
|
37
|
+
- \#479: Fixes issues introduced by a recent PingOne Advanced Identity Cloud release (16747.0 on 27 Feb 2025) which prevented Frodo from correctly determining the deployment type of `cloud` and led to failures in the `frodo conn save` and `frodo conn add` commands when Frodo was attempting to create service accounts with scopes that are not available in an environment.
|
|
17
38
|
- Updated dependencies with vulnerabilities
|
|
18
39
|
|
|
19
40
|
## [3.0.1] - 2025-02-06
|
|
@@ -2024,7 +2045,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2024
2045
|
- Fixed problem with adding connection profiles
|
|
2025
2046
|
- Miscellaneous bug fixes
|
|
2026
2047
|
|
|
2027
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.
|
|
2048
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.3...HEAD
|
|
2049
|
+
[3.0.3]: https://github.com/rockcarver/frodo-cli/compare/v3.0.2...v3.0.3
|
|
2050
|
+
[3.0.2]: https://github.com/rockcarver/frodo-cli/compare/v3.0.1...v3.0.2
|
|
2028
2051
|
[3.0.1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.0...v3.0.1
|
|
2029
2052
|
[3.0.0]: https://github.com/rockcarver/frodo-cli/compare/v2.1.0...v3.0.0
|
|
2030
2053
|
[2.1.0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.6-2...v2.1.0
|