@rockcarver/frodo-cli 3.0.3 → 3.0.4-1
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 +21 -1
- package/dist/app.cjs +61435 -40438
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- \#489: MacOS binaries are now provided for both Intel and ARM64 architectures.
|
|
13
|
+
- \#490: Linux ARM64 binary now works on Linux running on ARM64 hardware.
|
|
14
|
+
|
|
15
|
+
## [3.0.4-0] - 2025-04-03
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Update to frodo-lib 3.0.4-2
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- \#477: Frodo CLI now properly includes the transformation script for both `Social Provider Handler Node` and `Legacy Social Provider Handler Node`.
|
|
24
|
+
- \#482: Frodo CLI now properly honors the NO_PROXY environment variable in addition to HTTP_PROXY and HTTPS_PROXY.
|
|
25
|
+
|
|
26
|
+
## [3.0.3] - 2025-03-11
|
|
27
|
+
|
|
10
28
|
### Changed
|
|
11
29
|
|
|
12
30
|
- Update to frodo-lib 3.0.3
|
|
@@ -2034,7 +2052,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2034
2052
|
- Fixed problem with adding connection profiles
|
|
2035
2053
|
- Miscellaneous bug fixes
|
|
2036
2054
|
|
|
2037
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.
|
|
2055
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-0...HEAD
|
|
2056
|
+
[3.0.4-0]: https://github.com/rockcarver/frodo-cli/compare/v3.0.3...v3.0.4-0
|
|
2057
|
+
[3.0.3]: https://github.com/rockcarver/frodo-cli/compare/v3.0.2...v3.0.3
|
|
2038
2058
|
[3.0.2]: https://github.com/rockcarver/frodo-cli/compare/v3.0.1...v3.0.2
|
|
2039
2059
|
[3.0.1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.0...v3.0.1
|
|
2040
2060
|
[3.0.0]: https://github.com/rockcarver/frodo-cli/compare/v2.1.0...v3.0.0
|