@rockcarver/frodo-cli 3.0.3 → 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 +13 -1
- package/dist/app.cjs +61435 -40438
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,17 @@ 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
|
+
|
|
12
23
|
- Update to frodo-lib 3.0.3
|
|
13
24
|
|
|
14
25
|
### Fixed
|
|
@@ -2034,7 +2045,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2034
2045
|
- Fixed problem with adding connection profiles
|
|
2035
2046
|
- Miscellaneous bug fixes
|
|
2036
2047
|
|
|
2037
|
-
[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
|
|
2038
2050
|
[3.0.2]: https://github.com/rockcarver/frodo-cli/compare/v3.0.1...v3.0.2
|
|
2039
2051
|
[3.0.1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.0...v3.0.1
|
|
2040
2052
|
[3.0.0]: https://github.com/rockcarver/frodo-cli/compare/v2.1.0...v3.0.0
|